Bug 14969: Remove C4::Dates from serials/*.pl files
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-history.tt
index 5213b3d..cbfb0a5 100644 (file)
@@ -3,6 +3,7 @@
 [% INCLUDE 'doc-head-open.inc' %]
 <title>Koha &rsaquo; Serials &rsaquo; Subscription history</title>
 [% INCLUDE 'doc-head-close.inc' %]
+[% INCLUDE 'calendar.inc' %]
 </head>
 
 <body id="ser_subscription_history" class="ser">
             <table>
               <tr>
                 <td>Subscription start date</td>
-                <td><input type="text" name="histstartdate" value="[% histstartdate | $KohaDates %]" /> (start date of the 1st subscription)</td>
+                <td>
+                    <input type="text" size="10" name="histstartdate" value="[% histstartdate | $KohaDates %]" class="datepickerfrom" /> (start date of the 1st subscription)
+                    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
+                </td>
               </tr>
               <tr>
                 <td>Subscription end date</td>
-                <td><input type="text" name="histenddate" value="[% histenddate | $KohaDates %]" />(if empty, subscription is still active)</td>
+                <td>
+                    <input type="text" size="10" name="histenddate" value="[% histenddate | $KohaDates %]" class="datepickerto" />(if empty, subscription is still active)
+                    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
+                </td>
               </tr>
               <tr>
                 <td>Received issues</td>