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

(-)a/cataloguing/value_builder/normarc_field_008.pl (-2 / +2 lines)
Lines 58-64 function Focus$function_name(subfield_managed) { Link Here
58
	if ( document.getElementById(\"$field_number\").value ) {
58
	if ( document.getElementById(\"$field_number\").value ) {
59
	}
59
	}
60
	else {
60
	else {
61
        document.getElementById(\"$field_number\").value='$dateentered' + 't        xxu||||| |||| 00| 0 $lang d';
61
        document.getElementById(\"$field_number\").value='$dateentered' + 't        no ||||| |||| 00| 0 $lang d';
62
	}
62
	}
63
    return 1;
63
    return 1;
64
}
64
}
Lines 101-107 sub plugin { Link Here
101
    );
101
    );
102
102
103
    #	$result = "      t        xxu           00  0 eng d" unless $result;
103
    #	$result = "      t        xxu           00  0 eng d" unless $result;
104
    $result = "$dateentered" . "t        xxu||||| |||| 00| 0 $lang d" unless $result;
104
    $result = "$dateentered" . "t        no ||||| |||| 00| 0 $lang d" unless $result;
105
    my $f1    = substr($result, 0,  6);
105
    my $f1    = substr($result, 0,  6);
106
    my $f6    = substr($result, 6,  1);
106
    my $f6    = substr($result, 6,  1);
107
    my $f710  = substr($result, 7,  4);
107
    my $f710  = substr($result, 7,  4);
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql (+1 lines)
Lines 28-30 UPDATE systempreferences SET value = '<p>Viktige lenker kan plasseres her</p>' W Link Here
28
UPDATE systempreferences SET value = '<li><a href="http://worldcat.org/search?q={TITLE}" target="_blank">Andre bibliotek (WorldCat)</a></li><li><a href="http://www.scholar.google.com/scholar?q={TITLE}" target="_blank">Andre databaser (Google Scholar)</a></li><li><a href="http://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr" target="_blank">Nettbutikker (Bookfinder.com)</a></li>' WHERE variable = 'OPACSearchForTitleIn';
28
UPDATE systempreferences SET value = '<li><a href="http://worldcat.org/search?q={TITLE}" target="_blank">Andre bibliotek (WorldCat)</a></li><li><a href="http://www.scholar.google.com/scholar?q={TITLE}" target="_blank">Andre databaser (Google Scholar)</a></li><li><a href="http://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr" target="_blank">Nettbutikker (Bookfinder.com)</a></li>' WHERE variable = 'OPACSearchForTitleIn';
29
UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek';
29
UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek';
30
UPDATE systempreferences SET value = 'A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Æ Ø Å' WHERE variable = 'alphabet';
30
UPDATE systempreferences SET value = 'A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Æ Ø Å' WHERE variable = 'alphabet';
31
UPDATE systempreferences SET value = 'nor' WHERE variable = 'DefaultLanguageField008';
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tt (-4 / +4 lines)
Lines 128-136 Link Here
128
  </tr>
128
  </tr>
129
129
130
	<tr>
130
	<tr>
131
      <td><label for="f1517">15-17 Utgivelsesland</label> See <a href="http://www.loc.gov/marc/countries/countries_code.html">MARC Code List for Countries</a> </td>
131
      <td><label for="f1517">15-17 Utgivelsesland</label> (Se <a href="http://www.nb.no/baser/landekoder/">NORMARC-koder for land</a>)</td>
132
      <td>
132
      <td>
133
              <input type="text" name="f1517" id="f1517" size="3"  maxlength="3" value="[% f1517 %]"/>
133
              <input type="text" name="f1517" id="f1517" size="3"  maxlength="3" value="[% f1517 %]"/> <!-- Default is set by the DefaultLanguageField008 syspref -->
134
      </td>
134
      </td>
135
        </tr>
135
        </tr>
136
				
136
				
Lines 139-145 Link Here
139
<tr><td id="choices" colspan="2"></td></tr>
139
<tr><td id="choices" colspan="2"></td></tr>
140
140
141
<!-- Start second batch of common fields for all formats -->
141
<!-- Start second batch of common fields for all formats -->
142
                <td><label for="f3537">35-37 Språk</label> See <a href="http://www.loc.gov/marc/languages/language_code.html">MARC Code List for Languages</a></td>
142
       <tr>
143
                <td><label for="f3537">35-37 Språk</label> (Se <a href="http://www.nb.no/baser/sprakkoder/">NORMARC-koder for språk</a>)</td>
143
                <td>
144
                <td>
144
                        <input type="text" name="f3537" id="f3537" size="4"  maxlength="4" value="[% f3537 %]"/>
145
                        <input type="text" name="f3537" id="f3537" size="4"  maxlength="4" value="[% f3537 %]"/>
145
                </td>
146
                </td>
146
- 

Return to bug 7055