mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-53526 tool_lp: Add consistency to 'Add ...' buttons
This commit is contained in:
parent
f9090dff7c
commit
d11d4c1442
5 changed files with 30 additions and 35 deletions
|
@ -32,6 +32,11 @@
|
|||
* navigation - array of strings containing buttons for navigation
|
||||
}}
|
||||
<div data-region="managetemplates">
|
||||
<div class="btn-group pull-right">
|
||||
{{#navigation}}
|
||||
{{{.}}}
|
||||
{{/navigation}}
|
||||
</div>
|
||||
<table class="generaltable fullwidth managetemplates">
|
||||
<caption>{{#str}}listtemplatescaption, tool_lp{{/str}}</caption>
|
||||
<thead>
|
||||
|
@ -88,12 +93,6 @@
|
|||
</p>
|
||||
{{/templates}}
|
||||
|
||||
<div class="btn-group pull-right">
|
||||
{{#navigation}}
|
||||
{{{.}}}
|
||||
{{/navigation}}
|
||||
</div>
|
||||
|
||||
{{#js}}
|
||||
// Initialise the JS.
|
||||
require(['tool_lp/templateactions',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue