mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 01:54:22 +00:00
Merge pull request #530 from phaze1G/master
Replacing login / register buttons with CSS
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user