source: extensions/LLGBO2/admin/llgbo_adminsettings.tpl @ 4581

Last change on this file since 4581 was 4574, checked in by EXFTB, 14 years ago

LLGBO improve Header management

  • Property svn:eol-style set to LF
File size: 2.4 KB
Line 
1<div class="infos" style="text-align:left;padding-left:45px;" >{$LLGBOINFO|@translate}</div>
2 <h2> {'Title'|@translate} <br>  {$LLGBO_VERSION}</h2>
3<h3>{'Howto'|@translate}</h3>
4
5<form method="post" action="{$llgbo_F_ACTION}" class="properties">
6<fieldset>
7
8<table id="llgbotable" style="{$LLGBODISPMANAGE}">
9        <tr>
10                <td id="llgbotitle">{'llgo_global_setting'|@translate} </td>
11   </tr>       
12   <tr>
13                <td class="llgbolabel">{'llgbo_frame'|@translate}</td>
14                <td class="llgboinput">{html_radios name='llgbo_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_FRAME}</td> 
15  </tr>
16  <tr>
17        <td class="llgbolabel">{'llgbo_tooltip'|@translate}</td>
18        <td class="llgboinput">{html_radios name='llgbo_tooltip_disp' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TOOLTIP_DISP}</td>
19  </tr>
20  <tr>
21                <td class="llgbolabel">{'llgbo_exifunderbt'|@translate}</td>
22                <td class="llgboinput"> {html_radios name='llgbo_exifunderbt' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_EXIFUNDERBT}</td>
23  </tr>
24  <tr>
25                <td class="llgbolabel">{'llgbo_usemap'|@translate}</td>
26                <td class="llgboinput">{html_radios name='llgbo_usemap' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP}</td>
27        </tr>
28        <tr>
29                <td class="llgbolabel">{'llgbo_usemap_thumb'|@translate}</td>
30                <td class="llgboinput">  {html_radios name='llgbo_usemap_thumb' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP_THUMB}</td>     
31        </tr>
32        <tr>
33                <td class="llgbolabel">{'llgbo_title_frame'|@translate}</td>
34                <td class="llgboinput">{html_radios name='llgbo_title_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TITLE_FRAME}</td> 
35        </tr>
36        <tr>
37        <tr>
38                <td class="llgbolabel">{'llgbo_default_navthumb'|@translate}</td>
39                <td class="llgboinput">{html_radios name='llgbo_default_navthumb' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_DEFAULT_NAVTHUMB}</td>
40        </tr>
41                <td class="llgbolabel">{'llgbo_header'|@translate}</td>
42                <td class="llgboinput">{html_radios name='llgbo_header' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_HEADER}</td>   
43        </tr>   
44</table>
45
46<div align="center"><br><br><input class="submit" type="submit" value="{'submit'|@translate}" name="submit" /></div>
47</fieldset>
48</form>
Note: See TracBrowser for help on using the repository browser.