source: extensions/SmartAlbums/admin/template/config.tpl @ 11451

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

add some information

File size: 644 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          {'(can cause slowdowns on admin pages)'|@translate}
14        </label>
15                        </li>
16                </ul>
17        </fieldset>
18               
19        <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></p>
20</form>
Note: See TracBrowser for help on using the repository browser.