source: extensions/UserCollections/admin/template/config.tpl @ 20090

Last change on this file since 20090 was 20090, checked in by mistic100, 11 years ago
  • add webservices
  • add mail function
  • add admin list
  • add admin export function
  • try to deal with Gthumb+
  • activate multisize dropdown menu of collection page

TODO : use webservices instead of toggle_image.php

File size: 828 bytes
Line 
1{combine_css path=$USER_COLLEC_PATH|@cat:"admin/template/style.css"}
2
3<div class="titrePage">
4        <h2>User Collections</h2>
5</div>
6
7<form method="post" action="" class="properties">
8<fieldset id="commentsConf">
9  <ul>
10    <li>
11      <label>
12        <input type="checkbox" name="allow_public" {if $user_collections.allow_public}checked="checked"{/if}>
13        <b>{'Allow users to set their collections as public'|@translate}</b>
14      </label>
15    </li>
16    <li>
17      <label>
18        <input type="checkbox" name="allow_mails" {if $user_collections.allow_mails}checked="checked"{/if}>
19        <b>{'Allow users to send their public collections by mail'|@translate}</b>
20      </label>
21    </li>
22  </ul>
23</fieldset>
24
25  <p class="formButtons"><input type="submit" name="save_config" value="{'Save Settings'|@translate}"></p>   
26</form>
Note: See TracBrowser for help on using the repository browser.