mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +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
|
{ // Can't delete main admin
|
||||||
$text = $row['user_name']." ".ADMSLAN_6."
|
$text = $row['user_name']." ".ADMSLAN_6."
|
||||||
<br /><br />
|
<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);
|
$mes->addError($text);
|
||||||
$ns->tablerender(LAN_ERROR, $mes->render());
|
$ns->tablerender(LAN_ERROR, $mes->render());
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
//define("ADMSLAN_1", "now has admin status."); - no references found
|
//define("ADMSLAN_1", "now has admin status."); - no references found
|
||||||
|
|
||||||
//define("ADMSLAN_3", "is the main site administrator and cannot be edited.");
|
//define("ADMSLAN_3", "is the main site administrator and cannot be edited.");
|
||||||
define("ADMSLAN_4", "Continue");
|
//define("ADMSLAN_4", "Continue");//LAN_CONTINUE
|
||||||
//define("ADMSLAN_5", "Error!"); - global admin LAN_ERROR
|
//define("ADMSLAN_5", "Error!"); - global admin LAN_ERROR
|
||||||
define("ADMSLAN_6", "is the main site administrator and cannot be deleted.");
|
define("ADMSLAN_6", "is the main site administrator and cannot be deleted.");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user