Bug 31921: Include the modal code from acquisitions-toolbar.inc
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
81af57344d
commit
8619598d3b
3 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
<!-- acquisitions-toolbar.inc -->
|
||||
[% INCLUDE 'modals/delete_vendor.inc' %]
|
||||
<div id="toolbar" class="btn-toolbar">
|
||||
[% IF ( booksellerid ) %]
|
||||
<div class="btn-group">
|
||||
|
|
|
@ -257,8 +257,6 @@
|
|||
</div>
|
||||
</div> <!-- /.row -->
|
||||
|
||||
[% INCLUDE 'modals/delete_vendor.inc' %]
|
||||
|
||||
[% MACRO jsinclude BLOCK %]
|
||||
[% Asset.js("js/acquisitions-menu.js") | $raw %]
|
||||
[% INCLUDE 'datatables.inc' %]
|
||||
|
|
|
@ -524,7 +524,6 @@
|
|||
</aside>
|
||||
</div> <!-- /.col-sm-2.col-sm-pull-10 -->
|
||||
</div> <!-- /.row -->
|
||||
[% INCLUDE 'modals/delete_vendor.inc' %]
|
||||
|
||||
[% MACRO jsinclude BLOCK %]
|
||||
[% Asset.js("js/acquisitions-menu.js") | $raw %]
|
||||
|
|
Loading…
Reference in a new issue