mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 17:07:17 +00:00
Buttons replace part 2 (#536)
* Update assignpos.tpl * Update changename.tpl * Update kick.tpl * Update kick.tpl * Update linkforum.tpl * Update search.tpl * Update 18_create.tpl * Update invite.tpl * Update option.tpl * Update newdorf.tpl * buttons replace part 2 * Update addABTroops.tpl * Update addTroops.tpl * Update graphic.tpl * Update all.tpl * Update archive.tpl * Update forum_3.tpl * Update read.tpl * Update ranksearch.tpl * Update delete.tpl * Update inbox.tpl * Update 19.tpl
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<?php
|
||||
include("19_train.tpl");
|
||||
?></table>
|
||||
<p><input type="image" id="btn_train" class="dynamic_img" value="ok" name="s1" src="img/x.gif" alt="train" onclick="this.disabled=true;this.form.submit();"/></form></p>
|
||||
<p><button id="btn_train" class="trav_buttons" value="ok" name="s1" alt="train" onclick="this.disabled=true;this.form.submit();"/> Train </button></form></p>
|
||||
<?php
|
||||
} else {
|
||||
echo "<b>".TRAINING_COMMENCE_BARRACKS."</b><br>\n";
|
||||
|
||||
Reference in New Issue
Block a user