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 (-5 / +5 lines)
Lines 15-21 Link Here
15
            [% ELSE %]
15
            [% ELSE %]
16
            var new_line = "
16
            var new_line = "
17
            [%- FOREACH SUBFIELD_LOO IN SUBFIELD_LOOP -%]‡
17
            [%- FOREACH SUBFIELD_LOO IN SUBFIELD_LOOP -%]‡
18
                [%- SUBFIELD_LOO.marc_subfield |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r    ') -%] 
18
                [%- SUBFIELD_LOO.marc_subfield |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r    ') -%]
19
                [%- FOREACH marc_value IN SUBFIELD_LOO.marc_values -%]
19
                [%- FOREACH marc_value IN SUBFIELD_LOO.marc_values -%]
20
                    [%- marc_value |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') -%]
20
                    [%- marc_value |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') -%]
21
                [%- END -%]
21
                [%- END -%]
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