Last change
on this file since 23550 was
3609,
checked in by patdenice, 15 years ago
|
Convert all php and tpl files in Unix format for my plugins.
|
File size:
1.4 KB
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <h2>{'wfs_associate_sound'|@translate}</h2> |
---|
3 | </div> |
---|
4 | <form method="post" action="" class="properties" ENCTYPE="multipart/form-data"> |
---|
5 | <table> |
---|
6 | {if isset($ACTUAL_FILE)} |
---|
7 | <tr> |
---|
8 | <td colspan="3" align="center">{'wfs_actual_file'|@translate}: <b>{$ACTUAL_FILE}</b><br><br><br></td> |
---|
9 | </tr> |
---|
10 | {/if} |
---|
11 | <tr> |
---|
12 | <td>{'wfs_path'|@translate} </td> |
---|
13 | <td><input type="text" size="40" maxlength="255" value="{$MP3_PATH}" name="mp3_path"/></td> |
---|
14 | <td><input class="submit" type="submit" value="{'wfs_change_path'|@translate}" name="change_path" /></td> |
---|
15 | </tr> |
---|
16 | |
---|
17 | {if !empty($mp3_select)} |
---|
18 | <tr> |
---|
19 | <td><br>{'wfs_file'|@translate} </td> |
---|
20 | <td><br> |
---|
21 | {html_options name="mp3_select" options=$mp3_select.OPTIONS selected=$mp3_select.SELECTED} |
---|
22 | </td> |
---|
23 | </tr> |
---|
24 | <tr> |
---|
25 | <td><br>{'wfs_volume'|@translate} </td> |
---|
26 | <td><br> |
---|
27 | <input type="text" size="3" maxlength="3" value="{$VOLUME}" name="volume"/> % ({'wfs_optional'|@translate})</td> |
---|
28 | </tr> |
---|
29 | |
---|
30 | <tr><td colspan="3" align="center"><br><br> |
---|
31 | <input class="submit" type="submit" value="{'wfs_associate_to_cat'|@translate}" name="submit" /> |
---|
32 | </td></tr> |
---|
33 | {/if} |
---|
34 | |
---|
35 | {if isset($delete)} |
---|
36 | <tr><td colspan="3" align="center"> |
---|
37 | <br><br><input class="submit" type="submit" value="{'wfs_delete'|@translate}" name="delete" /> |
---|
38 | </td></tr> |
---|
39 | {/if} |
---|
40 | |
---|
41 | </table> |
---|
42 | |
---|
43 | </form> |
---|
44 | <p><a href="..{$BACK}">{'wfs_back_cat'|@translate}</a></p> |
---|
Note: See
TracBrowser
for help on using the repository browser.