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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-3 / +6 lines)
Lines 13-19 Link Here
13
            return true;
13
            return true;
14
        }
14
        }
15
        else {
15
        else {
16
            alert(_("You must enter a date !"));
16
            alert(_("You must enter a date!"));
17
            document.f.date.focus();
17
            document.f.date.focus();
18
            return false;
18
            return false;
19
        }
19
        }
Lines 78-84 Link Here
78
        <tr>
78
        <tr>
79
            <th>ISSN</th>
79
            <th>ISSN</th>
80
            <th>Title</th>
80
            <th>Title</th>
81
            <th>Note</th>
81
            <th>OPAC note</th>
82
            <th>Nonpublic note</th>
82
            <th>Expiration date</th>
83
            <th>Expiration date</th>
83
			<th colspan="2">&nbsp;</th>
84
			<th colspan="2">&nbsp;</th>
84
        </tr>
85
        </tr>
Lines 102-107 Link Here
102
                [% subscriptions_loo.notes %]
103
                [% subscriptions_loo.notes %]
103
            </td>
104
            </td>
104
            <td>
105
            <td>
106
                [% subscriptions_loo.internalnotes %]
107
            </td>
108
            <td>
105
                [% subscriptions_loo.expirationdate %]
109
                [% subscriptions_loo.expirationdate %]
106
            </td>
110
            </td>
107
            <td><a href="/cgi-bin/koha/serials/subscription-add.pl?op=modify&amp;subscriptionid=[% subscriptions_loo.subscriptionid %]">Edit</a></td>
111
            <td><a href="/cgi-bin/koha/serials/subscription-add.pl?op=modify&amp;subscriptionid=[% subscriptions_loo.subscriptionid %]">Edit</a></td>
108
- 

Return to bug 10570