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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 / +9 lines)
Lines 39-44 Link Here
39
    <script>
39
    <script>
40
        var has_item_groups = "[% item_groups.size | html %]";
40
        var has_item_groups = "[% item_groups.size | html %]";
41
    </script>
41
    </script>
42
    <style>
43
        .flatpickr_wrapper input {
44
            width: 100%;
45
        }
46
47
        .flatpickr_wrapper {
48
            flex-basis: 50%;
49
        }
50
    </style>
42
</head>
51
</head>
43
52
44
<body id="cat_additem" class="cat">
53
<body id="cat_additem" class="cat">
45
- 

Return to bug 37398