$deleteurl = new moodle_url('/mod/wiki/instancecomments.php', $optionsyes);
$return = new moodle_url('/mod/wiki/comments.php', array('pageid'=>$this->page->id));
- echo html_writer::tag('p', $strdeletecheckfull, array('class' => 'bold'));
+ echo $OUTPUT->container_start('wiki-form-center');
+ echo html_writer::tag('p', $strdeletecheckfull);
echo $OUTPUT->container_start(false, 'wiki_deletecommentform');
echo '<form class="wiki_deletecomment_yes" action="' . $deleteurl . '" method="post" id="deletecomment">';
echo '<div><input type="submit" name="confirmdeletecomment" value="' . get_string('yes') . '" /></div>';
echo '<div><input type="submit" name="norestore" value="' . get_string('no') . '" /></div>';
echo '</form>';
echo $OUTPUT->container_end();
+ echo $OUTPUT->container_end();
}
}
}
.wiki_restore_yes, .wiki_deletecomment_yes,
-.dir-rtl .wiki_restore_no, .wiki_deletecomment_no {
+.dir-rtl .wiki_restore_no, .dir-rtl .wiki_deletecomment_no {
float: left;
}
.wiki_restore_no, .wiki_deletecomment_no,
-.dir-rtl .wiki_restore_yes, .wiki_deletecomment_yes {
+.dir-rtl .wiki_restore_yes, .dir-rtl .wiki_deletecomment_yes {
float: right;
}