diff options
Diffstat (limited to 'templates/show_add_access_local.inc.php')
-rw-r--r-- | templates/show_add_access_local.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_access_local.inc.php b/templates/show_add_access_local.inc.php index d61d26de..81587b1a 100644 --- a/templates/show_add_access_local.inc.php +++ b/templates/show_add_access_local.inc.php @@ -27,7 +27,7 @@ */ ?> -<?php show_box_top(_('Add Local Network Definition')); ?> +<?php show_box_top(_('Add Local Network Definition'), 'box box_add_access_local'); ?> <?php Error::display('general'); ?> <form name="update_catalog" method="post" enctype="multipart/form-data" action="<?php echo Config::get('web_path'); ?>/admin/access.php?action=add_host&method=local"> <table class="tabledata" cellpadding="5" cellspacing="0"> |