mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
User Class LANS #6 additional corrections
User Class LANS #6 additional corrections
This commit is contained in:
@@ -680,7 +680,7 @@ if (isset($_POST['set_initial_classes']))
|
|||||||
}
|
}
|
||||||
else
|
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('createclass', LAN_CREATE, 'create');
|
||||||
$text .= $frm->admin_button('updatecancel', LAN_CANCEL, 'cancel');
|
$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."' />
|
||||||
// <input class='btn' type='submit' id='updatecancel' name='updatecancel' value='".LAN_CANCEL."' />";
|
// <input class='btn' type='submit' id='updatecancel' name='updatecancel' value='".LAN_CANCEL."' />";
|
||||||
$text .= "
|
$text .= "
|
||||||
<input type='hidden' name='userclass_id' value='0' />";
|
<input type='hidden' name='userclass_id' value='0' />";
|
||||||
|
@@ -51,7 +51,7 @@ define("UCSLAN_38", "Initial User Class");
|
|||||||
define("UCSLAN_39", "No classes which can be set");
|
define("UCSLAN_39", "No classes which can be set");
|
||||||
define("UCSLAN_40", "Set initial classes");
|
define("UCSLAN_40", "Set initial classes");
|
||||||
define("UCSLAN_41", "Settings updated");
|
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_43", "Existing classes: ");
|
||||||
//define("UCSLAN_44", "None");//LAN_NONE
|
//define("UCSLAN_44", "None");//LAN_NONE
|
||||||
define("UCSLAN_45", "Point at which classes set:");
|
define("UCSLAN_45", "Point at which classes set:");
|
||||||
|
Reference in New Issue
Block a user