Subversion Repositories general

Rev

Rev 1385 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<form method="POST" action="telbook_categories_update.php">
<input type=hidden name=id value="${CATEGORY_ID}">
<table class="telbook edit">
        <tr>
                <th>Name</th>
                <td><input type=text name=category_name value="${CATEGORY_NAME}"></td>
        </tr>
        <tr>
                <th>Comment</th>
                <td><textarea name=category_comment>${CATEGORY_COMMENT}</textarea></td>
        </tr>
        <tr>
                <th>Export Key</th>
                <td><input type=text name=category_export_key value="${CATEGORY_EXPORT_KEY}"></td>
        </tr>
        <tr class="buttons">
                <td colspan=2>
                        <input type=reset name="reset" value="Reset">
                        <input type=submit name=update value="Update">
                        <input type=submit name=delete value="Delete">
                </td>
        </tr>
</table>
</form>