diff options
Diffstat (limited to 'templates/show_edit_catalog.inc.php')
-rw-r--r-- | templates/show_edit_catalog.inc.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/show_edit_catalog.inc.php b/templates/show_edit_catalog.inc.php index 867daa1c..baf9db79 100644 --- a/templates/show_edit_catalog.inc.php +++ b/templates/show_edit_catalog.inc.php @@ -61,14 +61,11 @@ <input size="60" type="text" name="sort_pattern" value="<?php echo scrub_out($catalog->sort_pattern);?>" /> </td> </tr> -<tr> - <td> </td> - <td> +</table> +<div class="formValidation"> <input type="hidden" name="catalog_id" value="<?php echo scrub_out($catalog->id); ?>" /> <input type="hidden" name="action" value="update_catalog_settings" /> <input type="submit" value="<?php echo _('Save Catalog Settings'); ?>" /> - </td> -</tr> -</table> +</div> </form> <?php show_box_bottom(); ?> |