aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freenas/www/services_rsyncd_local.php
diff options
context:
space:
mode:
authorDaniel Stefan Haischt <dsh@pfsense.org>2007-01-04 14:39:23 +0000
committerDaniel Stefan Haischt <dsh@pfsense.org>2007-01-04 14:39:23 +0000
commit55b6ad84bb898c20f30cdf5d4c94c04cb21ebd22 (patch)
treef1376fd3bd1e2f1f98284e460967a34174e45487 /packages/freenas/www/services_rsyncd_local.php
parent6586c1a580e42dc73e639d071f20a6f037d3b2f4 (diff)
downloadpfsense-packages-55b6ad84bb898c20f30cdf5d4c94c04cb21ebd22.tar.gz
pfsense-packages-55b6ad84bb898c20f30cdf5d4c94c04cb21ebd22.tar.bz2
pfsense-packages-55b6ad84bb898c20f30cdf5d4c94c04cb21ebd22.zip
* bug fixing
* issues not fixed: services_samba.php and disks_manage_tools.php do have layouting issues
Diffstat (limited to 'packages/freenas/www/services_rsyncd_local.php')
-rw-r--r--packages/freenas/www/services_rsyncd_local.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freenas/www/services_rsyncd_local.php b/packages/freenas/www/services_rsyncd_local.php
index 27d78417..5d975084 100644
--- a/packages/freenas/www/services_rsyncd_local.php
+++ b/packages/freenas/www/services_rsyncd_local.php
@@ -218,7 +218,7 @@ $jscriptstr .= <<<EOD
document.iform.minutes2.disabled = endis;
document.iform.minutes3.disabled = endis;
document.iform.hours1.disabled = endis;
- document.iform.hours2.disabled = endis;
+ /* document.iform.hours2.disabled = endis; */
document.iform.days1.disabled = endis;
document.iform.days2.disabled = endis;
document.iform.days3.disabled = endis;
@@ -242,7 +242,7 @@ $jscriptstr .= <<<EOD
document.iform.minutes2.style.backgroundColor = color;
document.iform.minutes3.style.backgroundColor = color;
document.iform.hours1.style.backgroundColor = color;
- document.iform.hours2.style.backgroundColor = color;
+ /* document.iform.hours2.style.backgroundColor = color; */
document.iform.days1.style.backgroundColor = color;
document.iform.days2.style.backgroundColor = color;
document.iform.days3.style.backgroundColor = color;