Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1393 | dev | 1 | <form method="POST" action="telbook_categories_update.php"> |
2 | <input type=hidden name=id value="${CATEGORY_ID}"> |
||
3 | <table class="telbook edit"> |
||
4 | <tr> |
||
5 | <th>Name</th> |
||
6 | <td><input type=text name=category_name value="${CATEGORY_NAME}"></td> |
||
7 | </tr> |
||
8 | <tr> |
||
9 | <th>Comment</th> |
||
10 | <td><textarea name=category_comment>${CATEGORY_COMMENT}</textarea></td> |
||
11 | </tr> |
||
12 | <tr> |
||
13 | <td colspan=2> |