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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-3 lines)
Lines 168-176 function confirmnotdup(redirect){ Link Here
168
  });
168
  });
169
</script>
169
</script>
170
170
171
[% IF ( bidi ) %]
172
   [% Asset.css("css/right-to-left.css") | $raw %]
173
[% END %]
174
</head>
171
</head>
175
<body id="auth_authorities" class="auth">
172
<body id="auth_authorities" class="auth">
176
173
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-3 lines)
Lines 405-413 function Changefwk() { Link Here
405
  });
405
  });
406
</script>
406
</script>
407
407
408
[% IF ( bidi ) %]
409
   [% Asset.css("css/right-to-left.css") | $raw %]
410
[% END %]
411
</head>
408
</head>
412
<body id="cat_addbiblio" class="cat">
409
<body id="cat_addbiblio" class="cat">
413
410
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-3 lines)
Lines 139-147 function confirm_deletion() { Link Here
139
  });
139
  });
140
</script>
140
</script>
141
141
142
[% IF ( bidi ) %]
143
   [% Asset.css("css/right-to-left.css") | $raw %]
144
[% END %]
145
</head>
142
</head>
146
<body id="cat_additem" class="cat">
143
<body id="cat_additem" class="cat">
147
[% INCLUDE 'header.inc' %]
144
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-3 lines)
Lines 8-16 Link Here
8
[% Asset.css("css/humanmsg.css") | $raw %]
8
[% Asset.css("css/humanmsg.css") | $raw %]
9
[% Asset.js("js/cataloging.js") | $raw %]
9
[% Asset.js("js/cataloging.js") | $raw %]
10
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
10
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
11
[% IF ( bidi ) %]
12
   [% Asset.css("css/right-to-left.css") | $raw %]
13
[% END %]
14
</head>
11
</head>
15
<body id="cat_addbiblio" class="cat">
12
<body id="cat_addbiblio" class="cat">
16
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-4 lines)
Lines 4-12 Link Here
4
    [% INCLUDE 'doc-head-open.inc' %]
4
    [% INCLUDE 'doc-head-open.inc' %]
5
    <title>Koha &rsaquo; Tools &rsaquo; Label creator</title>
5
    <title>Koha &rsaquo; Tools &rsaquo; Label creator</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
6
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% IF ( bidi ) %]
8
    [% Asset.css("css/right-to-left.css") | $raw %]
9
    [% END %]
10
</head>
7
</head>
11
<body id="labels_label-home" class="tools labels">
8
<body id="labels_label-home" class="tools labels">
12
    [% INCLUDE 'header.inc' %]
9
    [% INCLUDE 'header.inc' %]
13
- 

Return to bug 21335