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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-9 / +11 lines)
Lines 4-18 Link Here
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
5
6
[%# Prevent XFS attacks -%]
6
[%# Prevent XFS attacks -%]
7
<style id="antiClickjack">body{display:none !important;}</style>
7
[% UNLESS popup %]
8
<script type="text/javascript">
8
    <style id="antiClickjack">body{display:none !important;}</style>
9
   if (self === top) {
9
    <script type="text/javascript">
10
       var antiClickjack = document.getElementById("antiClickjack");
10
       if (self === top) {
11
       antiClickjack.parentNode.removeChild(antiClickjack);
11
           var antiClickjack = document.getElementById("antiClickjack");
12
   } else {
12
           antiClickjack.parentNode.removeChild(antiClickjack);
13
       top.location = self.location;
13
       } else {
14
   }
14
           top.location = self.location;
15
</script>
15
       }
16
    </script>
17
[% END %]
16
18
17
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
19
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
18
20
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Localization</title>
2
<title>Koha &rsaquo; Localization</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
[% INCLUDE 'greybox.inc' %]
5
[% INCLUDE 'greybox.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Label printing/exporting</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Label printing/exporting</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' popup => 1 %]
4
    <script type="text/javascript">
4
    <script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
6
            function Done() {
6
            function Done() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron cards &rsaquo; Patron card printing/exporting</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron cards &rsaquo; Patron card printing/exporting</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' popup => 1%]
4
    <script type="text/javascript">
4
    <script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
6
            function Done() {
6
            function Done() {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-9 / +11 lines)
Lines 3-17 Link Here
3
<meta name="viewport" content="width=device-width, initial-scale=1" />
3
<meta name="viewport" content="width=device-width, initial-scale=1" />
4
4
5
[%# Prevent XFS attacks -%]
5
[%# Prevent XFS attacks -%]
6
<style id="antiClickjack">body{display:none !important;}</style>
6
[% UNLESS popup %]
7
<script type="text/javascript">
7
    <style id="antiClickjack">body{display:none !important;}</style>
8
   if (self === top) {
8
    <script type="text/javascript">
9
       var antiClickjack = document.getElementById("antiClickjack");
9
       if (self === top) {
10
       antiClickjack.parentNode.removeChild(antiClickjack);
10
           var antiClickjack = document.getElementById("antiClickjack");
11
   } else {
11
           antiClickjack.parentNode.removeChild(antiClickjack);
12
       top.location = self.location;
12
       } else {
13
   }
13
           top.location = self.location;
14
</script>
14
       }
15
    </script>
16
[% END %]
15
17
16
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
18
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
17
[% IF ( bidi ) %]
19
[% IF ( bidi ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-2 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your search IDREF for ppn [% unimarc3 %]</title>
2
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your search IDREF for ppn [% unimarc3 %]</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
5
[% BLOCK cssinclude %]
5
[% BLOCK cssinclude %]
6
  <style type="text/css">
6
  <style type="text/css">
7
    ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a  { padding:0.6em 1em; }
7
    ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a  { padding:0.6em 1em; }
8
- 

Return to bug 15111