Lines 183-189
$(document).ready(function() {
Link Here
|
183 |
<input type="text" name="publisheddate" value="[% serialslis.publisheddate %]" size="10" maxlength="15" /> |
183 |
<input type="text" name="publisheddate" value="[% serialslis.publisheddate %]" size="10" maxlength="15" /> |
184 |
</td> |
184 |
</td> |
185 |
<td> |
185 |
<td> |
186 |
<input type="text" name="publisheddatetext" value="[% serialslis.publisheddatetext || serialslis.publisheddate %]" size="10" maxlength="15" /> |
186 |
<input type="text" name="publisheddatetext" value="[% serialslis.publisheddatetext || serialslis.publisheddate %]" size="10" maxlength="100" /> |
187 |
</td> |
187 |
</td> |
188 |
<td> |
188 |
<td> |
189 |
<input type="text" id="expecteddate" name="planneddate" value="[% serialslis.planneddate %]" size="10" maxlength="15" /> |
189 |
<input type="text" id="expecteddate" name="planneddate" value="[% serialslis.planneddate %]" size="10" maxlength="15" /> |
Lines 303-309
$(document).ready(function() {
Link Here
|
303 |
<input type="text" name="publisheddate" value="[% newserialloo.publisheddate %]" size="10" maxlength="15" /> |
303 |
<input type="text" name="publisheddate" value="[% newserialloo.publisheddate %]" size="10" maxlength="15" /> |
304 |
</td> |
304 |
</td> |
305 |
<td> |
305 |
<td> |
306 |
<input type="text" name="publisheddatetext" value="[% newserialloo.publisheddatetext || newserialloo.publisheddate %]" size="10" maxlength="15" /> |
306 |
<input type="text" name="publisheddatetext" value="[% newserialloo.publisheddatetext || newserialloo.publisheddate %]" size="10" maxlength="100" /> |
307 |
</td> |
307 |
</td> |
308 |
<td> |
308 |
<td> |
309 |
<input type="text" name="planneddate" id="supexpecteddate" value="[% newserialloo.planneddate %]" size="10" maxlength="15" /> |
309 |
<input type="text" name="planneddate" id="supexpecteddate" value="[% newserialloo.planneddate %]" size="10" maxlength="15" /> |
310 |
- |
|
|