Merge pull request #530 from phaze1G/master

Replacing login / register buttons with CSS
This commit is contained in:
Pietro
2018-04-25 16:26:41 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ echo $form->getError('agree');
<input class="check" type="checkbox" name="agb" value="1" <?php echo $form->getRadio('agb',1); ?>/><?php echo ACCEPT_RULES; ?></p>
<p class="btn">
<input type="image" value="anmelden" name="s1" id="btn_signup" class="dynamic_img" src="img/x.gif" alt="register"/>
<button value="anmelden" name="s1" id="btn_signup" class="trav_buttons" alt="register button"/> Register </button>
</p>
</form>
+1 -1
View File
@@ -195,7 +195,7 @@ Element.implement({
<p class="btn">
<!--<input type="hidden" name="e1d9d0c" value="" />-->
<input type="image" value="login" name="s1" onclick="xy();" id="btn_login" class="dynamic_img" src="img/x.gif" alt="login button" />
<button value="login" name="s1" onclick="xy();" id="btn_login" class="trav_buttons" alt="login button" /> Login </button>
</p>
</form>