Changeset 93122 in spip-zone for _plugins_/ieconfig/trunk/formulaires/ieconfig_export.php
- Timestamp:
- Nov 23, 2015, 11:51:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/ieconfig/trunk/formulaires/ieconfig_export.php
r93121 r93122 66 66 } 67 67 if ($icone) { 68 $icone = '<img src="'.$icone.'" alt="" style="margin-left: -50px; margin-right:34px;" />';68 $icone = '<img src="'.$icone.'" alt="" style="margin-left:0px; margin-right:0.5em;" />'; 69 69 } 70 70 } else { … … 73 73 $ieconfig_metas[$prefixe] = $icone.(isset($data['titre']) ? $data['titre'] : $prefixe); 74 74 } 75 ksort($ieconfig_metas); 75 76 if (count($ieconfig_metas) > 0) { 76 77 $saisies[] = array(
Note: See TracChangeset
for help on using the changeset viewer.