Rev 1395 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1395 | Rev 1399 | ||
---|---|---|---|
Line 1... | Line -... | ||
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> |
- | |
9 | <th>Export Type</th> |
- | |
10 | <td> |
- | |
11 | <select name=export_type>${TYPES} |
- | |
12 | </select> |
- | |
13 | </td> |
1 | </td> |
14 | </tr> |
- | |
15 | <tr> |
- | |
16 | <th>Comment</th> |
- | |
17 | <td><textarea name=export_comment>${EXPORT_COMMENT}</textarea></td> |
- | |
18 | </tr> |
2 | </tr> |
19 | <tr class="buttons"> |
3 | <tr class="buttons"> |
20 | <td colspan=2> |
4 | <td colspan=2> |
21 | <input type=reset name="reset" value="Reset"> |
5 | <input type=reset name="reset" value="Reset"> |
22 | <input type=submit name=update value="Update"> |
6 | <input type=submit name=update value="Update"> |