Changeset 926:49b29651bbd3
- Timestamp:
- 10/28/12 06:59:43 (13 years ago)
- Branch:
- default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r907 r926 231 231 '</tr>'; 232 232 233 $distrib_plugins = array('aboutConfig','akismet','antispam','attachments','blogroll','blowupConfig','fairTrackbacks', 234 'importExport','maintenance','pages','pings','simpleMenu','tags','themeEditor','userPref','widgets'); 235 $distrib_img = '<img src="images/dotclear_pw.png"'. 236 ' alt="'.__('Plugin from official distribution').'" title="'.__('Plugin from official distribution').'" />'; 237 233 238 foreach ($p_available as $k => $v) 234 239 { 235 240 $is_deletable = $is_writable && preg_match('!^'.$p_path_pat.'!',$v['root']); 236 241 $is_deactivable = $v['root_writable']; 242 $is_distrib = in_array($k, $distrib_plugins); 237 243 238 244 echo … … 240 246 '<td class="minimal nowrap"><strong>'.html::escapeHTML($k).'</strong></td>'. 241 247 '<td class="minimal">'.html::escapeHTML($v['version']).'</td>'. 242 '<td class="maximal "><strong>'.html::escapeHTML($v['name']).'</strong> '.243 '<br />'.html::escapeHTML($v['desc']). '</td>'.248 '<td class="maximal'.($is_distrib ? ' distrib' : '').'"><strong>'.html::escapeHTML($v['name']).'</strong> '. 249 '<br />'.html::escapeHTML($v['desc']).($is_distrib ? ' '.$distrib_img : '').'</td>'. 244 250 '<td class="nowrap action">'; 245 251 -
admin/style/default.css
r903 r926 999 999 top: 2px; 1000 1000 right: 0; 1001 } 1002 .distrib img { 1003 display: block; 1004 float: right; 1005 margin-top: -1em; 1001 1006 } 1002 1007 /* TABLES -
locales/fr/main.po
r924 r926 1489 1489 msgstr "Pour activer cette fonction, donnez un accès en écriture à votre répertoire d'extensions." 1490 1490 1491 msgid "Plugin from official distribution" 1492 msgstr "Extension de la distribution officielle" 1493 1491 1494 msgid "Add a link" 1492 1495 msgstr "Ajouter un lien"
Note: See TracChangeset
for help on using the changeset viewer.