Update VOKAL icon set
authorIan Walls <ian.walls@bywatersolutions.com>
Fri, 20 Aug 2010 17:02:24 +0000 (13:02 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 12:09:22 +0000 (08:09 -0400)
The Green Mountain Library Consortium has updated the 'vokal' item type
image set to include new and updated icons, including:
Puzzles and Games
BLURAY
Hardware
Educational Media
Fiction, Nonfiction, New and Holiday books
ILL materials

Smaller versions of all the icons (32 px) are included as well.

Sorting of the icons has been included in this patch to group
large and small versions of these icons together, as well as make large
icon sets easier to visually scan (the 'bridge' set benefits from this,
as well) .

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
13 files changed:
C4/Koha.pm
koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BOOK.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-32px.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word-32px.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word.png
koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass-32px.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass.png
koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/BOOK.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Book-32px.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Kit_Bag_Word-32px.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Kit_Bag_Word.png
koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/MuseumPass-32px.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/MuseumPass.png

index fb27ee2..89bb518 100644 (file)
@@ -598,6 +598,7 @@ sub _getImagesFromDirectory {
     if ( opendir ( my $dh, $directoryname ) ) {
         my @images = grep { /\.(gif|png)$/i } readdir( $dh );
         closedir $dh;
+        @images = sort(@images);
         return @images;
     } else {
         warn "unable to opendir $directoryname: $!";
diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BOOK.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BOOK.png
new file mode 100644 (file)
index 0000000..b6fe7ac
Binary files /dev/null and b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BOOK.png differ
diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-32px.png
new file mode 100644 (file)
index 0000000..c0aaad5
Binary files /dev/null and b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-32px.png differ
diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word-32px.png
new file mode 100644 (file)
index 0000000..722fb7f
Binary files /dev/null and b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word-32px.png differ
index 530e3d5..939613c 100644 (file)
Binary files a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word.png and b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word.png differ
diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass-32px.png
new file mode 100644 (file)
index 0000000..2bed6c7
Binary files /dev/null and b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass-32px.png differ
index 11e9427..4963df5 100644 (file)
Binary files a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass.png and b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass.png differ
diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/BOOK.png b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/BOOK.png
new file mode 100644 (file)
index 0000000..b6fe7ac
Binary files /dev/null and b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/BOOK.png differ
diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Book-32px.png b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Book-32px.png
new file mode 100644 (file)
index 0000000..c0aaad5
Binary files /dev/null and b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Book-32px.png differ
diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Kit_Bag_Word-32px.png b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Kit_Bag_Word-32px.png
new file mode 100644 (file)
index 0000000..722fb7f
Binary files /dev/null and b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Kit_Bag_Word-32px.png differ
index 530e3d5..939613c 100644 (file)
Binary files a/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Kit_Bag_Word.png and b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/Kit_Bag_Word.png differ
diff --git a/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/MuseumPass-32px.png b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/MuseumPass-32px.png
new file mode 100644 (file)
index 0000000..2bed6c7
Binary files /dev/null and b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/MuseumPass-32px.png differ
index 11e9427..4963df5 100644 (file)
Binary files a/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/MuseumPass.png and b/koha-tmpl/opac-tmpl/prog/itemtypeimg/vokal/MuseumPass.png differ