Changeset 2719 for branches/2.0/admin
- Timestamp:
- Oct 11, 2008, 10:23:30 PM (16 years ago)
- Location:
- branches/2.0/admin/template/goto
- Files:
-
- 5 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/admin/template/goto/cat_modify.tpl
r2701 r2719 2 2 3 3 {include file='include/autosize.inc.tpl'} 4 {include file='include/resize.inc.tpl'} 4 5 5 6 <div class="titrePage"> -
branches/2.0/admin/template/goto/cat_move.tpl
r2531 r2719 1 1 {* $Id$ *} 2 3 {include file='include/resize.inc.tpl'} 2 4 3 5 <div class="titrePage"> -
branches/2.0/admin/template/goto/double_select.tpl
r2614 r2719 1 1 {* $Id$ *} 2 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"}3 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"}4 2 5 <script type="text/javascript"> 6 jQuery().ready(function(){ldelim} 7 jQuery(".doubleSelect select.categoryList").resizable({ldelim} 8 handles: "w,e", 9 animate: true, 10 animateDuration: "slow", 11 animateEasing: "swing", 12 preventDefault: true, 13 preserveCursor: true, 14 autoHide: true, 15 ghost: true 16 }); 17 }); 18 </script> 3 {include file='include/dbselect.inc.tpl'} 19 4 20 5 <table class="doubleSelect"> -
branches/2.0/admin/template/goto/picture_modify.tpl
r2680 r2719 2 2 3 3 {include file='include/autosize.inc.tpl'} 4 {include file='include/dbselect.inc.tpl'} 4 5 {include file='include/datepicker.inc.tpl'} 5 6 -
branches/2.0/admin/template/goto/site_update.tpl
r2531 r2719 1 1 {* $Id$ *} 2 3 {include file='include/resize.inc.tpl'} 2 4 3 5 <div class="titrePage">
Note: See TracChangeset
for help on using the changeset viewer.