Changeset 3018:02463a39c69a
- Timestamp:
- 06/28/15 09:24:27 (10 years ago)
- Branch:
- default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r2677 r3018 108 108 109 109 # -- Display modules lists -- 110 if ($core->auth->isSuperAdmin() && $list->isWritablePath()) {110 if ($core->auth->isSuperAdmin()) { 111 111 112 112 # Updated modules from repo … … 233 233 # --BEHAVIOR-- themesToolsTabs 234 234 $core->callBehavior('themesToolsTabs', $core); 235 236 # -- Notice for super admin -- 237 if ($core->auth->isSuperAdmin() && !$list->isWritablePath()) { 238 echo 239 '<p class="warning">'.__('Some functions are disabled, please give write access to your themes directory to enable them.').'</p>'; 240 } 241 235 242 dcPage::helpBlock('core_blog_theme'); 236 243 dcPage::close(); -
admin/plugins.php
r2997 r3018 114 114 115 115 # -- Display modules lists -- 116 if ($core->auth->isSuperAdmin() && $list->isWritablePath()) {116 if ($core->auth->isSuperAdmin()) { 117 117 118 118 # Updated modules from repo -
locales/fr/main.po
r3003 r3018 1705 1705 msgstr "Certaines fonctions sont désactivées, donnez un accès en écriture à votre répertoire de plugins pour les activer." 1706 1706 1707 msgid "Some functions are disabled, please give write access to your themes directory to enable them." 1708 msgstr "Certaines fonctions sont désactivées, donnez un accès en écriture à votre répertoire de thèmes pour les activer." 1709 1707 1710 msgid "Add a link" 1708 1711 msgstr "Ajouter un lien"
Note: See TracChangeset
for help on using the changeset viewer.