mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs.
This commit is contained in:
@@ -877,8 +877,9 @@ class plugin_ui extends e_admin_ui
|
||||
{
|
||||
$text .= "<tr>\n<td class='top'>".$tp->toHTML($val['label'],FALSE,'TITLE');
|
||||
$text .= varset($val['preview']) ? "<div class='indent'>".$val['preview']."</div>" : "";
|
||||
$text .= varset($val['helpText']) ? "".$frm->help($val['helpText'])."" : "";
|
||||
$text .= "</td>\n<td>".$frm->select($key,$val['itemList'],$val['itemDefault']);
|
||||
$text .= varset($val['helpText']) ? "".$frm->help($val['helpText'], 'after')."" : "";
|
||||
|
||||
$text .= "</td>\n</tr>\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user