mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 23:01:02 +00:00
fix: Enter when editing additional user info in Admin saves data
This commit is contained in:
@@ -137,8 +137,10 @@ function go_url(url) {
|
|||||||
</tbody>
|
</tbody>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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 colspan="2">
|
||||||
<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>
|
<input style="float: right" name="save" type="image" id="btn_save" class="dynamic_img" src="img/x.gif" value="save" alt="save" />
|
||||||
|
<input style="float: left" 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>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ mysqli_query($GLOBALS["link"], "UPDATE ".TB_PREFIX."users SET
|
|||||||
RR = '".(int) $_POST['res']."',
|
RR = '".(int) $_POST['res']."',
|
||||||
apall = '".(int) $_POST['ooff']."',
|
apall = '".(int) $_POST['ooff']."',
|
||||||
dpall = '".(int) $_POST['odef']."'
|
dpall = '".(int) $_POST['odef']."'
|
||||||
WHERE id = ".$id."") or die(mysqli_error($database->dblink));
|
WHERE id = ".$id) or die(mysqli_error($database->dblink));
|
||||||
|
|
||||||
header("Location: ../../../Admin/admin.php?p=player&uid=".$id."");
|
header("Location: ../../../Admin/admin.php?p=player&uid=".$id."");
|
||||||
?>
|
?>
|
||||||
@@ -4,7 +4,6 @@
|
|||||||
- cannot delete a single medal in admin
|
- cannot delete a single medal in admin
|
||||||
- add back buttons to Admin where there are not (like editing a user)
|
- add back buttons to Admin where there are not (like editing a user)
|
||||||
- disallow installation if existing data are in place, or world map would end up screwed and villages not showing (because there can be multiple villages/oasis generated for one square then)
|
- disallow installation if existing data are in place, or world map would end up screwed and villages not showing (because there can be multiple villages/oasis generated for one square then)
|
||||||
- when editing Additional Information for user and adjusting gold, sometimes the first time will not record the new gold amount (when pressing Enter)
|
|
||||||
- allow to redirect Support messages to admin's nickname (for when there's only a single admin and doesn't like switching between Support and themselves)
|
- allow to redirect Support messages to admin's nickname (for when there's only a single admin and doesn't like switching between Support and themselves)
|
||||||
- disallow Support to play (single cookie for Admin and the game means support gets no village and lots of warnings when they switch to game now)
|
- disallow Support to play (single cookie for Admin and the game means support gets no village and lots of warnings when they switch to game now)
|
||||||
- resetting res bonus in admin actually says that bonus was given after OK is pressed
|
- resetting res bonus in admin actually says that bonus was given after OK is pressed
|
||||||
|
|||||||
Reference in New Issue
Block a user