Lines 164-170
$(document).ready(function() {
Link Here
|
164 |
<input type="text" name="publisheddate" value="[% serialslis.publisheddate %]" size="10" maxlength="15" /> |
164 |
<input type="text" name="publisheddate" value="[% serialslis.publisheddate %]" size="10" maxlength="15" /> |
165 |
</td> |
165 |
</td> |
166 |
<td> |
166 |
<td> |
167 |
<input type="text" name="publisheddatetext" value="[% serialslis.publisheddatetext || serialslis.publisheddate %]" size="10" maxlength="15" /> |
167 |
<input type="text" name="publisheddatetext" value="[% serialslis.publisheddatetext || serialslis.publisheddate %]" size="10" maxlength="100" /> |
168 |
</td> |
168 |
</td> |
169 |
<td> |
169 |
<td> |
170 |
<input type="text" id="expecteddate" name="planneddate" value="[% serialslis.planneddate %]" size="10" maxlength="15" /> |
170 |
<input type="text" id="expecteddate" name="planneddate" value="[% serialslis.planneddate %]" size="10" maxlength="15" /> |
Lines 309-315
$(document).ready(function() {
Link Here
|
309 |
<input type="text" name="publisheddate" value="[% newserialloo.publisheddate %]" size="10" maxlength="15" /> |
309 |
<input type="text" name="publisheddate" value="[% newserialloo.publisheddate %]" size="10" maxlength="15" /> |
310 |
</td> |
310 |
</td> |
311 |
<td> |
311 |
<td> |
312 |
<input type="text" name="publisheddatetext" value="[% newserialloo.publisheddatetext || newserialloo.publisheddate %]" size="10" maxlength="15" /> |
312 |
<input type="text" name="publisheddatetext" value="[% newserialloo.publisheddatetext || newserialloo.publisheddate %]" size="10" maxlength="100" /> |
313 |
</td> |
313 |
</td> |
314 |
<td> |
314 |
<td> |
315 |
<input type="text" name="planneddate" id="supexpecteddate" value="[% newserialloo.planneddate %]" size="10" maxlength="15" /> |
315 |
<input type="text" name="planneddate" id="supexpecteddate" value="[% newserialloo.planneddate %]" size="10" maxlength="15" /> |
316 |
- |
|
|