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 140-148 function confirm_deletion() { Link Here
140
  });
140
  });
141
</script>
141
</script>
142
142
143
[% IF ( bidi ) %]
144
   [% Asset.css("css/right-to-left.css") | $raw %]
145
[% END %]
146
</head>
143
</head>
147
<body id="cat_additem" class="cat">
144
<body id="cat_additem" class="cat">
148
[% INCLUDE 'header.inc' %]
145
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-3 lines)
Lines 9-17 Link Here
9
[% Asset.css("css/humanmsg.css") | $raw %]
9
[% Asset.css("css/humanmsg.css") | $raw %]
10
[% Asset.js("js/cataloging.js") | $raw %]
10
[% Asset.js("js/cataloging.js") | $raw %]
11
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
11
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
12
[% IF ( bidi ) %]
13
   [% Asset.css("css/right-to-left.css") | $raw %]
14
[% END %]
15
</head>
12
</head>
16
<body id="cat_addbiblio" class="cat">
13
<body id="cat_addbiblio" class="cat">
17
14
(-)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