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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt (-2 / +2 lines)
Lines 30-38 Link Here
30
<input type="hidden" name="result" id="result" value="[% result | html %]" />
30
<input type="hidden" name="result" id="result" value="[% result | html %]" />
31
<table id="table_material_types">
31
<table id="table_material_types">
32
    <tr id="tr_material_types">
32
    <tr id="tr_material_types">
33
        <td><label for="material_type" title="Select a type of material to specify the variable values">Type of Material</label></td>
33
        <td><label for="material_type" title="Select a type of material to specify the variable values. Pre-populated based on Leader/06.">Type of Material</label></td>
34
        <td>
34
        <td>
35
            <select name="material_type" id="material_type" title="Select a type of material to specify the variable values" onchange="changeTypeofMaterial(this.form)">
35
            <select name="material_type" id="material_type" title="Select a type of material to specify the variable values. Default selection is based on value in the Leader/06." onchange="changeTypeofMaterial(this.form)">
36
                <option value="">Select a type of material</option>
36
                <option value="">Select a type of material</option>
37
            </select>
37
            </select>
38
        </td>
38
        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt (-3 / +2 lines)
Lines 47-55 Link Here
47
		</td>
47
		</td>
48
	</tr>
48
	</tr>
49
	<tr>
49
	<tr>
50
		<td><label for="f6">6- Type of record</label></td>
50
		<td><label for="f6" title="This controls the default configuration of the 008 field">6- Type of record</label></td>
51
		<td>
51
		<td>
52
            <select name="f6" id="f6">
52
            <select name="f6" title="The selection here affects the default configuration of the 008 field" id="f6">
53
			[% IF ( f6a ) %]
53
			[% IF ( f6a ) %]
54
				<option value="a" selected="selected">a- Language material</option>
54
				<option value="a" selected="selected">a- Language material</option>
55
			[% ELSE %]
55
			[% ELSE %]
56
- 

Return to bug 30871