Changeset 52843 in spip-zone
- Timestamp:
- Oct 7, 2011, 10:17:11 AM (9 years ago)
- Location:
- _plugins_/jquery_ui
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/jquery_ui/formulaires/config_jqueryui_20_fonctions.php
r47798 r52843 7 7 * 8 8 */ 9 if (!defined("_ECRIRE_INC_VERSION")) return; 10 9 11 function cfg_config_jqueryui_20_charger(&$cfg){ 10 12 $valeurs = &$cfg->val['plugins']; -
_plugins_/jquery_ui/formulaires/config_jqueryui_fonctions.php
r47798 r52843 7 7 * 8 8 */ 9 if (!defined("_ECRIRE_INC_VERSION")) return; 10 9 11 function cfg_config_jqueryui_charger(&$cfg){ 10 12 $valeurs = &$cfg->val['plugins']; -
_plugins_/jquery_ui/jqueryui_options.php
r51650 r52843 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 define('_DIR_JQUERYUI_JS','javascript/jquery-ui-1.8.16/ui/'); -
_plugins_/jquery_ui/jqueryui_options_20.php
r50475 r52843 1 1 <?php 2 if (!defined("_ECRIRE_INC_VERSION")) return; 3 2 4 define('_DIR_JQUERYUI_JS','lib/jquery.ui-1.6/ui/'); 3 5 define('_DIR_JQUERYUI_CSS','lib/jquery.ui-1.6/themes/'); -
_plugins_/jquery_ui/jqueryui_pipelines.php
r52650 r52843 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function jqueryui_jquery_plugins($plugins){ -
_plugins_/jquery_ui/jqueryui_pipelines_20.php
r48988 r52843 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function jqueryui_jquery_plugins($plugins){
Note: See TracChangeset
for help on using the changeset viewer.