0.4 fin
cf changelog
This commit is contained in:
parent
ce7281da89
commit
a5ff6f8fe5
4 changed files with 11 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
CategoriesPage
|
CategoriesPage
|
||||||
==============
|
==============
|
||||||
|
|
||||||
CategoriesPage est un plugin pour [Dotclear] (http://fr.dotclear.org/).
|
CategoriesPage est un plugin pour [Dotclear 2] (http://fr.dotclear.org/).
|
||||||
|
|
||||||
Ce plugin ajoute un widget permettant d'accèder à une page listant les catégories.
|
Ce plugin ajoute un widget permettant d'accéder à une page listant les catégories.
|
||||||
|
|
||||||
Ce plugin est basé sur le plugin [CategoriesMode] (http://plugins.dotaddict.org/dc2/details/categoriesMode) de Adjaya, Pierre Van Glabeke.
|
Ce plugin est basé sur le plugin [CategoriesMode] (http://plugins.dotaddict.org/dc2/details/categoriesMode) de Adjaya, Pierre Van Glabeke.
|
||||||
|
|
||||||
|
@ -14,4 +14,4 @@ Pierre Van Glabeke, Bernard Le Roux
|
||||||
|
|
||||||
Licence
|
Licence
|
||||||
===================
|
===================
|
||||||
Ce plugin est placé sous la licence [GPL v2] (http://www.gnu.org/licenses/gpl-2.0.html).
|
Ce plugin est placé sous la licence [GPL v2] (http://www.gnu.org/licenses/gpl-2.0.html).
|
|
@ -53,7 +53,9 @@ class widgetsCategoriesPage {
|
||||||
|
|
||||||
public static function initWidgets($widget) {
|
public static function initWidgets($widget) {
|
||||||
$text = __('Categories Page');
|
$text = __('Categories Page');
|
||||||
$widget->create('CategoriesPage', $text, array('widgetsCategoriesPage', 'categoriesPageWidgets'));
|
$widget->create('CategoriesPage', __('CategoriesPage'), array('widgetsCategoriesPage', 'categoriesPageWidgets'),
|
||||||
|
null,
|
||||||
|
__('Link to categories'));
|
||||||
$categoriesPage = $widget->CategoriesPage;
|
$categoriesPage = $widget->CategoriesPage;
|
||||||
$categoriesPage->setting('title', __('Title:'), $text, 'text');
|
$categoriesPage->setting('title', __('Title:'), $text, 'text');
|
||||||
$categoriesPage->setting('homeonly', __('Display on:'), 0, 'combo', array(
|
$categoriesPage->setting('homeonly', __('Display on:'), 0, 'combo', array(
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
v0.4 - 15-03-2015 : Pierre Van Glabeke
|
v0.4 - 16-03-2015 : Pierre Van Glabeke
|
||||||
ajout div
|
ajout div
|
||||||
|
modif identification widget
|
||||||
|
|
||||||
v0.3 - 09-03-2015 : Pierre Van Glabeke
|
v0.3 - 09-03-2015 : Pierre Van Glabeke
|
||||||
html5
|
html5
|
||||||
|
|
|
@ -21,3 +21,6 @@ msgstr "Page des catégories"
|
||||||
|
|
||||||
msgid "Categories"
|
msgid "Categories"
|
||||||
msgstr "Catégories"
|
msgstr "Catégories"
|
||||||
|
|
||||||
|
msgid "Link to categories"
|
||||||
|
msgstr "Lien vers la page des catégories"
|
Loading…
Reference in a new issue