mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-60268 User tours: Improve placement of Reset tour on page link
This commit is contained in:
parent
d8e9a23c48
commit
4a8dfef030
6 changed files with 50 additions and 13 deletions
|
@ -105,6 +105,7 @@
|
|||
{{/ output.page_doc_link }}
|
||||
|
||||
{{{ output.login_info }}}
|
||||
<div class="tool_usertours-resettourcontainer"></div>
|
||||
{{{ output.home_link }}}
|
||||
<nav class="nav navbar-nav hidden-lg-up">
|
||||
{{# output.custom_menu_flat }}
|
||||
|
|
|
@ -75,6 +75,9 @@ echo $OUTPUT->doctype() ?>
|
|||
<p class="helplink"><?php echo $OUTPUT->page_doc_link(); ?></p>
|
||||
<?php
|
||||
echo $OUTPUT->login_info();
|
||||
?>
|
||||
<div class="tool_usertours-resettourcontainer"></div>
|
||||
<?php
|
||||
echo $OUTPUT->home_link();
|
||||
echo $OUTPUT->standard_footer_html();
|
||||
?>
|
||||
|
|
|
@ -11,6 +11,8 @@ information provided here is intended especially for theme designer.
|
|||
access properties from the underlying navigation nodes in the browser - see MDL-59425.
|
||||
* Navigation between activities via a previous and next link was added to Boost, Clean and Bootstrapbase. This
|
||||
is made possible by a new function core_renderer->activity_navigation().
|
||||
* Theme designers may now place the Reset tour on this page link where required by adding an empty
|
||||
container (e.g. <div class="tool_usertours-resettourcontainer"></div>) to their layouts.
|
||||
|
||||
=== 3.3 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue