1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

User Class LANS #6 additional corrections

User Class LANS #6 additional corrections
This commit is contained in:
MikeyGMT
2017-01-09 17:24:52 +00:00
parent c45ff67018
commit 5db20cf3c7
2 changed files with 3 additions and 3 deletions

View File

@@ -680,7 +680,7 @@ if (isset($_POST['set_initial_classes']))
}
else
{
$message = UCSLAN_42;
$message = LAN_NOCHANGE_NOTSAVED;
}
}
*/
@@ -1047,7 +1047,7 @@ else
{
$text .= $frm->admin_button('createclass', LAN_CREATE, 'create');
$text .= $frm->admin_button('updatecancel', LAN_CANCEL, 'cancel');
// $text .= "<input class='btn' type='submit' id='createclass' name='createclass' value='".UCSLAN_15."' />
// $text .= "<input class='btn' type='submit' id='createclass' name='createclass' value='".LAN_CREATE."' />
// &nbsp;&nbsp;<input class='btn' type='submit' id='updatecancel' name='updatecancel' value='".LAN_CANCEL."' />";
$text .= "
<input type='hidden' name='userclass_id' value='0' />";

View File

@@ -51,7 +51,7 @@ define("UCSLAN_38", "Initial User Class");
define("UCSLAN_39", "No classes which can be set");
define("UCSLAN_40", "Set initial classes");
define("UCSLAN_41", "Settings updated");
define("UCSLAN_42", "Nothing changed - not updated");
//define("UCSLAN_42", "Nothing changed - not updated");//LAN_NOCHANGE_NOTSAVED
define("UCSLAN_43", "Existing classes: ");
//define("UCSLAN_44", "None");//LAN_NONE
define("UCSLAN_45", "Point at which classes set:");