View | Details | Raw Unified | Return to bug 21341
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt (-4 / +3 lines)
Lines 68-77 Link Here
68
                [% biblio.copyrightdate | html %]
68
                [% biblio.copyrightdate | html %]
69
            </td>
69
            </td>
70
        <td>
70
        <td>
71
        <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblio.biblionumber | html %]&amp;viewas=html" class="previewMARC">View MARC</a>
71
        <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblio.biblionumber | html %]&amp;viewas=html" class="btn btn-default btn-xs previewMARC">View MARC</a>
72
        </td>
72
        </td>
73
            <td>
73
            <td>
74
            <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | html %]&amp;basketno=[% basketno | html %]&amp;biblionumber=[% biblio.biblionumber | html %]" title="Order this one">
74
            <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | html %]&amp;basketno=[% basketno | html %]&amp;biblionumber=[% biblio.biblionumber | html %]" class="btn btn-default btn-xs" title="Order this one">
75
                Order
75
                Order
76
            </a>
76
            </a>
77
            </td>
77
            </td>
Lines 80-86 Link Here
80
    </tbody>
80
    </tbody>
81
    </table>
81
    </table>
82
    <div id="marcPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
82
    <div id="marcPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
83
        <div class="modal-dialog">
83
        <div class="modal-dialog modal-wide">
84
        <div class="modal-content">
84
        <div class="modal-content">
85
        <div class="modal-header">
85
        <div class="modal-header">
86
            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
86
            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
87
- 

Return to bug 21341