mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Plugin categories (upgrade routine included) + some theme-manager and plugin-manager fixes. Added a few styles to the blank theme.
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.30 $
|
||||
* $Date: 2009-06-12 20:41:34 $
|
||||
* $Author: e107steved $
|
||||
* $Revision: 1.31 $
|
||||
* $Date: 2009-07-09 02:47:11 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
require_once ("../class2.php");
|
||||
@@ -377,6 +377,12 @@ $text .= "
|
||||
".$frm->radio_switch('admin_slidedown_subs', $pref['admin_slidedown_subs'])."
|
||||
<div class='smalltext field-help'>".PRFLAN_200."</div>
|
||||
</td>
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_204."</td>
|
||||
<td class='control'>
|
||||
".$frm->radio_switch('admin_separate_plugins', $pref['admin_separate_plugins'])."
|
||||
<div class='smalltext field-help'>".PRFLAN_205."</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user