source: trunk/admin/themes/default/template/help.tpl @ 28696

Last change on this file since 28696 was 28696, checked in by plg, 10 years ago

hide helpSynchro if sync is disabled (made with CSS instead of javascript)

File size: 222 bytes
Line 
1{if not $ENABLE_SYNCHRONIZATION}
2{html_style}{literal}
3#helpSynchro {display:none;}
4{/literal}{/html_style}
5{/if}
6
7<h2>{'Help'|@translate} &raquo; {$HELP_SECTION_TITLE}</h2>
8
9<div id="helpContent">
10
11{$HELP_CONTENT}
12
13</div>
Note: See TracBrowser for help on using the repository browser.