From 2d6f4afd52b789a006cedac78d4f7d7d98fae20f Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 1 Jun 2008 20:19:28 +0000 Subject: [PATCH] MDL-14679 fixed references to mod.html --- mod/feedback/mod.html | 156 ------------------------------------------ 1 file changed, 156 deletions(-) delete mode 100644 mod/feedback/mod.html diff --git a/mod/feedback/mod.html b/mod/feedback/mod.html deleted file mode 100644 index 5917386ad3..0000000000 --- a/mod/feedback/mod.html +++ /dev/null @@ -1,156 +0,0 @@ - - - -dirroot.'/mod/feedback/lib.php'); ?> - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - publish_stats=isset($form->publish_stats)?$form->publish_stats:NULL;?> - - - - - - - -instance)) { - $completedFeedbackCount = feedback_get_completeds_group_count($feedback); -} else { - $completedFeedbackCount = false; -} -?> - - - - - - - - - - - - -

:

- -

:

- summary=isset($form->summary)?$form->summary:''; - print_textarea($usehtmleditor, 20, 60, 680, 400, "summary", $form->summary); - ?> -
: - timeopen=isset($form->timeopen)?$form->timeopen:NULL;?> - " onclick="return lockoptions('form', 'openenable', openitems)" timeopen) echo 'checked="checked"' ?> /> - timeopen); - echo " - "; - print_time_selector("openhour", "openminute", $form->timeopen); - helpbutton('timeopen', get_string('feedbackopens', 'feedback'), 'feedback'); - ?> - - - - - -
: - timeclose=isset($form->timeclose)?$form->timeclose:NULL;?> - " onclick="return lockoptions('form', 'closeenable', closeitems)" timeclose) echo 'checked="checked"' ?> /> - timeclose); - echo " - "; - print_time_selector("closehour", "closeminute", $form->timeclose); - helpbutton('timeclose', get_string('feedbackcloses', 'feedback'), 'feedback'); - ?> - - - - - -

:

- anonymous=isset($form->anonymous)?$form->anonymous:NULL; - if($form->anonymous == '')$form->anonymous = 1; - ?> - anonymous <= 1)?'checked="checked"':'';?> value="1" />  - anonymous == 2)?'checked="checked"':'';?> value="2" />  -

:

- -

- email_notification=isset($form->email_notification)?$form->email_notification:NULL; - $form->multiple_submit=isset($form->multiple_submit)?$form->multiple_submit:NULL; - ?>:

- - -

:

- - - multiple_submit) === 0 ? print_string('no') : print_string('yes'); - } - ?> -

:

- page_after_submit=isset($form->page_after_submit)?$form->page_after_submit:''; - print_textarea($usehtmleditor, 20, 60, 680, 400, "page_after_submit", $form->page_after_submit); - ?> -
- - - - - - - - - -" /> -
-
- -- 2.39.5