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

Tool-tip placement options added to admin prefs. (Applies to Admin-ui areas only)

Admin styling tweaks.
This commit is contained in:
Cameron
2021-02-03 20:38:31 -08:00
parent 5671fbb557
commit 82fbeab43c
8 changed files with 44 additions and 22 deletions

View File

@@ -690,6 +690,12 @@ $text .= "
".$frm->radio_switch('admin_collapse_sidebar', varset($pref['admin_collapse_sidebar']))."
</td>
</tr>
<tr>
<td><label for='admin-collapse-sidebar'>".PRFLAN_285."</label></td>
<td>
".$frm->radio('admin_helptip_location',['-1'=> LAN_DISABLED, '0' => PRFLAN_286, '1' => PRFLAN_287], varset($pref['admin_helptip_location']))."
</td>
</tr>