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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/plugins-menu.inc (-2 / +3 lines)
Lines 1-3 Link Here
1
<!-- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12780 -->
1
<script type="text/javascript">//<![CDATA[
2
<script type="text/javascript">//<![CDATA[
2
    $(document).ready(function() {
3
    $(document).ready(function() {
3
        var path = location.pathname.substring(1);
4
        var path = location.pathname.substring(1);
Lines 27-32 Link Here
27
    });
28
    });
28
//]]>
29
//]]>
29
</script>
30
</script>
31
<!-- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12780 -->
30
<div id="navmenu">
32
<div id="navmenu">
31
<div id="navmenulist">
33
<div id="navmenulist">
32
<h5>Custom Plug-ins
34
<h5>Custom Plug-ins
Lines 62-65 Link Here
62
  [% END %]
64
  [% END %]
63
[% END %]
65
[% END %]
64
66
65
</div></div>
67
</div></div>
66
- 

Return to bug 12780