mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Admin -> Userclass cleanup and initial userclass feature on xup signup.
This commit is contained in:
@@ -75,6 +75,6 @@ define("LAN_JSCONFIRM","Are you sure?");
|
||||
define("LAN_IP", "IP Address");
|
||||
define("LAN_AUTHOR", "Author");
|
||||
define("LAN_CATEGORY", "Category");
|
||||
|
||||
define("LAN_GUEST", "Guest");
|
||||
|
||||
?>
|
@@ -12,9 +12,11 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Dashboard";
|
||||
$text = "This page provides you with an overview of site activity.<br /><br />";
|
||||
|
||||
if(e107::getPref('admincss')=='admin_dark.css')
|
||||
{
|
||||
$text .= "<small>Theme too dark? <a class='btn btn-mini btn-inverse' href='".e_ADMIN."theme.php?mode=admin'>Change it here</a></small>";
|
||||
|
||||
}
|
||||
$ns -> tablerender($caption, $text);
|
||||
|
||||
e107::getRender()->tablerender($caption, $text);
|
||||
|
@@ -74,4 +74,4 @@ switch ($action)
|
||||
default :
|
||||
$text = "You can select classes for editing, and also delete existing classes, from this page.";
|
||||
}
|
||||
$ns -> tablerender($caption, $text);
|
||||
e107::getRender() -> tablerender($caption, $text);
|
||||
|
@@ -9,7 +9,7 @@
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("LAN_GUEST", "Guest");
|
||||
|
||||
define("LAN_WROTE", "wrote"); // as in John wrote.." ";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user