Line | |
---|
1 | <div id="download"> |
---|
2 | <h2>{'dl_title'|@translate}</h2> |
---|
3 | <fieldset> |
---|
4 | |
---|
5 | <legend>{'dl_legend_select'|@translate}</legend> |
---|
6 | |
---|
7 | {if isset($errors)} |
---|
8 | <div class="errors"> |
---|
9 | <ul> |
---|
10 | {foreach from=$errors item=error} |
---|
11 | <li>{$error}</li> |
---|
12 | {/foreach} |
---|
13 | </ul> |
---|
14 | </div> |
---|
15 | {/if} |
---|
16 | |
---|
17 | <input name="action" id="action" type="hidden" value="add" /> |
---|
18 | {html_radios id="mode" name="mode" options=$type selected=$select separator='<br />'} |
---|
19 | |
---|
20 | <span> |
---|
21 | <input name="all" type="button" value="{'dl_select_all'|@translate}" OnClick="cocher('dl');" /> |
---|
22 | <input name="reset" type="reset" value="{'dl_uncheck'|@translate}" /> |
---|
23 | <input name="select" type="submit" value="{'dl_select'|@translate}" /> |
---|
24 | </span> |
---|
25 | </fieldset> |
---|
26 | </form> |
---|
27 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.