Last change
on this file since 30277 was
19815,
checked in by julien1311, 12 years ago
|
first working version
|
-
Property svn:eol-style set to
LF
|
File size:
746 bytes
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <h2>{'mtt_name'|@translate}</h2> |
---|
3 | </div> |
---|
4 | |
---|
5 | <form method="post" action="" class="properties" ENCTYPE="multipart/form-data"> |
---|
6 | <fieldset> |
---|
7 | <legend>{'mtt_configuration'|@translate}</legend> |
---|
8 | <p> |
---|
9 | {'mtt_devices_description'|@translate} |
---|
10 | </p> |
---|
11 | <p> |
---|
12 | {foreach from=$mtt_devices item=mtt_device_mobile key=mtt_device_name} |
---|
13 | <label> |
---|
14 | <input type="checkbox" name="mtt_devices[{$mtt_device_name}]" value="1" {if $mtt_device_mobile eq 1}checked = "checked"{/if}> |
---|
15 | {'mtt_'|cat:$mtt_device_name|@translate} - {'mtt_device_description.'|cat:$mtt_device_name|@translate} |
---|
16 | </label> |
---|
17 | <br /> |
---|
18 | {/foreach} |
---|
19 | </p> |
---|
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.