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

Last change on this file since 7249 was 6259, checked in by EXFTB, 14 years ago

2.1.b fix minor bug

  • Property svn:eol-style set to LF
File size: 2.8 KB
Line 
1
2{if !empty($LLGBOINFO)}<div class="infos" style="text-align:left;padding-left:50px;" >{$LLGBOINFO|@translate}</div>{/if}
3 <h2> {'Title'|@translate} -> {$LLGBO_VERSION}</h2>
4<h3>{'Howto'|@translate}</h3>
5<form method="post" action="" class="properties">
6<fieldset>
7<table id="llgbotable">
8        <tr>
9                <td id="llgbotitle">{'llgo_global_setting'|@translate} </td>
10        </tr>           
11   <tr>
12                <td class="llgbolabel">{'llgbo_frame'|@translate}</td>
13                <td class="llgboinput">{html_radios name='llgbo_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_FRAME}</td> 
14  </tr>
15  <tr>
16        <td class="llgbolabel">{'llgbo_tooltip'|@translate}</td>
17        <td class="llgboinput">{html_radios name='llgbo_tooltip_disp' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TOOLTIP_DISP}</td>
18   </tr>
19    <tr>
20   <td class="llgbolabel">{'llgbo_always_displayexif'|@translate} </td>
21   <td class="llgboinput">{html_radios name='llgbo_always_displayexif' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_ALWAYS_DISPLAYEXIF}</td>
22   </tr
23   <tr>
24                <td class="llgbolabel">{'llgbo_exifunderbt'|@translate}</td>
25                <td class="llgboinput"> {html_radios name='llgbo_exifunderbt' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_EXIFUNDERBT}</td>
26  </tr>
27  <tr>
28                <td class="llgbolabel">{'llgbo_usemap'|@translate}</td>
29                <td class="llgboinput">{html_radios name='llgbo_usemap' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP}</td>
30        </tr>
31        <tr>
32                <td class="llgbolabel">{'llgbo_usemap_thumb'|@translate}</td>
33                <td class="llgboinput">  {html_radios name='llgbo_usemap_thumb' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP_THUMB}</td>     
34        </tr>
35        <tr>
36                <td class="llgbolabel">{'llgbo_title_frame'|@translate}</td>
37                <td class="llgboinput">{html_radios name='llgbo_title_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TITLE_FRAME}</td> 
38        </tr>
39   
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        <tr><td class="llgbolabel"><HR WIDTH=80% ALIGN=LEFT></td> <td></td>
45        </tr>
46        <tr>
47                <td class="llgbolabel">{'llgbo_hdShadowbox'|@translate}</td>
48                <td class="llgboinput">{html_radios name='llgbo_hdShadowbox' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_HDShadowbox}</td>
49        </tr>   
50</table>
51
52<div align="center"><br><br><input class="submit" type="submit" value="{'Reset_To_Default'|@translate}" name="reset"/> <input class="submit" type="submit" value="{'submit'|@translate}" name="submit" /></div>
53<br>
54{if !empty($GALLY)}
55<span>{'llgo_warning_setting'|@translate} </span>{/if}
56</fieldset>
57</form>
Note: See TracBrowser for help on using the repository browser.