From 8a12a13250d51620ff1bc856545502cafd8fade3 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 16 May 2005 23:42:48 +0000 Subject: [PATCH] Tabs are out --- mod/resource/config.html | 42 ++++++++++++++++++++-------------------- mod/survey/lib.php | 14 +++++++------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/mod/resource/config.html b/mod/resource/config.html index 4118cafe5a879..0bf8ea37e6fee 100644 --- a/mod/resource/config.html +++ b/mod/resource/config.html @@ -3,8 +3,8 @@ - - + - - + - - + - - + - - + - - + - - + "; - echo ""; + echo " - - + - - + + " />
resource_framesize: + resource_framesize: @@ -12,8 +12,8 @@
resource_websearch: + resource_websearch: @@ -21,8 +21,8 @@
resource_defaulturl: + resource_defaulturl: @@ -30,8 +30,8 @@
resource_secretphrase: + resource_secretphrase: @@ -39,8 +39,8 @@
resource_allowlocalfiles: + resource_allowlocalfiles:
resource_filterexternalpages: + resource_filterexternalpages:
resource_popup: + resource_popup: "; - echo "$defaultvalue:"; + echo "$defaultvalue:"; if ($optionname == "height" or $optionname == "width") { echo "$defaultvalue."\" />"; } else { @@ -98,8 +98,8 @@ } ?>
resource_windowsettings: + resource_windowsettings:
resource_parametersettings: + resource_parametersettings:
- " />
diff --git a/mod/survey/lib.php b/mod/survey/lib.php index e56cc59c9b8d0..1f6bcc6efd90e 100644 --- a/mod/survey/lib.php +++ b/mod/survey/lib.php @@ -354,19 +354,19 @@ function survey_print_multi($question) { $stripreferthat = get_string("ipreferthat", "survey"); $strifoundthat = get_string("ifoundthat", "survey"); echo "
\n"; - echo "$question->text
"; + echo "$question->text
"; - echo ""; + echo "
"; $options = explode( ",", $question->options); $numoptions = count($options); $oneanswer = ($question->type == 1 || $question->type == 2) ? true : false; - if ($question->type == 2) { - $P = "P"; - } else { - $P = ""; - } + if ($question->type == 2) { + $P = "P"; + } else { + $P = ""; + } if ($oneanswer) { echo "";
$question->intro