|
Lines 224-230
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
Link Here
|
| 224 |
<legend>Serials planning</legend> |
224 |
<legend>Serials planning</legend> |
| 225 |
<ol> |
225 |
<ol> |
| 226 |
<li> |
226 |
<li> |
| 227 |
<label for="firstacquidate" class="required">First issue publication date:</label> |
227 |
<label for="acqui_date" class="required">First issue publication date:</label> |
| 228 |
[% UNLESS (more_than_one_serial) %] |
228 |
[% UNLESS (more_than_one_serial) %] |
| 229 |
<input type="text" size="10" id="acqui_date" name="firstacquidate" value="[% firstacquidate | $KohaDates %]" class="datepicker required" required="required" /> |
229 |
<input type="text" size="10" id="acqui_date" name="firstacquidate" value="[% firstacquidate | $KohaDates %]" class="datepicker required" required="required" /> |
| 230 |
[% ELSE %] |
230 |
[% ELSE %] |
|
Lines 288-298
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
Link Here
|
| 288 |
<input type="hidden" name="issuelengthcount"> |
288 |
<input type="hidden" name="issuelengthcount"> |
| 289 |
</li> |
289 |
</li> |
| 290 |
<li> |
290 |
<li> |
| 291 |
<label for="startdate" class="required"> Subscription start date:</label> |
291 |
<label for="from" class="required"> Subscription start date:</label> |
| 292 |
<input type="text" size="10" id="from" name="startdate" value="[% startdate | $KohaDates %]" class="datepickerfrom required" required="required" /> |
292 |
<input type="text" size="10" id="from" name="startdate" value="[% startdate | $KohaDates %]" class="datepickerfrom required" required="required" /> |
| 293 |
</li> |
293 |
</li> |
| 294 |
<li> |
294 |
<li> |
| 295 |
<label for="enddate">Subscription end date:</label> |
295 |
<label for="to">Subscription end date:</label> |
| 296 |
<input type="text" size="10" id="to" name="enddate" value="[% enddate | $KohaDates %]" class="datepickerto" /> |
296 |
<input type="text" size="10" id="to" name="enddate" value="[% enddate | $KohaDates %]" class="datepickerto" /> |
| 297 |
</li> |
297 |
</li> |
| 298 |
<li> |
298 |
<li> |
| 299 |
- |
|
|