From: erickson Date: Wed, 25 Apr 2007 17:31:22 +0000 (+0000) Subject: fixed MODS name for still image so camera icon (and record) will display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=457ab2bc77c99cb0099dddfa859e0e80d7dd76e2;p=Evergreen.git fixed MODS name for still image so camera icon (and record) will display git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7163 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/common/js/opac_utils.js b/Open-ILS/web/opac/common/js/opac_utils.js index 1a1f439ea4..57babc144e 100644 --- a/Open-ILS/web/opac/common/js/opac_utils.js +++ b/Open-ILS/web/opac/common/js/opac_utils.js @@ -770,7 +770,7 @@ var resourceFormats = [ "text", "moving image", "sound recording", "software, multimedia", - "still images", + "still image", "cartographic", "mixed material", "notated music", @@ -791,7 +791,7 @@ function modsFormatToMARC(format) { return "j"; case "software, multimedia": return "m"; - case "still images": + case "still image": return "k"; case "cartographic": return "ef"; @@ -820,7 +820,7 @@ function MARCFormatToMods(format) { case "m": return "software, multimedia"; case "k": - return "still images"; + return "still image"; case "e": case "f": return "cartographic"; diff --git a/Open-ILS/web/opac/skin/default/xml/result/result_table.xml b/Open-ILS/web/opac/skin/default/xml/result/result_table.xml index 1afc031405..5a8ff081ef 100644 --- a/Open-ILS/web/opac/skin/default/xml/result/result_table.xml +++ b/Open-ILS/web/opac/skin/default/xml/result/result_table.xml @@ -108,7 +108,7 @@ - +