mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
ADMIN_ALT_NAV totally rewritten, admin menu sublinks support (new pref added), icon refining, new About admin root menu
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Administration - Site Preferences
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/prefs.php,v $
|
||||
* $Revision: 1.24 $
|
||||
* $Date: 2009-01-04 16:00:19 $
|
||||
* $Author: e107steved $
|
||||
* $Revision: 1.25 $
|
||||
* $Date: 2009-01-09 17:25:50 $
|
||||
* $Author: secretr $
|
||||
*
|
||||
*/
|
||||
require_once ("../class2.php");
|
||||
@@ -365,6 +365,13 @@ $text .= "
|
||||
<div class='smalltext field-help'>".PRFLAN_98."</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_199."</td>
|
||||
<td class='control'>
|
||||
".$frm->radio_switch('admin_slidedown_subs', $pref['admin_slidedown_subs'])."
|
||||
<div class='smalltext field-help'>".PRFLAN_200."</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
".pref_submit('admindisp')."
|
||||
|
Reference in New Issue
Block a user