1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

Issue #1138 - Bootstrap3 UI fixes.

This commit is contained in:
Cameron
2015-07-15 19:33:15 -07:00
parent 35f225aa79
commit a26de7bc84
26 changed files with 156 additions and 125 deletions

View File

@@ -1472,7 +1472,7 @@ class lanDeveloper
if($disabled)
{
$text .= ADMIN_WARNING_ICON;
$label = " <span class='label label-important'>Must be re-enabled</span>";
$label = " <span class='label label-important label-danger'>Must be re-enabled</span>";
$this->errors++;
// $text .= "blabla";
// $class = 'alert alert-warning';
@@ -1519,7 +1519,7 @@ class lanDeveloper
// $color = "background-color:yellow";
$value = "<a href='#' title=\"Missing\">".ADMIN_WARNING_ICON."</a>";
$this->errors++;
$label = "<span class='label label-important label-error'>".LANG_LAN_131."</span>";
$label = "<span class='label label-important label-danger'>".LANG_LAN_131."</span>";
// $class = "alert alert-warning";
}
@@ -1528,7 +1528,7 @@ class lanDeveloper
{
// $color = "background-color:pink";
$class = ' ';
$label = " <span class='label label-important'>Unused</span>";
$label = " <span class='label label-important label-danger'>Unused</span>";
$text .= "-";
$this->errors++;
}
@@ -1547,7 +1547,7 @@ class lanDeveloper
{
//$color = "background-color:yellow";
// $class = "alert alert-warning";
$label .= "<div class='label label-important'><i>".$common."</i> ".LANG_LAN_132."<br />(".LANG_LAN_133." <b>".$def."</b> ".LANG_LAN_134.")</div>";
$label .= "<div class='label label-important label-danger'><i>".$common."</i> ".LANG_LAN_132."<br />(".LANG_LAN_133." <b>".$def."</b> ".LANG_LAN_134.")</div>";
// return "<tr><td style='width:25%;'>".$needle .$disabled. "</td><td></td></tr>";
}