source: extensions/Autosize/template/conflit.tpl

Last change on this file was 18716, checked in by cljosse, 11 years ago

[extensions] Autosize fix compatibility with 2.4, add option: SelMax / Autosize (default setting)

File size: 863 bytes
RevLine 
[8957]1{html_head}
[18716]2{if ($has_pamoorama=="true")}
3{combine_script id="conflit_script"  load="header" path = $AUTOSIZE_PATH|@cat:"js/conflit.js" require="jquery" }
4{/if}
[17308]5 <!-- << autosize/template/conflit.tpl  -->
[8957]6<script type="text/javascript"> 
[10845]7    var DEBUG_autosize = '{$DEBUG_autosize}';
[7740]8    var theme = '{$theme}';
[7962]9    var cl_version = '{$cl_version}';
[7912]10    var cl_plugin = '{$name}';
[10561]11    var Version_pwg='{$Version_pwg}';
[10845]12{if $DEBUG_autosize == "true"}
[7962]13    var cl_query = '{$autosize_parametres->query}';
14    var cl_type = '{$autosize_parametres->type}';
15    var cl_plugins=new Array();
[8627]16     {if not empty($cl_plugins )}
17       {foreach from=$cl_plugins item=cl_plug }
[11461]18            value="{$cl_plug}";cl_plugins.push(value);           
[8627]19        {/foreach}
20     {/if}
[7962]21{/if}
[11461]22</script>
[17308]23 <!--  autosize/template/conflit.tpl >>   -->
24
[11461]25{/html_head}
Note: See TracBrowser for help on using the repository browser.