From 755fbe63185e5fb1b7519fdc7776abccdd56f8c4 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 5 Feb 2005 01:11:19 +0000 Subject: [PATCH] Scheduled backup configuration page is XHTML 1.0 Transitional --- backup/config.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/backup/config.html b/backup/config.html index 3ce9151d44..ba3adcd3b0 100644 --- a/backup/config.html +++ b/backup/config.html @@ -85,14 +85,14 @@ $keep_array[500] = "500"; ?>
-sesskey."\">"; ?> +sesskey."\"/>"; ?> - + - + - + @@ -111,7 +111,7 @@ - + @@ -120,7 +120,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -138,7 +138,7 @@ - + @@ -147,7 +147,7 @@ - + - + - @@ -188,11 +188,11 @@ $stddayofweek = ($i+$firstdayofweek) % 7; //Calculate the status of the checkbox if (substr($backup_config->backup_sche_weekdays,$stddayofweek,1) == "1") { - $strchecked = " checked"; + $strchecked = " checked=\"checked\""; } else { $strchecked = ""; } - $check_names[] = ""; + $check_names[] = ""; $i++; } $table->align = array("center","center","center","center","center","center","center"); @@ -203,18 +203,18 @@ - - + " />

:

: backup_sche_modules, "") ?> backup_sche_withuserdata, "") ?> @@ -102,7 +102,7 @@

:

: backup_sche_metacourse, "") ?>

:

: backup_sche_users, "") ?>

:

: backup_sche_logs, "") ?>

:

: backup_sche_userfiles, "") ?>

:

: backup_sche_coursefiles, "") ?>

:

: backup_sche_keep, ""); @@ -159,10 +159,10 @@
+ : backup_sche_active, "") ?>
+ : backup_sche_hour,$backup_config->backup_sche_minute)) ?>
- :
"; } ?> +
+ :
"; } ?>
- ">
-- 2.39.5