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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-5 / +1 lines)
Lines 10-18 Link Here
10
    [% t("Koha") | html %]
10
    [% t("Koha") | html %]
11
[% END %]</title>
11
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
<style>
14
#EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } }
15
</style>
16
</head>
13
</head>
17
14
18
<body id="acq_edifactmsgs" class="acq">
15
<body id="acq_edifactmsgs" class="acq">
Lines 44-50 Link Here
44
41
45
<!-- Modal to display EDIFACT messages -->
42
<!-- Modal to display EDIFACT messages -->
46
<div class="modal" id="EDI_modal" tabindex="-1" role="dialog" aria-labelledby="EDI_modal_label" aria-hidden="true">
43
<div class="modal" id="EDI_modal" tabindex="-1" role="dialog" aria-labelledby="EDI_modal_label" aria-hidden="true">
47
    <div class="modal-dialog">
44
    <div class="modal-dialog modal-lg">
48
    <div class="modal-content">
45
    <div class="modal-content">
49
    <div class="modal-header">
46
    <div class="modal-header">
50
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">&times;</button>
47
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">&times;</button>
51
- 

Return to bug 30070