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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-1 / +1 lines)
Lines 24-30 Link Here
24
[% IF ( login ) %]
24
[% IF ( login ) %]
25
    [% Asset.css("css/login.css") | $raw %]
25
    [% Asset.css("css/login.css") | $raw %]
26
[% END %]
26
[% END %]
27
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS | $raw %]</style>[% END %]
27
[% IF ( IntranetUserCSS ) %]<style>[% IntranetUserCSS | $raw %]</style>[% END %]
28
28
29
[% KohaPlugins.get_plugins_intranet_head | $raw %]
29
[% KohaPlugins.get_plugins_intranet_head | $raw %]
30
30
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
[% END %]
12
[% END %]
13
</title>
13
</title>
14
[% Asset.css("css/datatables.css") | $raw %]
14
[% Asset.css("css/datatables.css") | $raw %]
15
<style type="text/css">#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
15
<style>#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
</head>
17
</head>
18
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %]</title>
24
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %]</title>
25
[% Asset.css("css/datatables.css") | $raw %]
25
[% Asset.css("css/datatables.css") | $raw %]
26
[% INCLUDE 'doc-head-close.inc' %]
26
[% INCLUDE 'doc-head-close.inc' %]
27
<style type="text/css">
27
<style>
28
    .sortmsg {font-size: 80%;}
28
    .sortmsg {font-size: 80%;}
29
</style>
29
</style>
30
</head>
30
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
[% Asset.js("lib/yui/animation/animation-min.js") | $raw %]
17
[% Asset.js("lib/yui/animation/animation-min.js") | $raw %]
18
[% Asset.js("lib/yui/dragdrop/dragdrop-min.js") | $raw %]
18
[% Asset.js("lib/yui/dragdrop/dragdrop-min.js") | $raw %]
19
[% Asset.js("lib/yui/element/element-min.js") | $raw %]
19
[% Asset.js("lib/yui/element/element-min.js") | $raw %]
20
<style type="text/css">
20
<style>
21
/*margin and padding on body element
21
/*margin and padding on body element
22
  can introduce errors in determining
22
  can introduce errors in determining
23
  element position and are not recommended;
23
  element position and are not recommended;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Search for vendor [% supplier | html %]</title>
6
<title>Koha &rsaquo; Search for vendor [% supplier | html %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<style type="text/css">
8
<style>
9
#vendors td{
9
#vendors td{
10
	vertical-align: top;
10
	vertical-align: top;
11
}
11
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-1 / +1 lines)
Lines 11-17 Basket [% basket.basketno | html %] &rsaquo; Duplicate existing orders Link Here
11
</title>
11
</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
<style type="text/css">
14
<style>
15
    .picked_to_duplicate > td { background-color: #bcdb89 !important; }
15
    .picked_to_duplicate > td { background-color: #bcdb89 !important; }
16
    span.hint { margin-left: 1em; }
16
    span.hint { margin-left: 1em; }
17
</style>
17
</style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Acquisitions &rsaquo; EDIFACT messages</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; EDIFACT messages</title>
7
[% Asset.css("css/datatables.css") | $raw %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<style type="text/css">
9
<style>
10
#EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } }
10
#EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } }
11
</style>
11
</style>
12
</head>
12
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
[% Asset.css("css/datatables.css") | $raw %]
14
[% Asset.css("css/datatables.css") | $raw %]
15
15
16
<style type="text/css">
16
<style>
17
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
17
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
18
    fieldset.rows div.toptabs .ui-tabs-nav li.ui-tabs-active {background-color : #F4F8F9; }
18
    fieldset.rows div.toptabs .ui-tabs-nav li.ui-tabs-active {background-color : #F4F8F9; }
19
	fieldset.rows .ui-tabs-panel { margin-right : 10px; margin-left : 10px;margin-bottom:10px;}
19
	fieldset.rows .ui-tabs-panel { margin-right : 10px; margin-left : 10px;margin-bottom:10px;}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
6
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
<style type="text/css">td { text-align: center; } .sorted { min-width: 50%; }</style>
9
<style>td { text-align: center; } .sorted { min-width: 50%; }</style>
10
</head>
10
</head>
11
11
12
<body id="admin_branch_transfer_limits" class="admin">
12
<body id="admin_branch_transfer_limits" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
</title>
10
</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% Asset.css("css/datatables.css") | $raw %]
12
[% Asset.css("css/datatables.css") | $raw %]
13
<style type="text/css">#enrolmentmessage.hint { display : none; }</style>
13
<style>#enrolmentmessage.hint { display : none; }</style>
14
</head>
14
</head>
15
15
16
<body id="admin_categorie" class="admin">
16
<body id="admin_categorie" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
</title>
17
</title>
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
<style type="text/css">
19
<style>
20
    #button_add,
20
    #button_add,
21
    .split_regex,
21
    .split_regex,
22
    .split_callnumber
22
    .split_callnumber
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Cataloging &rsaquo; Merging records</title>
6
<title>Koha &rsaquo; Cataloging &rsaquo; Merging records</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<style type="text/css">
8
<style>
9
div.record ul, div.record li { float:none; display:block; }
9
div.record ul, div.record li { float:none; display:block; }
10
div#result { margin-top: 1em; }
10
div#result { margin-top: 1em; }
11
/* We use this style "against" the li ui-tabs-nav style automatically applied */
11
/* We use this style "against" the li ui-tabs-nav style automatically applied */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE raw %]
2
[% USE raw %]
3
    <title>Print Notices for [% today | html %]</title>
3
    <title>Print Notices for [% today | html %]</title>
4
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
    <style type="text/css">
5
    <style>
6
        <!-- 
6
        <!-- 
7
        .message { page-break-after: always }
7
        .message { page-break-after: always }
8
        pre { font-family: monospace }
8
        pre { font-family: monospace }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
<title>Koha &rsaquo; Catalog &rsaquo; Details for [% biblio.title | html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield | html %][% END %]</title>
5
<title>Koha &rsaquo; Catalog &rsaquo; Details for [% biblio.title | html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield | html %][% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% IF ( LocalCoverImages == 1 ) %]
7
[% IF ( LocalCoverImages == 1 ) %]
8
<style type="text/css">
8
<style>
9
#largeCoverImg {
9
#largeCoverImg {
10
    border : 1px solid #CCCCCC;
10
    border : 1px solid #CCCCCC;
11
    display : block;
11
    display : block;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Catalog &rsaquo; Item details for [% title | html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield | html %][% END %]</title>
7
<title>Koha &rsaquo; Catalog &rsaquo; Item details for [% title | html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield | html %][% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<style type="text/css">h3{padding-top: 1em; border-top: 2px solid #CCCCCC;}#exportLabelexportModal_{border-top: 0px;}</style>
9
<style>h3{padding-top: 1em; border-top: 2px solid #CCCCCC;}#exportLabelexportModal_{border-top: 0px;}</style>
10
</head>
10
</head>
11
<body id="catalog_moredetail" class="catalog">
11
<body id="catalog_moredetail" class="catalog">
12
[% USE KohaDates %]
12
[% USE KohaDates %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Cataloging &rsaquo; Merging records</title>
7
<title>Koha &rsaquo; Cataloging &rsaquo; Merging records</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<style type="text/css">
9
<style>
10
div.record ul, div.record li { float:none; display:block; }
10
div.record ul, div.record li { float:none; display:block; }
11
div#result { margin-top: 1em; }
11
div#result { margin-top: 1em; }
12
/* We use this style "against" the li ui-tabs-nav style automatically applied */
12
/* We use this style "against" the li ui-tabs-nav style automatically applied */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; UNIMARC field 210c builder</title>
3
<title>Koha &rsaquo; UNIMARC field 210c builder</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<style type="text/css">
5
<style>
6
    #custom-doc { width:37.85em;*width:36.93em;min-width:492px; margin:auto; text-align:left; }
6
    #custom-doc { width:37.85em;*width:36.93em;min-width:492px; margin:auto; text-align:left; }
7
</style>
7
</style>
8
</head>
8
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
    [% END %]
9
    [% END %]
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
<style type="text/css">
12
<style>
13
    #marcPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } }
13
    #marcPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } }
14
</style>
14
</style>
15
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Z39.50/SRU search results</title>
6
<title>Koha &rsaquo; Z39.50/SRU search results</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
<style type="text/css">
9
<style>
10
#dataPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }
10
#dataPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }
11
</style>
11
</style>
12
</head>
12
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Circulation &rsaquo; Article requests</title>
7
<title>Koha &rsaquo; Circulation &rsaquo; Article requests</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<style type="text/css"> p { margin-top: 0; } [id^="article-menu-"] { display: none; } [id^="article-menu-"]:before { content: "|"; }</style>
9
<style> p { margin-top: 0; } [id^="article-menu-"] { display: none; } [id^="article-menu-"]:before { content: "|"; }</style>
10
</head>
10
</head>
11
11
12
[% BLOCK actions %]
12
[% BLOCK actions %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
<title>Koha &rsaquo; Circulation &rsaquo; Items overdue as of [% todaysdate | html %]</title>
8
<title>Koha &rsaquo; Circulation &rsaquo; Items overdue as of [% todaysdate | html %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
<style type="text/css">
11
<style>
12
    .sql {display:none;}
12
    .sql {display:none;}
13
</style>
13
</style>
14
</head>
14
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
9
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
<style type="text/css">
12
<style>
13
    .sql { display: none; }
13
    .sql { display: none; }
14
    .ulined { text-decoration: underline; }
14
    .ulined { text-decoration: underline; }
15
    .ratiolimit { color: blue; cursor: pointer; }
15
    .ratiolimit { color: blue; cursor: pointer; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Circulation &rsaquo; Set library</title>
4
<title>Koha &rsaquo; Circulation &rsaquo; Set library</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<style type="text/css">
6
<style>
7
    .noshow {display: none;}
7
    .noshow {display: none;}
8
</style>
8
</style>
9
</head>
9
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
12
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
12
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
<style type="text/css"> p { margin-top: 0; }</style>
14
<style> p { margin-top: 0; }</style>
15
[% Asset.css("css/datatables.css") | $raw %]
15
[% Asset.css("css/datatables.css") | $raw %]
16
</head>
16
</head>
17
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
    [% END %]
9
    [% END %]
10
</title>
10
</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
<style type="text/css">
12
<style>
13
    .club-field,
13
    .club-field,
14
    .enrollment-field {
14
    .enrollment-field {
15
        border-top: 1px solid #DDD;
15
        border-top: 1px solid #DDD;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
9
<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
<style type="text/css">
12
<style>
13
    .notice { display: none; }
13
    .notice { display: none; }
14
    .notice-title { font-weight: bold; display: block; }
14
    .notice-title { font-weight: bold; display: block; }
15
</style>
15
</style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
<title>Koha &rsaquo; Serials [% biblionumber | html %]</title>
9
<title>Koha &rsaquo; Serials [% biblionumber | html %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
<style type="text/css">input.dt-filter { width : 100%; font-size : 85%; }</style>
12
<style>input.dt-filter { width : 100%; font-size : 85%; }</style>
13
</head>
13
</head>
14
14
15
<body id="ser_serials-home" class="ser">
15
<body id="ser_serials-home" class="ser">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Serials &rsaquo; [% IF ( modify ) %][% bibliotitle | html %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</title>
7
<title>Koha &rsaquo; Serials &rsaquo; [% IF ( modify ) %][% bibliotitle | html %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<style type="text/css">
9
<style>
10
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
10
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
11
.yui-u li p label.widelabel {
11
.yui-u li p label.widelabel {
12
    width: 300px;  /* not enough for IE7 apparently */
12
    width: 300px;  /* not enough for IE7 apparently */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.css("css/datatables.css") | $raw %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
<!--[if IE]>
8
<!--[if IE]>
9
<style type="text/css">#selections { display: none; }</style>
9
<style>#selections { display: none; }</style>
10
<![endif]-->
10
<![endif]-->
11
</head>
11
</head>
12
<body id="tools_batchMod-del" class="tools">
12
<body id="tools_batchMod-del" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-2 / +2 lines)
Lines 40-48 $(document).ready(function(){ Link Here
40
//]]>
40
//]]>
41
</script>
41
</script>
42
<!--[if IE]>
42
<!--[if IE]>
43
<style type="text/css">#selections { display: none; }</style>
43
<style>#selections { display: none; }</style>
44
<![endif]-->
44
<![endif]-->
45
<style type="text/css">input[type=checkbox]{ margin : 0 .5em; }</style>
45
<style>input[type=checkbox]{ margin : 0 .5em; }</style>
46
[% Asset.css("css/addbiblio.css") | $raw %]
46
[% Asset.css("css/addbiblio.css") | $raw %]
47
47
48
[% INCLUDE 'select2.inc' %]
48
[% INCLUDE 'select2.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form or copy_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate or copy_validate) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]</title>
8
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form or copy_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate or copy_validate) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
<style type="text/css">#preview_template .modal-dialog { width : 80%; } .spinner { display: none; } @media (max-width: 767px) { #preview_template { margin: 0; width : auto; } }</style>
11
<style>#preview_template .modal-dialog { width : 80%; } .spinner { display: none; } @media (max-width: 767px) { #preview_template { margin: 0; width : auto; } }</style>
12
</head>
12
</head>
13
13
14
<body id="tools_letter" class="tools">
14
<body id="tools_letter" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Tools &rsaquo; Manage staged MARC records &rsaquo; Compare matched records</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Manage staged MARC records &rsaquo; Compare matched records</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<style type="text/css">
7
<style>
8
    ins { background-color: #e6ffe6; }
8
    ins { background-color: #e6ffe6; }
9
    del { background-color: #ffe6e6; }
9
    del { background-color: #ffe6e6; }
10
    #col1 ins, #col2 del { display: none; }
10
    #col1 ins, #col2 del { display: none; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Tools &rsaquo; Stage MARC records for import</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Stage MARC records for import</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<style type="text/css">
7
<style>
8
    #fileuploadstatus,#fileuploadfailed,#fileuploadcancel,#jobpanel,#jobstatus,#jobfailed { display : none; }
8
    #fileuploadstatus,#fileuploadfailed,#fileuploadcancel,#jobpanel,#jobstatus,#jobfailed { display : none; }
9
</style>
9
</style>
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Tools &rsaquo; Upload images</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Upload images</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<style type="text/css">
7
<style>
8
    #fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
8
    #fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
9
</style>
9
</style>
10
</head>
10
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-1 / +1 lines)
Lines 189-195 Link Here
189
   </table>
189
   </table>
190
[% END %]
190
[% END %]
191
191
192
<style type="text/css">
192
<style>
193
    #fileuploadstatus,#fileuploadfailed { display : none; }
193
    #fileuploadstatus,#fileuploadfailed { display : none; }
194
    #fileuploadstatus { margin:.4em; }
194
    #fileuploadstatus { margin:.4em; }
195
    #fileuploadprogress { width:150px;height:10px;border:1px solid #666;background:url('[% interface | html %]/[% theme | html %]/img/progress.png') -300px 0px no-repeat; }
195
    #fileuploadprogress { width:150px;height:10px;border:1px solid #666;background:url('[% interface | html %]/[% theme | html %]/img/progress.png') -300px 0px no-repeat; }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your cart</title>
8
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your cart</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% BLOCK cssinclude %]<style type="text/css">.item-status, .dt-buttons { display: inline; } @media print { body { height: 99%; } }</style>[% END %]
10
[% BLOCK cssinclude %]<style>.item-status, .dt-buttons { display: inline; } @media print { body { height: 99%; } }</style>[% END %]
11
</head>
11
</head>
12
[% INCLUDE 'bodytag.inc' bodyid='basket' %]
12
[% INCLUDE 'bodytag.inc' bodyid='basket' %]
13
    <div class="main">
13
    <div class="main">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-3 / +2 lines)
Lines 34-41 Link Here
34
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
34
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
35
[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
35
[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
36
[% Asset.css("css/sci.css") | $raw %]
36
[% Asset.css("css/sci.css") | $raw %]
37
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style type="text/css">[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
37
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %]
38
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %]<style type="text/css">[% Koha.Preference('SelfCheckInUserCSS') | $raw %]</style>[% END %]
38
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %]<style>[% Koha.Preference('SelfCheckInUserCSS') | $raw %]</style>[% END %]
39
<!--[if lt IE 9]>
39
<!--[if lt IE 9]>
40
    <script src="[% interface | html %]/[% theme | html %]/lib/respond.min.js"></script>
40
    <script src="[% interface | html %]/[% theme | html %]/lib/respond.min.js"></script>
41
<![endif]-->
41
<![endif]-->
42
- 

Return to bug 20102