mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
Issue #4020 2 new prefs added. Allow default collapsing of side-bar and enable/disable labels on nav-bar.
Icon cleanup and will now try to guess the right icon based on mode/action. Styling fixes. Removed unused admin stylesheets from bootstrap3.
This commit is contained in:
@@ -636,7 +636,10 @@ $text .= "
|
||||
</fieldset>
|
||||
";
|
||||
|
||||
// Admin Display Areas
|
||||
|
||||
/**
|
||||
* @note Admin Display Options.
|
||||
*/
|
||||
$text .= "
|
||||
<fieldset class='e-hideme' id='core-prefs-admindisp'>
|
||||
<legend>".PRFLAN_77."</legend>
|
||||
@@ -671,10 +674,25 @@ $text .= "
|
||||
<tr>
|
||||
<td><label for='admin-separate-plugins'>".PRFLAN_204."</label></td>
|
||||
<td>
|
||||
".$frm->radio_switch('admin_separate_plugins', $pref['admin_separate_plugins'])."
|
||||
".$frm->radio_switch('admin_separate_plugins', varset($pref['admin_separate_plugins']))."
|
||||
<div class='field-help'>".PRFLAN_205."</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for='admin-collapse-sidebar'>".PRFLAN_283."</label></td>
|
||||
<td>
|
||||
".$frm->radio_switch('admin_navbar_labels', varset($pref['admin_navbar_labels']))."
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for='admin-collapse-sidebar'>".PRFLAN_284."</label></td>
|
||||
<td>
|
||||
".$frm->radio_switch('admin_collapse_sidebar', varset($pref['admin_collapse_sidebar']))."
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
".pref_submit('admindisp')."
|
||||
|
Reference in New Issue
Block a user