Changeset 48157 in spip-zone
- Timestamp:
- May 26, 2011, 4:18:46 PM (10 years ago)
- Location:
- _plugins_/porte_plume_extras/enluminures_typographiques_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/porte_plume_extras/enluminures_typographiques_v3/enluminures_typo_pipelines.php
r47639 r48157 4 4 5 5 $barre->cacher('stroke_through'); 6 7 $module_barre = "barre_outils"; 8 if (intval($GLOBALS['spip_version_branche'])>2) 9 $module_barre = "barreoutils"; 6 10 7 11 $barre->set('header1', array( … … 67 71 array( 68 72 "id" => 'barre_cadre', 69 "name" => _T( 'barre_outils:barre_cadre'),73 "name" => _T($module_barre.':barre_cadre'), 70 74 "className" => "outil_barre_cadre", 71 75 "openWith" => "\n<cadre>", … … 133 137 array( 134 138 "id" => 'barre_code', 135 "name" => _T( 'barre_outils:barre_code'),139 "name" => _T($module_barre.':barre_code'), 136 140 "className" => "outil_barre_code", 137 141 "openWith" => "<code>", … … 158 162 array( 159 163 "id" => 'barre_poesie', 160 "name" => _T( 'barre_outils:barre_poesie'),164 "name" => _T($module_barre.':barre_poesie'), 161 165 "className" => "outil_barre_poesie", 162 166 "openWith" => "\n<poesie>", -
_plugins_/porte_plume_extras/enluminures_typographiques_v3/plugin.xml
r47309 r48157 9 9 </auteur> 10 10 <lien>[Exemple d'utilisation->http://www.pyrat.net/Raccourcis-Typographiques-de-SPIP.html]</lien> 11 <version>3.2. 1</version>11 <version>3.2.2</version> 12 12 <etat> 13 13 test … … 111 111 </pipeline> 112 112 <categorie>edition</categorie> 113 <necessite id="SPIP" version="[2.0.3; ]" />113 <necessite id="SPIP" version="[2.0.3;3.1.0)" /> 114 114 <necessite id="porte_plume" version="[1.2.2;]" /> 115 115 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.