Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1393 | dev | 1 | <form method="POST" action="telbook_export_update.php"> |
2 | <input type=hidden name=id value="${EXPORT_ID}"> |
||
3 | <table class="telbook edit"> |
||
4 | <tr> |
||
5 | <th>Name</th> |
||
6 | <td><input type=text name=export_name value="${EXPORT_NAME}"></td> |
||
7 | </tr> |
||
8 | <tr> |
||
1395 | dev | 9 | <th>Export Type</th> |
10 | <td> |
||
11 | <select name=export_type>${TYPES} |
||
12 | </select> |
||
13 | </td> |
||
14 | </tr> |
||
15 | <tr> |
||
1393 | dev | 16 | <th>Comment</th> |
17 | <td><textarea name=export_comment>${EXPORT_COMMENT}</textarea></td> |
||
18 | </tr> |
||
19 | <tr class="buttons"> |
||
20 | <td colspan=2> |
||
21 | <input type=reset name="reset" value="Reset"> |
||
22 | <input type=submit name=update value="Update"> |
||
23 | <input type=submit name=delete value="Delete"> |
||
24 | </td> |
||
25 | </tr> |
||
26 | </table> |
||
27 | </form> |
||
28 |