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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt (-4 / +4 lines)
Lines 124-133 Link Here
124
        }
124
        }
125
        [% END %]
125
        [% END %]
126
126
127
	opener.close();
127
        opener.close();
128
       	window.close();
128
        window.close();
129
            
129
130
       	return false;
130
        return false;
131
    });
131
    });
132
//]]>
132
//]]>
133
</script>
133
</script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-2 / +1 lines)
Lines 6-12 Link Here
6
<link rel="stylesheet" href="[% interface %]/lib/codemirror/codemirror.css" />
6
<link rel="stylesheet" href="[% interface %]/lib/codemirror/codemirror.css" />
7
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/humanmsg.css" />
7
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/humanmsg.css" />
8
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
8
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
9
<script src="/intranet-tmpl/prog/js/cataloging.js" type="text/javascript"></script>
9
<script src="[% interface %]/prog/js/cataloging.js" type="text/javascript"></script>
10
[% IF ( bidi ) %]
10
[% IF ( bidi ) %]
11
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
11
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
12
[% END %]
12
[% END %]
13
- 

Return to bug 18904