Merge pull request #137 from sempoi/patch-25

Update editAdditional.tpl
This commit is contained in:
Shadow
2014-03-24 07:24:50 +02:00
+13 -3
View File
@@ -22,6 +22,12 @@ if($dur>43200) {
if(isset($id))
{
?>
<script LANGUAGE="JavaScript">
function go_url(url) {
location=url;
return(false);
}
</script>
<form action="../GameEngine/Admin/Mods/additional.php" method="POST">
<input type="hidden" name="admid" id="admid" value="<?php echo $_SESSION['id']; ?>">
<input type="hidden" name="id" value="<?php echo $id; ?>" />
@@ -130,9 +136,13 @@ if(isset($id))
</tr>
</tbody>
<thead>
<tr>
<td style="border-right:none; text-align:left"><input name="back" type="image" id="btn_back" class="dynamic_img" src="img/x.gif" value="back" alt="back" onclick="return go_url('../Admin/admin.php?p=player&uid=<?php echo $_GET["uid"];?>')" /></td>
<td style="border-left:none; text-align:right" colspan="5"><input name="save" type="image" id="btn_save" class="dynamic_img" src="img/x.gif" value="save" alt="save" /></td>
</tr>
</thead>
</table>
<br />
<center><input type="image" value="submit" src="../img/admin/b/ok1.gif"></center>
</form>
<?php
}
@@ -140,4 +150,4 @@ else
{
include("404.tpl");
}
?>
?>