From a52bb61f90891b0f7a36b5994495e44576158edd Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Thu, 8 Feb 2007 14:29:40 +0100 Subject: [PATCH] [svn r11085] change the table class to integrate the new CSS files --- main/css/academica/default.css | 4 ++-- main/css/baby/default.css | 4 ++-- main/css/corporativa/default.css | 4 ++-- main/exercice/multiple_answer.class.php | 24 ++++++++++++------------ main/exercice/unique_answer.class.php | 24 ++++++++++++------------ main/newscorm/learnpath.class.php | 14 ++++++++------ main/newscorm/lp_list.php | 12 ++++++------ 7 files changed, 44 insertions(+), 42 deletions(-) diff --git a/main/css/academica/default.css b/main/css/academica/default.css index 310c7d1e8a..8c7ee7dde7 100644 --- a/main/css/academica/default.css +++ b/main/css/academica/default.css @@ -594,7 +594,7 @@ div.row { } div.row div.formw { - width: 73%; + width: 78%; margin: 0; } @@ -602,7 +602,7 @@ div.row div.label { float: left; text-align: left; font: bold 115% Arial, sans-serif, sans; - width: 25%; + width: 20%; margin: 0; } diff --git a/main/css/baby/default.css b/main/css/baby/default.css index adf9e15235..ba0f441302 100644 --- a/main/css/baby/default.css +++ b/main/css/baby/default.css @@ -610,12 +610,12 @@ div.row div.label { float: left; text-align: left; font: bold 115% Arial, sans-serif, sans; - width: 25%; + width: 20%; margin: 0; } div.row div.formw { - width: 73%; + width: 78%; margin: 0; } diff --git a/main/css/corporativa/default.css b/main/css/corporativa/default.css index e9548175c0..4781aa7fdc 100644 --- a/main/css/corporativa/default.css +++ b/main/css/corporativa/default.css @@ -578,7 +578,7 @@ div.row { } div.row div.formw { - width: 73%; + width: 78%; margin: 0; } @@ -586,7 +586,7 @@ div.row div.label { float: left; text-align: left; font: bold 115% Arial, sans-serif, sans; - width: 25%; + width: 20%; margin: 0; } diff --git a/main/exercice/multiple_answer.class.php b/main/exercice/multiple_answer.class.php index 9eb140bbf5..921b564b79 100644 --- a/main/exercice/multiple_answer.class.php +++ b/main/exercice/multiple_answer.class.php @@ -75,23 +75,23 @@ class MultipleAnswer extends Question { '.get_lang('Answers').'
- - -
+ + + '; $form -> addElement ('html', $html); diff --git a/main/exercice/unique_answer.class.php b/main/exercice/unique_answer.class.php index d9032a0154..08582a613a 100644 --- a/main/exercice/unique_answer.class.php +++ b/main/exercice/unique_answer.class.php @@ -75,23 +75,23 @@ class UniqueAnswer extends Question { '.get_lang('Answers').'
-
'.get_lang('Number').' - - + + '.get_lang('True').' - - + + '.get_lang('Answer').' - - + + '.get_lang('Comment').' - - + + '.get_lang('Weighting').' - +
- -
+ + + '; $form -> addElement ('html', $html); diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 8176bb2aef..1c46309d21 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -4096,9 +4096,9 @@ class learnpath { if(api_is_allowed_to_edit()) $return .= '

'.get_lang("Advanced").' '.get_lang("Display").'

'; - $return .= '
'.get_lang('Number').' - - + + '.get_lang('True').' - - + + '.get_lang('Answer').' - - + + '.get_lang('Comment').' - - + + '.get_lang('Weighting').' - +
' . "\n"; + $return .= '
' . "\n"; - $return .= "\t" . '' . "\n"; + $return .= "\t" . '' . "\n"; $return .= "\t" . '' . "\n"; //$return .= "\t" . '' . "\n"; @@ -4112,14 +4112,16 @@ class learnpath { if($arrLP[$i]['description'] == '') $arrLP[$i]['description'] = ' '; - $return .= "\t" . '' . "\n"; + if (($i % 2)==0) { $oddclass="row_odd"; } else { $oddclass="row_even"; } + + $return .= "\t" . '' . "\n"; - $return .= "\t\t" . '' . "\n"; + $return .= "\t\t" . '' . "\n"; //$return .= "\t\t" . '' . "\n"; if(api_is_allowed_to_edit()) { - $return .= "\t\t" . '' . "\n"; - $return .= "\t\t" . ''; -echo ''."\n" . - '\n"; +echo ''; +echo ''."\n" . + '\n"; if (api_is_allowed_to_edit()) { - echo "\n" . - "\n", - '\n"; + echo "\n" . + "\n", + '\n"; } echo "\n";
'.get_lang("Title").''.get_lang("Description").'
' . stripslashes($arrLP[$i]['title']) . '' . stripslashes($arrLP[$i]['title']) . '' . stripslashes($arrLP[$i]['description']) . '' . "\n"; + $return .= "\t\t" . '' . "\n"; if($arrLP[$i]['previous_item_id'] != 0) { @@ -4141,7 +4143,7 @@ class learnpath { $return .= "\t\t" . '' . "\n"; + $return .= "\t\t" . '' . "\n"; if($arrLP[$i]['item_type'] != 'dokeos_chapter' && $arrLP[$i]['item_type'] != 'dokeos_module') { diff --git a/main/newscorm/lp_list.php b/main/newscorm/lp_list.php index f60c83bf3f..adabf2a594 100644 --- a/main/newscorm/lp_list.php +++ b/main/newscorm/lp_list.php @@ -152,14 +152,14 @@ if ($curDirPath) /* CURRENT DIRECTORY */ -echo '
'.get_lang("Name").''.get_lang("progress")."
'.get_lang("Name").''.get_lang("progress")."",get_lang("Description"),"",get_lang("ExportShort"),"',get_lang("Modify"),"",get_lang("Description"),"",get_lang("ExportShort"),"',get_lang("Modify"),"