array('class' => 'form-submit'));
$buttonarray[] = &$mform->createElement('submit', 'savevalues', get_string('save_entries', 'feedback'),
array('class' => 'form-submit'));
- $buttonarray[] = &$mform->createElement('static', 'buttonsseparator', '', '<br>');
$buttonarray[] = &$mform->createElement('cancel');
$mform->addGroup($buttonarray, 'buttonar', '', array(' '), false);
$mform->closeHeaderBefore('buttonar');
if (has_capability('mod/feedback:createpublictemplate', context_system::instance())) {
$elementgroup[] = $mform->createElement('checkbox',
- 'ispublic',
- get_string('public', 'feedback'),
+ 'ispublic', '',
get_string('public', 'feedback'));
}
}
// Feedback module
-.path-mod-feedback .feedback_form .col-md-9,
-.path-mod-feedback .feedback_form .col-md-3,
-.path-mod-feedback .feedback_form .col-md-3 label {
- width: 100%;
-}
-
-.path-mod-feedback .feedback_form .col-md-9 {
- margin-left: 1rem;
- margin-bottom: -2rem;
-}
-
.path-mod-feedback .itemactions {
float: right;
}
+.path-mod-feedback .itemhandle {
+ position: absolute;
+ right: 1rem;
+}
// Forum module