Changeset 2718


Ignore:
Timestamp:
Oct 11, 2008, 10:18:49 PM (15 years ago)
Author:
rub
Message:

jQuery Datepicker:
Readd resize for list of categories
Use include for double select list

Location:
trunk
Files:
3 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/cat_modify.tpl

    r2701 r2718  
    22
    33{include file='include/autosize.inc.tpl'}
     4{include file='include/resize.inc.tpl'}
    45
    56<div class="titrePage">
  • trunk/admin/template/goto/cat_move.tpl

    r2531 r2718  
    11{* $Id$ *}
     2
     3{include file='include/resize.inc.tpl'}
    24
    35<div class="titrePage">
  • trunk/admin/template/goto/double_select.tpl

    r2614 r2718  
    11{* $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"}
    42
    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'}
    194
    205<table class="doubleSelect">
  • trunk/admin/template/goto/picture_modify.tpl

    r2680 r2718  
    22
    33{include file='include/autosize.inc.tpl'}
     4{include file='include/dbselect.inc.tpl'}
    45{include file='include/datepicker.inc.tpl'}
    56
  • trunk/admin/template/goto/site_update.tpl

    r2531 r2718  
    11{* $Id$ *}
     2
     3{include file='include/resize.inc.tpl'}
    24
    35<div class="titrePage">
  • trunk/template/yoga/search.tpl

    r2704 r2718  
    11{* $Id$ *}
    22
    3 {* Example of datepicker
     3{* Example of resizeable *}
     4{*
     5{include file='include/resize.inc.tpl'}
     6*}
     7
     8{* Example of datepicker *}
     9{*
    410{include file='include/datepicker.inc.tpl'}
    511
Note: See TracChangeset for help on using the changeset viewer.