MDL-53526 tool_lp: Add consistency to 'Add ...' buttons

This commit is contained in:
Serge Gauthier 2016-03-18 15:31:32 -04:00 committed by Frederic Massart
parent f9090dff7c
commit d11d4c1442
5 changed files with 30 additions and 35 deletions

View file

@ -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',