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

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

add filters on date_creation fields, remove 'make associations on login'

File size: 731 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                                <span class="property">{'Update albums on file upload'|@translate}</span>
11                                <label><input type="radio" name="update_on_upload" value="true" {if $update_on_upload == 'true'}checked="checked"{/if}/> {'Yes'|@translate}</label>
12                                <label><input type="radio" name="update_on_upload" value="false" {if $update_on_upload == 'false'}checked="checked"{/if}/> {'No'|@translate}</label>
13                        </li>
14                </ul>
15        </fieldset>
16               
17        <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></p>
18</form>
Note: See TracBrowser for help on using the repository browser.