Rev 1395 | Go to most recent revision | Details | Compare with Previous | 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> |
||
1399 | dev | 19 | <tr> |
1393 | dev | 20 | <td colspan=2> |
21 |