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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc (-1 / +1 lines)
Lines 3-9 Link Here
3
        <h5>Serials</h5>
3
        <h5>Serials</h5>
4
        <ul>
4
        <ul>
5
        [% IF ( subscriptionid ) %]
5
        [% IF ( subscriptionid ) %]
6
                <li><a href="serials-collection.pl?subscriptionid=[% subscriptionid | uri %]">Serial collection</a></li>
6
                <li><a href="/cgi-cin/koha/serials/serials-collection.pl?subscriptionid=[% subscriptionid | uri %]">Serial collection</a></li>
7
                [% UNLESS closed %]
7
                [% UNLESS closed %]
8
                    [% IF ( routing && CAN_user_serials_routing ) %]
8
                    [% IF ( routing && CAN_user_serials_routing ) %]
9
                        [% IF ( hasRouting ) %]
9
                        [% IF ( hasRouting ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-2 / +1 lines)
Lines 135-141 Link Here
135
[% END %]
135
[% END %]
136
136
137
137
138
[% IF ( years ) %]<form name="edition" action="serials-edit.pl" method="post">
138
[% IF ( years ) %]<form name="edition" action="/cgi/bin/koha/serials/serials-edit.pl" method="post">
139
<div id="subscription_years" class="toptabs numbered">
139
<div id="subscription_years" class="toptabs numbered">
140
<ul>
140
<ul>
141
	[% FOREACH year IN years %]
141
	[% FOREACH year IN years %]
142
- 

Return to bug 28719