source: extensions/SmartAlbums/template/admin.tpl @ 11381

Last change on this file since 11381 was 11381, checked in by mistic100, 13 years ago

fix a Fatal Error & mistake with config param

File size: 582 bytes
Line 
1<div class="titrePage">
2        <h2>SmartAlbums</h2>
3</div>
4
5<form method="post" action="" class="properties" ENCTYPE="multipart/form-data"> 
6        <fieldset>
7                <legend>{'Configuration'|@translate}</legend>     
8                <ul>                   
9                        <li>
10        <label>
11          <span class="property">{'Update albums on file upload'|@translate}</span>
12          <input type="checkbox" name="update_on_upload" value="true" {if $update_on_upload}checked="checked"{/if}/>
13        </label>
14                        </li>
15                </ul>
16        </fieldset>
17               
18        <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></p>
19</form>
Note: See TracBrowser for help on using the repository browser.