|
Lines 220-226
Link Here
|
| 220 |
[% END %] |
220 |
[% END %] |
| 221 |
</div> |
221 |
</div> |
| 222 |
|
222 |
|
| 223 |
<form id="add_additional_content" method="post" action="/cgi-bin/koha/tools/additional-contents.pl" class="validate"> |
223 |
<form id="add_additional_content" method="post" action="/cgi-bin/koha/tools/additional-contents.pl" class="validated"> |
| 224 |
[% INCLUDE 'csrf-token.inc' %] |
224 |
[% INCLUDE 'csrf-token.inc' %] |
| 225 |
<input type="hidden" name="op" value="cud-add_validate" /> |
225 |
<input type="hidden" name="op" value="cud-add_validate" /> |
| 226 |
<input type="hidden" name="category" value="[% category | html %]" /> |
226 |
<input type="hidden" name="category" value="[% category | html %]" /> |
|
Lines 260-267
Link Here
|
| 260 |
</li> |
260 |
</li> |
| 261 |
[% END %] |
261 |
[% END %] |
| 262 |
<li> |
262 |
<li> |
| 263 |
<label for="from">Publication date: </label> |
263 |
<label for="from" class="required">Publication date: </label> |
| 264 |
<input id="from" type="text" name="published_on" size="15" value="[% additional_content.published_on | html %]" class="flatpickr" data-date_to="to" /> |
264 |
<input id="from" type="text" name="published_on" size="15" value="[% additional_content.published_on | html %]" class="flatpickr" data-date_to="to" required="required" class="required" /> |
|
|
265 |
<span class="required">Required</span> |
| 265 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
266 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
| 266 |
</li> |
267 |
</li> |
| 267 |
<li> |
268 |
<li> |
| 268 |
- |
|
|