aboutsummaryrefslogtreecommitdiffstats
path: root/config/bacula-client/bacula-client_view_config.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-06-29 16:01:03 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-06-29 16:01:03 -0300
commit3c29c5cfe7a8844bb7bea25fe00663208e6cbe2e (patch)
tree1ee0378149b191c7f2923abd37212641cfcce45a /config/bacula-client/bacula-client_view_config.php
parent6ca5ee6a94a5bb5687a7e70f0cf56f51d45fc9be (diff)
downloadpfsense-packages-3c29c5cfe7a8844bb7bea25fe00663208e6cbe2e.tar.gz
pfsense-packages-3c29c5cfe7a8844bb7bea25fe00663208e6cbe2e.tar.bz2
pfsense-packages-3c29c5cfe7a8844bb7bea25fe00663208e6cbe2e.zip
bacula-client - fix more errors, almost done
Diffstat (limited to 'config/bacula-client/bacula-client_view_config.php')
-rw-r--r--config/bacula-client/bacula-client_view_config.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/bacula-client/bacula-client_view_config.php b/config/bacula-client/bacula-client_view_config.php
index d0d16dc1..a89f1d48 100644
--- a/config/bacula-client/bacula-client_view_config.php
+++ b/config/bacula-client/bacula-client_view_config.php
@@ -3,7 +3,7 @@
bacula-client_view_config.php
part of pfSense (http://www.pfsense.com/)
Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com>
- Copyright (C) 2012 Márcio Carlos Antão
+ Copyright (C) 2012 M�rcio Carlos Ant�o
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -54,7 +54,8 @@ include("head.inc");
<tr><td>
<?php
$tab_array = array();
- $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=varnish_settings.xml&id=0");
+ $tab_array[] = array(gettext("Directors"), false, "/pkg.php?xml=bacula-client.xml");
+ $tab_array[] = array(gettext("FileDaemon"), false, "/pkg_edit.php?xml=bacula-client_fd.xml");
$tab_array[] = array(gettext("View Configuration"), true, "/bacula-client_view_config.php");
display_top_tabs($tab_array);
?>
@@ -65,7 +66,7 @@ include("head.inc");
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tabcont" >
- <textarea id="varnishlogs" rows="50" cols="100%">
+ <textarea id="varnishlogs" rows="50" cols="87%">
<?php
$config_file = file_get_contents("/usr/local/etc/bacula-fd.conf");
echo $config_file;