Changeset 48711 in spip-zone
- Timestamp:
- Jun 11, 2011, 10:52:18 AM (10 years ago)
- Location:
- _plugins_/jquery_ui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/jquery_ui/jqueryui_options.php
r47798 r48711 1 1 <?php 2 2 3 define('_DIR_JQUERYUI_JS','lib/jquery-ui-1.8.9/ui/'); 3 4 define('_DIR_JQUERYUI_CSS','lib/jquery-ui-1.8.9/themes/'); -
_plugins_/jquery_ui/jqueryui_pipelines.php
r47798 r48711 174 174 } 175 175 176 /**177 * jqueryui_header_prive : ajout des CSS de jQuery-UI pour les pages privees178 * avec gestion du theme et des UI utilises179 *180 * @param: $flux181 * @return: $flux182 */183 function jqueryui_header_prive($flux) {184 $flux = str_replace('lib/', '../lib/', jqueryui_insert_head($flux));185 186 return $flux;187 }188 189 190 176 ?> -
_plugins_/jquery_ui/plugin.xml
r47798 r48711 40 40 <inclure>jqueryui_pipelines.php</inclure> 41 41 </pipeline> 42 <pipeline> 43 <nom>insert_head</nom> 44 <inclure>jqueryui_pipelines.php</inclure> 45 </pipeline> 46 <pipeline> 47 <nom>header_prive</nom> 48 <inclure>jqueryui_pipelines.php</inclure> 49 <action>insert_head</action> 50 </pipeline> 42 51 <pipeline><nom>jqueryui_forcer</nom></pipeline> 43 <pipeline><nom>insert_head</nom></pipeline>44 <pipeline><nom>header_prive</nom></pipeline>45 52 <necessite id="lib:jquery-ui-1.8.9" src="http://jquery-ui.googlecode.com/files/jquery-ui-1.8.9.zip" /> 46 53 <necessite id="saisies" />
Note: See TracChangeset
for help on using the changeset viewer.