Browse Source

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>
23.05.x
Katrin Fischer 10 months ago
committed by Tomas Cohen Arazi
parent
commit
2b63498545
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 3
      koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt

3
koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt

@ -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…
Cancel
Save