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/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/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 11-17 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">#enrolmentmessage.hint { display : none; }</style>
14
<style>#enrolmentmessage.hint { display : none; }</style>
15
</head>
15
</head>
16
16
17
<body id="admin_categorie" class="admin">
17
<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/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/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/serials/serials-search.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
<title>Koha &rsaquo; Serials [% biblionumber | html %]</title>
10
<title>Koha &rsaquo; Serials [% biblionumber | html %]</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">input.dt-filter { width : 100%; font-size : 85%; }</style>
13
<style>input.dt-filter { width : 100%; font-size : 85%; }</style>
14
</head>
14
</head>
15
15
16
<body id="ser_serials-home" class="ser">
16
<body id="ser_serials-home" class="ser">
(-)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/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