source: extensions/PWG_Stuffs/modules/piclenswall/config.tpl @ 3300

Last change on this file since 3300 was 3300, checked in by patdenice, 15 years ago

New extension added:
PWG Stuffs (2.0.o)

File size: 487 bytes
Line 
1{if !$piclens_installed or !$crossdomain_file}
2<p style="text-align: left;"><i><b>{'piclenswall_info'|@translate} :</b>
3{if !$piclens_installed}
4  {'piclenswall_info_piclens'|@translate}
5{elseif !$crossdomain_file}
6  {'piclenswall_info_crossdomain'|@translate|@sprintf:$crossdomain_url}
7{/if}
8</i></p>
9<p>&nbsp;</p>
10{else}
11<p>{'piclenswall_info_param'|@translate}</p>
12<p>&nbsp;</p>
13{/if}
14
15<script type="text/javascript">
16jQuery("table:eq(1) tr:eq(5)").hide();
17</script>
Note: See TracBrowser for help on using the repository browser.