source: extensions/Autosize/template/picture.tpl @ 7805

Last change on this file since 7805 was 7805, checked in by cljosse, 13 years ago

[Autosize][beta] save

File size: 701 bytes
Line 
1 <style type="text/css">
2         #bp_cla {ldelim}
3  cursor:pointer;
4}
5 
6body{ldelim} overflow:visible; overflow-x:visible; overflow-y:visible
7}
8     </style>
9 <a onclick = "Toggle_bp()"  id="bp_cla"
10    title="{'cl_autosize_info_2'|@translate}"
11    alt="{'cl_autosize_info_2'|@translate}" />
12    <img class="button" id="bp_img_cla" alt="{'cl_autosize_info_2'|@translate}"  src="{$cl_autosize_button.ICON}"  complete="complete"/>
13  </a>
14
15 <script language=javascript type="text/javascript">
16 var src1="{$cl_autosize_button.ICON}";
17 var src2="{$cl_autosize_button.ICON2}";
18 var src3="{'cl_autosize_info_2'|@translate}";
19 var src4 = "{'cl_autosize_info'|@translate}";
20
21 </script>
22 
Note: See TracBrowser for help on using the repository browser.