1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +02:00

Last GUI changes to chatbox for now

(three times now, sorry)
This commit is contained in:
Tijn Kuyper 2012-11-28 14:24:30 +01:00
parent 2fd697bca8
commit 1b9e2a0c53
2 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ $text .= "</select>
<option value='2592000'>".CHBLAN_26."</option>
<option value='1'>".CHBLAN_27."</option>
</select>
".$frm->admin_button('prune', CHBLAN_21, 'submit')."
".$frm->admin_button('prune', CHBLAN_21, 'other')."
<span class='field-help'>".CHBLAN_22."</span>
</td>
</tr>";
@ -181,7 +181,7 @@ $text .= "</select>
$text .= "<tr>
<td>".CHBLAN_34.":</td>
<td>
".$frm->admin_button('recalculate', CHBLAN_35, 'submit')."
".$frm->admin_button('recalculate', CHBLAN_35, 'other')."
</td>
</tr>
</table>";

View File

@ -21,7 +21,7 @@ define("CHBLAN_8", "delete");
define("CHBLAN_9", "Moderate Chatbox");
define("CHBLAN_10", "Moderate posts");
define("CHBLAN_11", "Chatbox posts to display");
define("CHBLAN_12", "amount of posts displayed in chatbox");
define("CHBLAN_12", "Amount of posts displayed in chatbox");
define("CHBLAN_13", "Replace links");
define("CHBLAN_14", "if ticked, posted links will be replaced by text entered in box below");
define("CHBLAN_15", "Replace string if activated");