1
0
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:
CaMer0n
2009-07-09 02:47:17 +00:00
parent 0a40da5242
commit 35aef983c4
26 changed files with 282 additions and 120 deletions

View File

@@ -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>