Rev 1381 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1385 | dev | 1 | <form method="POST" action="telbook_update.php"> |
1381 | dev | 2 | <input type=hidden name=id value="${PERSON_ID}"> |
3 | <table class="telbook edit"> |
||
4 | <tr> |
||
5 | <th>Name</th> |
||
6 | <td><input type=text name=person_name value="${PERSON_NAME}"></td> |
||
7 | </tr> |
||
8 | <tr> |
||
9 | <th>Comment</th> |
||
10 | <td><textarea name=person_comment>${PERSON_COMMENT}</textarea></td> |
||
11 | </tr> |
||
12 | <tr> |
||
13 | <th>Category</th> |
||
14 | <td> |
||
15 | <select name=person_category>${CATEGORIES} |
||
16 | </select> |
||
17 | </td> |
||
18 | </tr> |