mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Message-handler title fix.
This commit is contained in:
@@ -134,8 +134,8 @@ class db_verify
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$mes->add("Tables appear to be okay!",E_MESSAGE_SUCCESS); //TODO LAN
|
$mes->addSuccess("Tables appear to be okay!"); //TODO LAN
|
||||||
$mes->add("<a href='".$this->backUrl."'>".LAN_BACK."</a>", E_MESSAGE_SUCCESS);
|
$mes->addSuccess("<a class='btn btn-primary' href='".$this->backUrl."'>".LAN_BACK."</a>");
|
||||||
//$debug = "<pre>".print_r($this->results,TRUE)."</pre>";
|
//$debug = "<pre>".print_r($this->results,TRUE)."</pre>";
|
||||||
//$mes->add($debug,E_MESSAGE_DEBUG);
|
//$mes->add($debug,E_MESSAGE_DEBUG);
|
||||||
//$text .= "<div class='buttons-bar center'>".$frm->admin_button('back', DBVLAN_17, 'back')."</div>";
|
//$text .= "<div class='buttons-bar center'>".$frm->admin_button('back', DBVLAN_17, 'back')."</div>";
|
||||||
|
@@ -44,6 +44,12 @@ define('CORE_LAN_MB', 'MB');
|
|||||||
define('CORE_LAN_GB', 'GB');
|
define('CORE_LAN_GB', 'GB');
|
||||||
define('CORE_LAN_TB', 'TB');
|
define('CORE_LAN_TB', 'TB');
|
||||||
|
|
||||||
|
define("EMESSLAN_TITLE_INFO", "System Information");
|
||||||
|
define("EMESSLAN_TITLE_ERROR", "Error");
|
||||||
|
define("EMESSLAN_TITLE_SUCCESS", "Success");
|
||||||
|
define("EMESSLAN_TITLE_WARNING", "Warning");
|
||||||
|
define("EMESSLAN_TITLE_DEBUG", "System Debug");
|
||||||
|
|
||||||
define('LAN_MORE', 'More..');
|
define('LAN_MORE', 'More..');
|
||||||
|
|
||||||
define('LAN_WARNING', 'Warning!');
|
define('LAN_WARNING', 'Warning!');
|
||||||
|
@@ -9,11 +9,7 @@
|
|||||||
* Bootstrap Theme Language file for e107 v2+
|
* Bootstrap Theme Language file for e107 v2+
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
define("EMESSLAN_TITLE_INFO", "System Information");
|
|
||||||
define("EMESSLAN_TITLE_ERROR", "Error");
|
|
||||||
define("EMESSLAN_TITLE_SUCCESS", "Success");
|
|
||||||
define("EMESSLAN_TITLE_WARNING", "Warning");
|
|
||||||
define("EMESSLAN_TITLE_DEBUG", "System Debug");
|
|
||||||
|
|
||||||
define("LAN_THEME_1", "Comments are turned off for this item");
|
define("LAN_THEME_1", "Comments are turned off for this item");
|
||||||
define("LAN_THEME_2", "Read/Post Comment: ");
|
define("LAN_THEME_2", "Read/Post Comment: ");
|
||||||
|
Reference in New Issue
Block a user