source: extensions/rv_autocomplete/admin/exclude.tpl @ 22201

Last change on this file since 22201 was 22201, checked in by rvelices, 11 years ago

rv autocomplete svn first commit

File size: 623 bytes
Line 
1<div class="titrePage">
2  <h2>RV Autocomplete {$TABSHEET_TITLE}</h2>
3</div>
4
5<form action="{$U_FORM}" method="post">
6<table>
7<tr>
8<td>{'Albums'|@translate}</td>
9<td>{'Tags'|@translate}</td>
10</tr>
11
12<tr>
13<td>
14<select style="width:500px" name="excluded_albums[]" multiple="multiple" size="25">
15  {html_options options=$albums selected=$albums_selected}
16</select>
17</td>
18<td>
19<select style="width:500px" name="excluded_tags[]" multiple="multiple" size="25">
20  {html_options options=$tags selected=$tags_selected}
21</select>
22</td>
23</tr>
24</table>
25
26
27<p>
28<input type="submit" name="submit" value="{'Submit'|@translate}">
29</p>
30</form>
Note: See TracBrowser for help on using the repository browser.