View | Details | Raw Unified | Return to bug 2567
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tmpl (-7 / +6 lines)
Lines 131-137 Link Here
131
        </tr>
131
        </tr>
132
	 <tr>
132
	 <tr>
133
                <td><label for="f1821">18-21 Illustrations</label> </td>
133
                <td><label for="f1821">18-21 Illustrations</label> </td>
134
		<td>(auto-filled from 300)<input type="hidden" name="f1821" id="f1821" size="4"  maxlength="4" value="<!-- TMPL_VAR NAME="f1821" -->"/></td>
134
		<td><input type="text" name="f1821" id="f1821" size="4"  maxlength="4" value="<!-- TMPL_VAR NAME="f1821" -->"/></td>
135
        </tr>
135
        </tr>
136
	<tr>
136
	<tr>
137
                <!-- 22 Target Audience -->
137
                <!-- 22 Target Audience -->
Lines 264-271 Link Here
264
	</tr>
264
	</tr>
265
	<tr>
265
	<tr>
266
                <td><label for="f2427">24-27 Nature of contents</label> </td>
266
                <td><label for="f2427">24-27 Nature of contents</label> </td>
267
                <td>(Derived value)
267
                <td>
268
                        <input type="hidden" name="f2427" id="f2427" size="4" maxlength="4" value="<!-- TMPL_VAR NAME="f2427" -->"/>                </td>
268
                        <input type="text" name="f2427" id="f2427" size="4" maxlength="4" value="<!-- TMPL_VAR NAME="f2427" -->"/>                </td>
269
        </tr>
269
        </tr>
270
        <tr>
270
        <tr>
271
                <td><label for="f28">28- Government Publication</label></td>
271
                <td><label for="f28">28- Government Publication</label></td>
Lines 636-645 function report() { Link Here
636
			// }
636
			// }
637
			//MR
637
			//MR
638
			(document.f_pop.f1517.value+"   ").substr(0,3)+
638
			(document.f_pop.f1517.value+"   ").substr(0,3)+
639
			document.f_pop.f1821.value+
639
			(document.f_pop.f1821.value+"    ").substr(0,4)+
640
			document.f_pop.f22.value+
640
			document.f_pop.f22.value+
641
			document.f_pop.f23.value+
641
			document.f_pop.f23.value+
642
			document.f_pop.f2427.value+
642
			(document.f_pop.f2427.value+"    ").substr(0,4)+
643
			document.f_pop.f28.value+
643
			document.f_pop.f28.value+
644
			document.f_pop.f29.value+
644
			document.f_pop.f29.value+
645
			document.f_pop.f30.value+
645
			document.f_pop.f30.value+
Lines 656-659 function report() { Link Here
656
	//]]>
656
	//]]>
657
</script>
657
</script>
658
658
659
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
659
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
660
- 

Return to bug 2567