source: extensions/stripped/admin/admin.tpl @ 9134

Last change on this file since 9134 was 9134, checked in by Zaphod, 13 years ago

[extension] stripped - version 1.2.0

File size: 3.4 KB
RevLine 
[7989]1<div class="titrePage">
2        <h2>stripped Theme Configuration</h2>
3</div>
4
5<form method="post" class="properties" action="" ENCTYPE="multipart/form-data" name="form" class="properties">
6        <div>
7                <fieldset>
8                        <legend>{'Interface options'|@translate}</legend>
9                        <ul>
10                                <li><label>
[9134]11                                        <span class="property">{'Hide menu by default on category page'|@translate}</span>&nbsp;
12                                        <input type="checkbox" name="f_hideMenu" {if $options.hideMenu}checked{/if}>
13                                </label></li>
14                                <li><label>
[7989]15                                        <span class="property">{'Animate menu'|@translate}</span>&nbsp;
16                                        <input type="checkbox" name="f_animatedMenu" {if $options.animatedMenu}checked{/if}>
17                                </label></li>
18                                <li><label>
19                                        <span class="property">{'Animate tabs on picture page'|@translate}</span>&nbsp;
20                                        <input type="checkbox" name="f_animatedTabs" {if $options.animatedTabs}checked{/if}>
21                                </label></li>
22                                <li><label>
23                                        <span class="property">{'Replace all icons by ALT text'|@translate}</span>&nbsp;
24                                        <input type="checkbox" name="f_replaceActionIcons" {if $options.replaceActionIcons}checked{/if}>
25                                </label></li>
26                        </ul>
27                </fieldset>
28                <fieldset>
29                        <legend>{'Picture page options'|@translate}</legend>
30                        <ul>
31                                <li><label>
32                                        <span class="property">{'Show image title on top of the page (after browse path)'|@translate}</span>&nbsp;
33                                        <input type="checkbox" name="f_showTitleOnBrowsePath" {if $options.showTitleOnBrowsePath}checked{/if}>
34                                </label></li>
35                                <li><label>
36                                        <span class="property">{'Show description instead of title below image'|@translate}</span>&nbsp;
37                                        <input type="checkbox" name="f_showDescriptionInsteadOfTitle" {if $options.showDescriptionInsteadOfTitle}checked{/if}>
38                                </label></li>
39                                <li><label>
40                                        <span class="property">{'Show Information tab only to admins'|@translate}</span>&nbsp;
41                                        <input type="checkbox" name="f_infoTabAdminOnly" {if $options.infoTabAdminOnly}checked{/if}>
42                                </label></li>
43                        </ul>
44                </fieldset>
45                <fieldset>
46                        <legend>{'Image autosize options'|@translate}</legend>
47                        <ul>
48                                <li><label>
49                                        <span class="property" >{'Resize image to fit window'|@translate}</span>&nbsp;
50                                        <input type="checkbox" name="f_imageAutosize" {if $options.imageAutosize}checked{/if}>
51                                </label></li>
52                        </ul>
53                        <fieldset style="width:80%; margin:auto;">
54                                <ul>
55                                        <li><label>
56                                                <span class="property">{'Include title after resize'|@translate}</span>&nbsp;
57                                                <input type="checkbox" name="f_imageAutosizeTitle" {if $options.imageAutosizeTitle}checked{/if}>
58                                        </label></li>
59                                        <li>
60                                                <label for="imageAutosizeMargin"><span class="property">{'Additional bottom margin after resize'|@translate}</span>&nbsp;</label>
61                                                <input type="text" id="imageAutosizeMargin" name="f_imageAutosizeMargin" size="1" maxlength="3" value="{$options.imageAutosizeMargin}" style="text-align:center;">&nbsp;px
62                                        </li>
63                                        <li>
64                                                <label for="imageAutosizeMinHeight"><span class="property">{'Minimum image height after resize'|@translate}</span>&nbsp;</label>
65                                                <input type="text" id="imageAutosizeMinHeight" name="f_imageAutosizeMinHeight" size="1" maxlength="3" value="{$options.imageAutosizeMinHeight}" style="text-align:center;">&nbsp;px
66                                        </li>
67                                </ul>
68                        </fieldset>
69                </fieldset>
70        </div>
71        <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit_stripped" /></p>
72</form>
Note: See TracBrowser for help on using the repository browser.