diff options
Diffstat (limited to 'templates/show_add_access_current.inc.php')
-rw-r--r-- | templates/show_add_access_current.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_access_current.inc.php b/templates/show_add_access_current.inc.php index 8759ebff..ab86ec84 100644 --- a/templates/show_add_access_current.inc.php +++ b/templates/show_add_access_current.inc.php @@ -27,7 +27,7 @@ */ ?> -<?php show_box_top(_('Add Current Host')); ?> +<?php show_box_top(_('Add Current Host'), 'box box_add_access_current'); ?> <?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=current"> <table class="tabledata" cellpadding="5" cellspacing="0"> |