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

Last change on this file since 15081 was 14421, checked in by gbo, 12 years ago

LLGBO2 Beta for piwigo 2.4RC2

  • Property svn:eol-style set to LF
File size: 3.2 KB
RevLine 
[6234]1
2{if !empty($LLGBOINFO)}<div class="infos" style="text-align:left;padding-left:50px;" >{$LLGBOINFO|@translate}</div>{/if}
[6259]3 <h2> {'Title'|@translate} -> {$LLGBO_VERSION}</h2>
[4574]4<h3>{'Howto'|@translate}</h3>
[6234]5<form method="post" action="" class="properties">
[4524]6<fieldset>
[6234]7<table id="llgbotable">
[4524]8        <tr>
9                <td id="llgbotitle">{'llgo_global_setting'|@translate} </td>
[4713]10        </tr>           
[4524]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>
[4603]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>
[4524]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>
[14421]27<!--   Now in the Piwigo core
28 <tr>
[4524]29                <td class="llgbolabel">{'llgbo_usemap'|@translate}</td>
30                <td class="llgboinput">{html_radios name='llgbo_usemap' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP}</td>
31        </tr>
[14421]32
[4524]33        <tr>
34                <td class="llgbolabel">{'llgbo_usemap_thumb'|@translate}</td>
35                <td class="llgboinput">  {html_radios name='llgbo_usemap_thumb' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP_THUMB}</td>     
36        </tr>
[14421]37                -->
[4524]38        <tr>
39                <td class="llgbolabel">{'llgbo_title_frame'|@translate}</td>
40                <td class="llgboinput">{html_radios name='llgbo_title_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TITLE_FRAME}</td> 
41        </tr>
[6241]42   
[4524]43        <tr>
44                <td class="llgbolabel">{'llgbo_header'|@translate}</td>
45                <td class="llgboinput">{html_radios name='llgbo_header' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_HEADER}</td>   
46        </tr>   
[14421]47  <!--   free was removed
48        <tr><td class="llgbolabel"><HR WIDTH=90% ALIGN=LEFT></td> <td></td>
49        <tr>
50                <td class="llgbolabel">{'llgbo_jquery'|@translate}</td>
51                <td class="llgboinput">{html_radios name='llgbo_jquery' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_JQUERY}</td>
[6241]52        </tr>
[14421]53
54        <tr><td class="llgbolabel"><HR WIDTH=90% ALIGN=LEFT></td> <td></td>
55        </tr>
[6241]56        <tr>
[14421]57                <td class="llgbolabel">{'llgbo_free'|@translate}</td>
58                <td class="llgboinput">{html_radios name='llgbo_free' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_FREE}</td>
59        </tr> 
60-->
[4524]61</table>
[4574]62
[4603]63<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>
[6259]64<br>
65{if !empty($GALLY)}
66<span>{'llgo_warning_setting'|@translate} </span>{/if}
[4524]67</fieldset>
68</form>
Note: See TracBrowser for help on using the repository browser.