Bug 31768: Add tools toolbar to tags page
The tags tool was missing the toolbar on the left side. With the filters, this patch adds the toolbar below, like we do on other pages like HTML customizations. To test: * Go to Tools > Tags * Verify no toolbar * Apply patch * Verify toolbar is now present * Compare to other tool pages * Sign off :) Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
d7dcd3d1a8
commit
2b63498545
1 changed files with 3 additions and 0 deletions
|
@ -245,6 +245,9 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
|
|||
<fieldset class="action"><button type="submit" class="btn btn-primary btn-sm"><i class="fa fa-filter" aria-hidden="true"></i> Apply filter(s)</button></fieldset>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
[% INCLUDE 'tools-menu.inc' %]
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue