mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
Issue #1138 - Bootstrap3 UI fixes.
This commit is contained in:
@@ -104,7 +104,7 @@ define("LAN_VERSION", "Version");
|
||||
define("LAN_DOWNLOAD", "Download");
|
||||
define("LAN_COMMENTS", "Comments");
|
||||
define("LAN_LOCATION", "Location");
|
||||
define("LAN_NO_RECORDS_FOUND","No Records Found.");
|
||||
define("LAN_NO_RECORDS_FOUND","No Records Found");
|
||||
define("LAN_RATING", "Rating");
|
||||
define("LAN_IMAGE","Image");
|
||||
define("LAN_ABOUT", "About");
|
||||
|
@@ -15,7 +15,7 @@ $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>";
|
||||
$text .= "<small>Theme too dark? <a class='btn btn-default btn-xs btn-mini btn-inverse' href='".e_ADMIN."theme.php?mode=admin'>Change it here</a></small>";
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user