Changeset 3186
- Timestamp:
- 09/18/13 19:04:07 (10 years ago)
- Location:
- plugins/includesubcats
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/includesubcats/_admin.php
r3070 r3186 4 4 # This file is part of Dotclear 2 "Include subcats" plugin. 5 5 # 6 # Copyright (c) 200 3-2008 Olivier Meunierand contributors6 # Copyright (c) 2009-2013 Bruno Hondelatte and contributors 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 12 12 if (!defined('DC_CONTEXT_ADMIN')) { exit; } 13 13 14 require dirname(__FILE__).'/_widgets.php'; 15 14 16 $core->addBehavior('adminBlogPreferencesForm',array('ISCBehaviors','adminBlogPreferencesForm')); 15 17 $core->addBehavior('adminBeforeBlogSettingsUpdate',array('ISCBehaviors','adminBeforeBlogSettingsUpdate')); … … 21 23 $core->blog->settings->addNamespace('incsubcat'); 22 24 echo 23 '< fieldset><legend>'.__('Sub-categories').'</legend>'.25 '<div class="fieldset"><h4>'.__('Sub-categories').'</h4>'. 24 26 '<p><label class="classic">'. 25 27 form::checkbox('incsubcat_enabled','1',$settings->incsubcat->incsubcat_enabled). 26 28 __('Include sub-categories in category page and category posts feed').'</label></p>'. 27 '</ fieldset>';29 '</div>'; 28 30 } 29 31 -
plugins/includesubcats/_define.php
r3086 r3186 4 4 # This file is part of Dotclear 2 "Include subcats" plugin. 5 5 # 6 # Copyright (c) 200 3-2008 Olivier Meunierand contributors6 # Copyright (c) 2009-2013 Bruno Hondelatte and contributors 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 15 15 /* Description*/ "Include subcategories in category.html and category feeds", 16 16 /* Author */ "Bruno Hondelatte", 17 /* Version */ '2. 1',17 /* Version */ '2.2', 18 18 /* Permissions */ 'usage,contentadmin' 19 19 ); -
plugins/includesubcats/_public.php
r3086 r3186 4 4 # This file is part of Dotclear 2 "Include subcats" plugin. 5 5 # 6 # Copyright (c) 200 3-2008 Olivier Meunierand contributors6 # Copyright (c) 2009-2013 Bruno Hondelatte and contributors 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 12 12 if (!defined('DC_RC_PATH')) { return; } 13 13 14 require dirname(__FILE__).'/_widgets.php'; 15 14 16 $core->blog->settings->addNamespace('incsubcat'); 15 17 if ($core->blog->settings->incsubcat->incsubcat_enabled) { -
plugins/includesubcats/locales/fr/main.po
r561 r3186 21 21 msgid "Include sub-categories in category page and category posts feed" 22 22 msgstr "Inclure les sous-catégories dans les pages de catégories et les flux de billets des catégories" 23 24 #: _widgets.php:20 25 msgid "SubCategories list" 26 msgstr "Liste des sous-catégories" 27 28 #: _widgets.php:21 29 msgid "Title:" 30 msgstr "" 31 32 #: _widgets.php:22 33 msgid "With entries counts" 34 msgstr "Avec le nombre de billets" 35 36 #: _widgets.php:23 37 msgid "Include sub cats in count" 38 msgstr "Inclure les billets des sous-catégories dans le nombre de billets"
Note: See TracChangeset
for help on using the changeset viewer.