Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
[48] Registration Update
Browse files Browse the repository at this point in the history
Registration Template didn't have the Username.
  • Loading branch information
FailZorD committed Jan 27, 2015
1 parent b2d6d26 commit b0340b8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion THANKS
Expand Up @@ -13,4 +13,4 @@ Thanks go out to the following people for various patches/code (listed in the
order they were added) (there may be duplicates or invalid names, most of them
were extracted from commits):
Doxramos, adomasalcore3, oneluiz, FailZorD, Trust123, caffeine239, s32ialx, Morgan Green, Baeumchen,
GoGoS_AE.
GoGoS_AE, t-1on.
19 changes: 18 additions & 1 deletion register.php
Expand Up @@ -124,6 +124,22 @@
<div id="page-content">
<form action="#" method="post" id="creation">
<div class="form-blockable" id="country-change">
<div class="input-row input-row-text">
<span class="input-left">
<label for="firstname">
<span class="label-text">
Username:
</span>
<span class="input-required">*</span>
</label>
</span><!--
--><span class="input-right">
<span class="input-text input-text-small">
<input type="text" name="firstname" value="" id="firstname" class="small border-5 glow-shadow-2" autocomplete="off" maxlength="32" tabindex="1" required="required" placeholder="Username" />
<span class="inline-message " id="firstname-message">&#160;</span>
</span>
</span>
</div>
<div class="input-row input-row-select">
<span class="input-left">
<label for="dobDay">
Expand All @@ -132,7 +148,8 @@
</span>
<span class="input-required">*</span>
</label>
</span><!--
</span>
<!--
--><span class="input-right">
<span class="input-select input-select-extra-extra-extra-small">
<select name="dobDay" id="dobDay" class="extra-extra-extra-small border-5 glow-shadow-2" tabindex="1" required="required">
Expand Down

0 comments on commit b0340b8

Please sign in to comment.