Subversion Repositories general

Rev

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>
                <td colspan=2>