source: extensions/Back2Front/template/admin.tpl @ 10852

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

improve process, add options for link effect

File size: 1.0 KB
Line 
1<div class="titrePage">
2        <h2>Back2Front</h2>
3</div>
4
5<form method="post" action="" class="properties" ENCTYPE="multipart/form-data"> 
6        <fieldset>
7                <legend>{'Display'|@translate}</legend>   
8                <ul>                   
9                        <li>
10                                <span class="property">{'Switch mode'|@translate}</span>
11                                <label><input type="radio" name="switch_mode" value="click" {if $SWITCH_MODE == 'click'}checked="checked"{/if}/> {'Click'|@translate}</label>
12                                <label><input type="radio" name="switch_mode" value="hover" {if $SWITCH_MODE == 'hover'}checked="checked"{/if}/> {'Mouseover'|@translate}</label>
13                        </li>
14                        <li>
15                                <span class="property">{'Transition'|@translate}</span>
16                                <label><input type="radio" name="transition" value="none" {if $TRANSITION == 'none'}checked="checked"{/if}/> {'None'|@translate}</label>
17                                <label><input type="radio" name="transition" value="fade" {if $TRANSITION == 'fade'}checked="checked"{/if}/> {'Fade'|@translate}</label>
18                        </li>           
19                </ul>
20        </fieldset>
21               
22        <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></p>
23</form>
Note: See TracBrowser for help on using the repository browser.