Bug 16142: Making 'Order' a button for New Order Suggestions
To test: 1) Go to Acquisitions and find a vendor 2) Add to a basket from a suggestion 3) Confirm that 'Order' next to the suggestions looks like a button and works as expected Sponsored-by: Catalyst IT Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
parent
3fa2b10150
commit
9712a7448e
1 changed files with 3 additions and 3 deletions
|
@ -70,11 +70,11 @@
|
|||
<td>
|
||||
[% suggestions_loo.surnamemanagedby %][% IF ( suggestions_loo.firstnamemanagedby ) %],[% END %] [% suggestions_loo.firstnamemanagedby %]
|
||||
</td>
|
||||
<td>
|
||||
<td class="actions">
|
||||
[% IF ( suggestions_loo.biblionumber ) %]
|
||||
<a href="neworderempty.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]&suggestionid=[% suggestions_loo.suggestionid %]&biblio=[% suggestions_loo.biblionumber %]" class="button">Order</a>
|
||||
<a href="neworderempty.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]&suggestionid=[% suggestions_loo.suggestionid %]&biblio=[% suggestions_loo.biblionumber %]" class="btn btn-mini"><i class="fa fa-plus"></i> Order</a>
|
||||
[% ELSE %]
|
||||
<a href="neworderempty.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]&suggestionid=[% suggestions_loo.suggestionid %]" class="button">Order</a>
|
||||
<a href="neworderempty.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]&suggestionid=[% suggestions_loo.suggestionid %]" class="btn btn-mini"><i class="fa fa-plus"></i> Order</a>
|
||||
[% END %]
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue