Ignore:
Timestamp:
Jan 26, 2011, 1:17:55 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] compatibility (admin.tpl) whith piwigo 2.2


Location:
extensions/Autosize/admin/template
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/admin/template/admin.tpl

    r8864 r8912  
    3434
    3535     </script>
    36     {known_script id="jquery" src="themes/default/js/jquery.packed.js"}
     36 
     37  {if PHPWG_VERSION < 2.2 }
     38  {include file=$AUTOSIZE_PATH_ABS|@cat:'admin/template/header_2_1.tpl'}
     39{else}
     40{include file= $AUTOSIZE_PATH_ABS|@cat:'admin/template/header_2_2.tpl'}
     41 {/if}
     42 
    3743   
    3844{/html_head}
     
    4046{* $Id: autosize admin.tpl  *}
    4147 <!--- HEAD autosize TPL --->
    42 {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
    43 {known_script id="jquery.ui"      src=$ROOT_URL|@cat:"themes/default/js/ui/ui.core.js"}
    44 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/ui.resizable.js"}
    45 {known_script id="jquery.ui.slider" src=$ROOT_URL|@cat:"themes/default/js/ui/ui.slider.js"}
    46 {known_script id="jquery.ui.draggable" src=$ROOT_URL|@cat:"themes/default/js/ui/ui.draggable.js"}
     48
    4749{literal}
    4850<script type="text/javascript">
  • extensions/Autosize/admin/template/help.tpl

    r8865 r8912  
    1 {html_head} {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"}
    2 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    3 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.resizable.packed.js"}
     1{html_head} {if PHPWG_VERSION < 2.2 } {include file=$AUTOSIZE_PATH_ABS|@cat:'admin/template/header_2_1.tpl'}
     2{else} {include file= $AUTOSIZE_PATH_ABS|@cat:'admin/template/header_2_2.tpl'} {/if}
    43{/html_head}
    54<form action="" method="post">
Note: See TracChangeset for help on using the changeset viewer.