Rev 1381 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1381 | Rev 1385 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <form method="POST" action="telbook_categories.php"> |
1 | <form method="POST" action="telbook_categories_update.php"> |
2 | <input type=hidden name=id value="${CATEGORY_ID}"> |
2 | <input type=hidden name=id value="${CATEGORY_ID}"> |
3 | <table class="telbook edit"> |
3 | <table class="telbook edit"> |
4 | <tr> |
4 | <tr> |
5 | <th>Name</th> |
5 | <th>Name</th> |
6 | <td><input type=text name=category_name value="${CATEGORY_NAME}"></td> |
6 | <td><input type=text name=category_name value="${CATEGORY_NAME}"></td> |