source: extensions/Random_Header/admin/admin.tpl @ 10938

Last change on this file since 10938 was 10938, checked in by repie38, 13 years ago

2.2.x compatible

File size: 1012 bytes
Line 
1<div class="titrePage"><h2>Random Header {$RH_VERSION}</h2></div>
2<p>{'rh_description'|@translate}</p>
3<p><i>{'rh_aide'|@translate}</i></p>
4<form method="post" action="" class="properties">
5 
6 
7<div id="themesContent">
8{if $rh_vierge!=0}
9        <fieldset>
10                <legend>{'rh_active_conf'|@translate}</legend>
11               
12                <div class="themeBoxes">
13                {foreach from=$rhthemes item=i}
14                        {if $i.CATSELECTED!=0}
15                                {include file="$RH_confpanel"}
16                        {/if}
17                {/foreach}
18                </div> <!-- themeBoxes -->
19        </fieldset>
20{/if}   
21
22        <fieldset>
23                <legend>{'rh_inactive_conf'|@translate} : </legend>
24               
25                <div class="themeBoxes">
26                {foreach from=$rhthemes item=i}
27                        {if $i.CATSELECTED==0}
28                                {include file="$RH_confpanel"}
29                        {/if}
30                {/foreach}
31                </div> <!-- themeBoxes -->
32        </fieldset>
33       
34</div> <!-- themesContent -->
35 
36<div id="fade" class="black_overlay"></div> 
37 
38<div style="text-align:center;clear:left"><input class="submit" type="submit" value="{'rh_submit'|@translate}" name="submit" ></div>
39</form>
Note: See TracBrowser for help on using the repository browser.