diff --git a/src/www/system_advanced_misc.php b/src/www/system_advanced_misc.php
index 6c4c7f5e3..a9944277d 100644
--- a/src/www/system_advanced_misc.php
+++ b/src/www/system_advanced_misc.php
@@ -263,19 +263,6 @@ include("head.inc");
$('#srctrack').attr('disabled','true');
}
}
- function tmpvar_checked(obj) {
- if (obj.checked) {
- $('#rrdbackup').attr('disabled',false);
- $('#dhcpbackup').attr('disabled',false);
- $('#rrdbackup').selectpicker('refresh');
- $('#dhcpbackup').selectpicker('refresh');
- } else {
- $('#rrdbackup').attr('disabled','true');
- $('#dhcpbackup').attr('disabled','true');
- $('#rrdbackup').selectpicker('refresh');
- $('#dhcpbackup').selectpicker('refresh');
- }
- }
//]]>
@@ -552,23 +539,12 @@ include("head.inc");
- =gettext("RAM Disk Settings (Reboot to Apply Changes)"); ?>
-
-
- =gettext("Use RAM Disks"); ?>
-
- onclick="tmpvar_checked(this)" />
-
- =gettext("Use memory file system for /tmp and /var"); ?>
- =gettext("Set this if you wish to use /tmp and /var as RAM disks (memory file system disks) on a full install " .
- "rather than use the hard disk. Setting this will cause the data in /tmp and /var to be lost at reboot, including log data. RRD and DHCP Leases will be retained."); ?>
-
-
+ =gettext("Periodic Backups)"); ?>
=gettext("Periodic RRD Backup");?>
- >
+
>
=gettext("Disable"); ?>
@@ -589,7 +565,7 @@ include("head.inc");
=gettext("Periodic DHCP Leases Backup");?>
- >
+
>=gettext("Disable"); ?>
@@ -604,6 +580,20 @@ include("head.inc");
+
+ =gettext("RAM Disk Settings (Reboot to Apply Changes)"); ?>
+
+
+ =gettext("Use RAM Disks"); ?>
+
+ />
+
+ =gettext("Use memory file system for /tmp and /var"); ?>
+ =gettext("Set this if you wish to use /tmp and /var as RAM disks (memory file system disks) on a full install " .
+ "rather than use the hard disk. Setting this will cause the data in /tmp and /var to be lost at reboot, including log data. RRD and DHCP Leases will be retained."); ?>
+
+
+