mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 16:37:15 +00:00
The first release of the refactored version
It's still a work in progress, there are a lot of things that will change in the final release
This commit is contained in:
@@ -52,8 +52,8 @@ if(isset($id))
|
||||
<thead>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<button style="float: right" name="save" id="btn_save" class="trav_buttons" value="save" alt="save" /> Save </button>
|
||||
<button style="float: left" name="back" id="btn_back" class="trav_buttons" value="back" alt="back" onclick="return go_url('../Admin/admin.php?p=village&did=<?php echo $_GET["did"];?>')" /> Back </button>
|
||||
<button style="float: right" name="save" id="btn_save" class="trav_buttons" value="save"> Save </button>
|
||||
<button style="float: left" name="back" id="btn_back" class="trav_buttons" value="back" onclick="return go_url('../Admin/admin.php?p=village&did=<?php echo $_GET["did"];?>')"> Back </button>
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user