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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +27 lines)
Lines 8-13 Link Here
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>[% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>[% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% FILTER collapse %]
12
    <style>
13
        #itemfieldset label,
14
        #itemfieldset span.label {
15
            flex-basis: 25%;
16
            font-weight: 700;
17
            margin-right: 1rem;
18
            text-align: right;
19
            width: 9rem;
20
            font-size: 100%;
21
            width: 25%;
22
        }
23
24
        #itemfieldset .input_marceditor {
25
            flex-basis: 50%;
26
        }
27
28
        #itemfieldset .input_marceditor.flatpickr-input {
29
            width: 50%;
30
        }
31
32
        #itemfieldset  .subfield_line {
33
            display: flex;
34
            flex-basis: 100%;
35
        }
36
    </style>
37
[% END %]
11
</head>
38
</head>
12
39
13
<body id="acq_neworderempty" class="acq">
40
<body id="acq_neworderempty" class="acq">
14
- 

Return to bug 31819