Tooltip part 3 for admin panel settings (last)

+Small tooltip display edits
+Fully added to the file Admin/Templates/config.tpl
+Fully added to the file Admin/ Templates/editAdminInfo.tpl
+Fully added to the file Admin/ Templates/editExtraSet.tpl

Almost completely translated texts in en.php
This commit is contained in:
Vladyslav
2018-04-21 22:23:14 +03:00
parent 05504afcf4
commit 4784e73e43
5 changed files with 71 additions and 35 deletions
+5 -5
View File
@@ -13,19 +13,19 @@ if (!isset($_SESSION)) {
}
if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
?>
<h2><center>Server Configuration</center></h2>
<h2><center><?php echo SERV_CONFIG ?></center></h2>
<form action="../GameEngine/Admin/Mods/editExtraSet.php" method="POST">
<input type="hidden" name="id" id="id" value="<?php echo $_SESSION['id']; ?>">
<br />
<table id="profile" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th colspan="2">Edit Extra Settings</th>
<th colspan="2"><?php echo EDIT_EXTRA_SETT ?></th>
</tr>
</thead>
<tbody>
<tr>
<td width="50%">Limit Mailbox</td>
<td width="50%"><?php echo CONF_EXTRA_LIMITMAIL ?> <em class="tooltip">?<span class="classic"><?php echo CONF_EXTRA_LIMITMAIL_TOOLTIP ?></span></em></td>
<td width="50%">
<select name="limit_mailbox">
<option value="true" <?php if (LIMIT_MAILBOX==true) echo "selected";?>>Yes</option>
@@ -34,7 +34,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
</td>
</tr>
<tr>
<td>Max Number of Mails</td>
<td><?php echo CONF_EXTRA_MAXMAIL ?> <em class="tooltip">?<span class="classic"><?php echo CONF_EXTRA_MAXMAIL_TOOLTIP ?></span></em></td>
<td>30</td>
</tr>
@@ -42,7 +42,7 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
</table>
<br />
<table width="100%">
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< back</a></td>
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< <?php echo EDIT_BACK ?></a></td>
<td align="right"><input type="image" border="0" src="../img/admin/b/ok1.gif"></td>
</tr>
</table>