mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Replaced ADMSLAN_4 with LAN_CONTINUE
First tiny step to contribute to the coding of e107 I have replace ADMSLAN_4 in administrator.php with LAN_CONTINUE from English.php and commented ADMSLAN_4 out in lan_administrator.php
This commit is contained in:
@@ -83,7 +83,7 @@ if (isset($_POST['del_admin']) && count($_POST['del_admin']))
|
||||
{ // Can't delete main admin
|
||||
$text = $row['user_name']." ".ADMSLAN_6."
|
||||
<br /><br />
|
||||
<a href='".e_ADMIN_ABS."administrator.php'>".ADMSLAN_4."</a>";
|
||||
<a href='".e_ADMIN_ABS."administrator.php'>".LAN_CONTINUE."</a>";
|
||||
|
||||
$mes->addError($text);
|
||||
$ns->tablerender(LAN_ERROR, $mes->render());
|
||||
|
Reference in New Issue
Block a user