source: extensions/Autosize/template/conflit.tpl @ 17308

Last change on this file since 17308 was 17308, checked in by cljosse, 12 years ago

[extensions] Autosize fix compatibility with 2.4, clean up...

File size: 711 bytes
Line 
1{html_head}
2 <!-- << autosize/template/conflit.tpl  -->
3<script type="text/javascript"> 
4    var DEBUG_autosize = '{$DEBUG_autosize}';
5    var theme = '{$theme}';
6    var cl_version = '{$cl_version}';
7    var cl_plugin = '{$name}';
8    var Version_pwg='{$Version_pwg}';
9{if $DEBUG_autosize == "true"}
10    var cl_query = '{$autosize_parametres->query}';
11    var cl_type = '{$autosize_parametres->type}';
12    var cl_plugins=new Array();
13     {if not empty($cl_plugins )}
14       {foreach from=$cl_plugins item=cl_plug }
15            value="{$cl_plug}";cl_plugins.push(value);           
16        {/foreach}
17     {/if}
18{/if}
19</script>
20 <!--  autosize/template/conflit.tpl >>   -->
21
22{/html_head}
Note: See TracBrowser for help on using the repository browser.