blob: 0453244559eeb8c9b8bcb22f53f1bfe4e24950af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<div class="admin">{L_UPLOAD_TITLE}</div>
<form name="form1" method="post" action="" style="text-align:center;width:80%;">
<div style="clear:both;"></div>
<div style="float:left;padding:10px;">
{L_AUTHORIZED}<br />
<select style="width:280px" name="cat_data[]" multiple="multiple" size="5">
{UPLOADABLE_CATEGORIES}
</select><br />
<input type="submit" name="delete" value="{L_DELETE}" class="bouton" />
</div>
<div style="float:right;padding:10px;">
{L_FORBIDDEN}<BR />
<select style="width:280px" name="cat_data[]" multiple="multiple" size="5">
{PRIVATE_CATEGORIES}
</select>
<br>
<input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
</div>
<div style="clear:both;"></div>
</form>
<div class="infoCat">{L_UPLOAD_INFO}</div>
|