Skip to content

Commit

Permalink
Merge pull request #869 from Lochipi/signup-update
Browse files Browse the repository at this point in the history
Signup Update: improved UI button and link
  • Loading branch information
birm authored Mar 26, 2024
2 parents e15b701 + f7eb495 commit 97ee6af
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions apps/signup/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@


</head>
<script src="../../core/Store.js"></script>
<script src="./signup.js"></script>

<body>

Expand Down Expand Up @@ -101,9 +99,11 @@ <h2 style="margin-top: -.5em;">User Signup</h2>

<br> <br>
<div class="form-group">
<button type="submit" id="sub" class="btn btn-primary btn-block btn-lg sub-btn" onclick="addUser()" disabled>
Please wait ...
</button>
<div class="col">
<button type="submit" id="sub" class="btn btn-primary btn-lg sub-btn w-100" onclick="addUser()" disabled>
Please wait ...
</button>
</div>
</div>
<!-- <p class="small text-center">This form is only useful to Admin users. If you reach this page, it's likely that you tried to log into this instance but lack
access. Email the administrator if you want to be added.</p> -->
Expand All @@ -112,7 +112,7 @@ <h2 style="margin-top: -.5em;">User Signup</h2>
If you are an Admin, you can directly signup users.
</p>
</form>
<div class="text-center" onclick="loginPage()">Already have an account? </div>
<div class="text-center text-primary" onclick="loginPage()">Already have an account? </div>
</div>

<footer id="footer-layout"></footer>
Expand All @@ -125,6 +125,8 @@ <h2 style="margin-top: -.5em;">User Signup</h2>
<script src="../../common/util.js"></script>
<script src="../../common/footer.js"></script>

<script src="../../core/Store.js"></script>
<script src="./signup.js"></script>

<!-- script to call a footer(layout footer in the common > utils folder) function -->
<script> insertFooterLayout();</script>
Expand Down

0 comments on commit 97ee6af

Please sign in to comment.