Changeset 1827
- Timestamp:
- 07/22/2010 07:46:52 PM (7 weeks ago)
- Location:
- plugins/apostrophePlugin/branches/1.4
- Files:
-
- 7 added
- 1 removed
- 1 modified
-
data/generator/sfDoctrineModule/aAdmin/template/templates/_assets.php (modified) (1 diff)
-
web/css/ui-apostrophe/images/ui-anim_basic_16x16.gif (added)
-
web/css/ui-apostrophe/jquery-ui-1.7.2.custom.css (deleted)
-
web/css/ui-apostrophe/jquery-ui-1.7.3.custom.css (added)
-
web/css/ui-lightness/images/ui-anim_basic_16x16.gif (added)
-
web/css/ui-lightness/jquery-ui-1.7.3.custom.css (added)
-
web/css/ui-lightness/jquery-ui-1.8.2.custom.css (added)
-
web/js/plugins/jquery-ui-1.7.3.custom.min.js (added)
-
web/js/plugins/jquery-ui-1.8.2.custom.min.js (added)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/1.4/data/generator/sfDoctrineModule/aAdmin/template/templates/_assets.php
r1419 r1827 12 12 [?php use_javascript('/apostrophePlugin/js/aUI.js') ?] 13 13 14 [?php use_stylesheet('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/css/<?php echo sfConfig::get('sf_jquery_ui_css', 'ui-apostrophe/jquery-ui-1.7. 2.custom.css') ?>', 'first') # JQ Date Picker Styles (This is the custome Apostrophe styles for the JQ Date Picker) ?]15 [?php use_javascript('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/js/plugins/<?php echo sfConfig::get('sf_jquery_ui', 'jquery-ui-1.7. 2.custom.min.js') ?>', 'last') # JQ Date Picker JS (This can/should be consolidated with sfJqueryReloadedPlugin/js/jquery-ui-sortable...) ?]14 [?php use_stylesheet('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/css/<?php echo sfConfig::get('sf_jquery_ui_css', 'ui-apostrophe/jquery-ui-1.7.3.custom.css') ?>', 'first') # JQ Date Picker Styles (This is the custome Apostrophe styles for the JQ Date Picker) ?] 15 [?php use_javascript('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/js/plugins/<?php echo sfConfig::get('sf_jquery_ui', 'jquery-ui-1.7.3.custom.min.js') ?>', 'last') # JQ Date Picker JS (This can/should be consolidated with sfJqueryReloadedPlugin/js/jquery-ui-sortable...) ?] 16 16 [?php use_javascript('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/js/plugins/jquery.autocomplete.min.js', 'last') # Autocomplete Plugin for Time Picker JS ?] 17 17
