Bugzilla – Attachment 36005 Details for
Bug 13642
Adding new features for Dublin Core metadata
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 13642 [ENH] 1/2 Adding new features for Dublin Core metadata
Signed-off-Bug-13642-ENH-Adding-new-features-for-D.patch (text/plain), 1.56 MB, created by
Marc Véron
on 2015-02-18 20:57:38 UTC
(
hide
)
Description:
[Signed-off] Bug 13642 [ENH] 1/2 Adding new features for Dublin Core metadata
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-02-18 20:57:38 UTC
Size:
1.56 MB
patch
obsolete
>From 9eb97cced45f9fd3f5e436748f26742a14af7c26 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Wed, 4 Feb 2015 09:11:58 -0600 >Subject: [PATCH] [Signed-off] Bug 13642 [ENH] Adding new features for Dublin > Core metadata >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >When Koha export a bibliographic record to DC, makes it in XML format. This XML is not well-formed document and do not follows the DC-XML recommendations as should be. New feature, adds an ability to export Dublin Core metadata to XML and RDF (including rdfxml, rdfjson, ntriples, turtle, etc.) > >Test plan >--------------- >1) Download Dublin Core file. Open up the file, and make sure that the document is not well formed >2) Apply patch. >3) Go to whichever bib record in OPAC or staff and click on Save > Dublin Core. A modal will display, prove all options. >4) Change the system preference 'Opac ExportOptions' by enabling and disabling Dublin Core and try to download a record in the OPAC. >5) Try several bibliographic records in any format (book, magazine, DVD, etc.) to confirm that properly exported. >6) RDF/XML can be validated per RDF Validator W3C and OAI-DC can be validated by other validator. > >Sponsored-by: Universidad de El Salvador > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >XML::Entities not found in .deb package >New patch for work with librdf-helper-perl (2.0) and librdf-trine-perl (1.000). >RDF::Trine and RDF::Helper not need to be upgraded. Tested in both (upgraded and not upgraded) >Fix some utf8 encoding. > >Tested with both patches, followed test plan, works as expected >Signed-off-by: Marc Véron <veron@veron.ch> >--- > C4/Installer/PerlDependencies.pm | 20 + > C4/Record.pm | 106 ++- > Koha/DublinCoreTransformer.pm | 913 ++++++++++++++++++++ > catalogue/export.pl | 30 +- > debian/control | 20 +- > docs/CAS/CASProxy/examples/casSession.tmp | Bin 134 -> 134 bytes > koha-tmpl/favicon.ico | Bin 1406 -> 1406 bytes > .../bootstrap/img/glyphicons-halflings-white.png | Bin 8777 -> 8777 bytes > .../lib/bootstrap/img/glyphicons-halflings.png | Bin 12799 -> 12799 bytes > .../intranet-tmpl/lib/greybox/GreyBox_v5_5.zip | Bin 180408 -> 180408 bytes > .../GreyBox_v5_5/adobe_images/nav_buttons.psd | Bin 165140 -> 165140 bytes > .../GreyBox_v5_5/greybox_source/base/indicator.gif | Bin 8238 -> 8238 bytes > .../greybox_source/gallery/g_close.gif | Bin 541 -> 541 bytes > .../GreyBox_v5_5/greybox_source/set/next.gif | Bin 528 -> 528 bytes > .../GreyBox_v5_5/greybox_source/set/prev.gif | Bin 525 -> 525 bytes > .../greybox_source/window/header_bg.gif | Bin 1188 -> 1188 bytes > .../GreyBox_v5_5/greybox_source/window/w_close.gif | Bin 74 -> 74 bytes > .../lib/greybox/GreyBox_v5_5/static_files/logo.gif | Bin 4514 -> 4514 bytes > .../GreyBox_v5_5/static_files/night_valley.jpg | Bin 46740 -> 46740 bytes > .../static_files/night_valley_thumb.gif | Bin 4410 -> 4410 bytes > .../static_files/night_valley_thumb.jpg | Bin 2524 -> 2524 bytes > .../lib/greybox/GreyBox_v5_5/static_files/salt.jpg | Bin 54124 -> 54124 bytes > .../GreyBox_v5_5/static_files/salt_thumb.gif | Bin 3061 -> 3061 bytes > koha-tmpl/intranet-tmpl/lib/greybox/g_close.gif | Bin 541 -> 541 bytes > koha-tmpl/intranet-tmpl/lib/greybox/header_bg.gif | Bin 1188 -> 1188 bytes > koha-tmpl/intranet-tmpl/lib/greybox/indicator.gif | Bin 8238 -> 8238 bytes > koha-tmpl/intranet-tmpl/lib/greybox/next.gif | Bin 528 -> 528 bytes > koha-tmpl/intranet-tmpl/lib/greybox/prev.gif | Bin 525 -> 525 bytes > koha-tmpl/intranet-tmpl/lib/greybox/w_close.gif | Bin 74 -> 74 bytes > .../jquery/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 212 -> 212 bytes > .../jquery/images/ui-bg_flat_75_ffffff_40x100.png | Bin 208 -> 208 bytes > .../jquery/images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 335 -> 335 bytes > .../jquery/images/ui-bg_glass_65_ffffff_1x400.png | Bin 207 -> 207 bytes > .../jquery/images/ui-bg_glass_75_dadada_1x400.png | Bin 262 -> 262 bytes > .../jquery/images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 262 -> 262 bytes > .../jquery/images/ui-bg_glass_95_fef1ec_1x400.png | Bin 332 -> 332 bytes > .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 280 -> 280 bytes > .../lib/jquery/images/ui-icons_222222_256x240.png | Bin 6922 -> 6922 bytes > .../lib/jquery/images/ui-icons_2e83ff_256x240.png | Bin 4549 -> 4549 bytes > .../lib/jquery/images/ui-icons_454545_256x240.png | Bin 6992 -> 6992 bytes > .../lib/jquery/images/ui-icons_888888_256x240.png | Bin 6999 -> 6999 bytes > .../lib/jquery/images/ui-icons_cd0a0a_256x240.png | Bin 4549 -> 4549 bytes > .../lib/jquery/plugins/themes/classic/d.gif | Bin 3003 -> 3003 bytes > .../lib/jquery/plugins/themes/classic/d.png | Bin 7535 -> 7535 bytes > .../jquery/plugins/themes/classic/dot_for_ie.gif | Bin 43 -> 43 bytes > .../lib/jquery/plugins/themes/classic/throbber.gif | Bin 1849 -> 1849 bytes > .../tiny_mce/themes/advanced/img/colorpicker.jpg | Bin 2584 -> 2584 bytes > .../lib/tiny_mce/themes/advanced/img/flash.gif | Bin 239 -> 239 bytes > .../lib/tiny_mce/themes/advanced/img/icons.gif | Bin 11982 -> 11982 bytes > .../lib/tiny_mce/themes/advanced/img/iframe.gif | Bin 600 -> 600 bytes > .../lib/tiny_mce/themes/advanced/img/pagebreak.gif | Bin 325 -> 325 bytes > .../lib/tiny_mce/themes/advanced/img/quicktime.gif | Bin 301 -> 301 bytes > .../lib/tiny_mce/themes/advanced/img/realmedia.gif | Bin 439 -> 439 bytes > .../lib/tiny_mce/themes/advanced/img/shockwave.gif | Bin 384 -> 384 bytes > .../lib/tiny_mce/themes/advanced/img/trans.gif | Bin 43 -> 43 bytes > .../lib/tiny_mce/themes/advanced/img/video.gif | Bin 597 -> 597 bytes > .../tiny_mce/themes/advanced/img/windowsmedia.gif | Bin 415 -> 415 bytes > .../themes/advanced/skins/default/img/buttons.png | Bin 3133 -> 3133 bytes > .../themes/advanced/skins/default/img/items.gif | Bin 64 -> 64 bytes > .../advanced/skins/default/img/menu_arrow.gif | Bin 68 -> 68 bytes > .../advanced/skins/default/img/menu_check.gif | Bin 70 -> 70 bytes > .../themes/advanced/skins/default/img/progress.gif | Bin 1787 -> 1787 bytes > .../themes/advanced/skins/default/img/tabs.gif | Bin 1322 -> 1322 bytes > .../themes/advanced/skins/o2k7/img/button_bg.png | Bin 2766 -> 2766 bytes > .../advanced/skins/o2k7/img/button_bg_black.png | Bin 651 -> 651 bytes > .../advanced/skins/o2k7/img/button_bg_silver.png | Bin 2084 -> 2084 bytes > .../lib/tiny_mce/themes/simple/img/icons.gif | Bin 806 -> 806 bytes > .../themes/simple/skins/o2k7/img/button_bg.png | Bin 5102 -> 5102 bytes > .../prog/en/css/treeview/images/file.gif | Bin 110 -> 110 bytes > .../prog/en/css/treeview/images/folder-closed.gif | Bin 105 -> 105 bytes > .../prog/en/css/treeview/images/folder.gif | Bin 106 -> 106 bytes > .../prog/en/css/treeview/images/minus.gif | Bin 837 -> 837 bytes > .../prog/en/css/treeview/images/plus.gif | Bin 841 -> 841 bytes > .../en/css/treeview/images/treeview-black-line.gif | Bin 1877 -> 1877 bytes > .../prog/en/css/treeview/images/treeview-black.gif | Bin 1216 -> 1216 bytes > .../css/treeview/images/treeview-default-line.gif | Bin 1993 -> 1993 bytes > .../en/css/treeview/images/treeview-default.gif | Bin 1222 -> 1222 bytes > .../treeview/images/treeview-famfamfam-line.gif | Bin 807 -> 807 bytes > .../en/css/treeview/images/treeview-famfamfam.gif | Bin 1280 -> 1280 bytes > .../en/css/treeview/images/treeview-gray-line.gif | Bin 1877 -> 1877 bytes > .../prog/en/css/treeview/images/treeview-gray.gif | Bin 1230 -> 1230 bytes > .../en/css/treeview/images/treeview-red-line.gif | Bin 1877 -> 1877 bytes > .../prog/en/css/treeview/images/treeview-red.gif | Bin 1230 -> 1230 bytes > .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- > .../skins/sam/menu-button-arrow-disabled.png | Bin 173 -> 173 bytes > .../button/assets/skins/sam/menu-button-arrow.png | Bin 173 -> 173 bytes > .../assets/skins/sam/split-button-arrow-active.png | Bin 280 -> 280 bytes > .../skins/sam/split-button-arrow-disabled.png | Bin 185 -> 185 bytes > .../assets/skins/sam/split-button-arrow-focus.png | Bin 185 -> 185 bytes > .../assets/skins/sam/split-button-arrow-hover.png | Bin 185 -> 185 bytes > .../button/assets/skins/sam/split-button-arrow.png | Bin 185 -> 185 bytes > .../prog/en/lib/yui/container/assets/alrt16_1.gif | Bin 971 -> 971 bytes > .../prog/en/lib/yui/container/assets/blck16_1.gif | Bin 591 -> 591 bytes > .../prog/en/lib/yui/container/assets/close12_1.gif | Bin 85 -> 85 bytes > .../prog/en/lib/yui/container/assets/hlp16_1.gif | Bin 928 -> 928 bytes > .../prog/en/lib/yui/container/assets/info16_1.gif | Bin 601 -> 601 bytes > .../prog/en/lib/yui/container/assets/tip16_1.gif | Bin 552 -> 552 bytes > .../prog/en/lib/yui/container/assets/warn16_1.gif | Bin 580 -> 580 bytes > .../prog/en/lib/yui/menu-button-arrow-disabled.png | Bin 173 -> 173 bytes > .../prog/en/lib/yui/menu-button-arrow.png | Bin 173 -> 173 bytes > .../en/lib/yui/menu/assets/menu_down_arrow.png | Bin 3624 -> 3624 bytes > .../yui/menu/assets/menu_down_arrow_disabled.png | Bin 3621 -> 3621 bytes > .../prog/en/lib/yui/menu/assets/menu_up_arrow.png | Bin 936 -> 936 bytes > .../lib/yui/menu/assets/menu_up_arrow_disabled.png | Bin 936 -> 936 bytes > .../menu/assets/menubaritem_submenuindicator.png | Bin 3623 -> 3623 bytes > .../menubaritem_submenuindicator_disabled.png | Bin 3623 -> 3623 bytes > .../menubaritem_submenuindicator_selected.png | Bin 3623 -> 3623 bytes > .../en/lib/yui/menu/assets/menuitem_checkbox.png | Bin 956 -> 956 bytes > .../yui/menu/assets/menuitem_checkbox_disabled.png | Bin 956 -> 956 bytes > .../yui/menu/assets/menuitem_checkbox_selected.png | Bin 956 -> 956 bytes > .../yui/menu/assets/menuitem_submenuindicator.png | Bin 942 -> 942 bytes > .../assets/menuitem_submenuindicator_disabled.png | Bin 942 -> 942 bytes > .../assets/menuitem_submenuindicator_selected.png | Bin 942 -> 942 bytes > .../skins/sam/menubaritem_submenuindicator.png | Bin 3618 -> 3618 bytes > .../sam/menubaritem_submenuindicator_disabled.png | Bin 3618 -> 3618 bytes > .../menu/assets/skins/sam/menuitem_checkbox.png | Bin 3625 -> 3625 bytes > .../skins/sam/menuitem_checkbox_disabled.png | Bin 3625 -> 3625 bytes > .../assets/skins/sam/menuitem_submenuindicator.png | Bin 3617 -> 3617 bytes > .../sam/menuitem_submenuindicator_disabled.png | Bin 3617 -> 3617 bytes > .../prog/en/lib/yui/split-button-arrow-active.png | Bin 280 -> 280 bytes > .../en/lib/yui/split-button-arrow-disabled.png | Bin 185 -> 185 bytes > .../prog/en/lib/yui/split-button-arrow-focus.png | Bin 185 -> 185 bytes > .../prog/en/lib/yui/split-button-arrow-hover.png | Bin 185 -> 185 bytes > .../prog/en/lib/yui/split-button-arrow.png | Bin 185 -> 185 bytes > koha-tmpl/intranet-tmpl/prog/en/lib/yui/sprite.png | Bin 3123 -> 3123 bytes > .../prog/en/modules/catalogue/detail.tt | 130 ++- > koha-tmpl/intranet-tmpl/prog/img/approve.gif | Bin 204 -> 204 bytes > koha-tmpl/intranet-tmpl/prog/img/arrow-bullet.gif | Bin 48 -> 48 bytes > koha-tmpl/intranet-tmpl/prog/img/asc.gif | Bin 250 -> 250 bytes > koha-tmpl/intranet-tmpl/prog/img/ascdesc.gif | Bin 264 -> 264 bytes > .../prog/img/background_koha_logo.png | Bin 8540 -> 8540 bytes > koha-tmpl/intranet-tmpl/prog/img/cart-small.gif | Bin 456 -> 456 bytes > koha-tmpl/intranet-tmpl/prog/img/cart.gif | Bin 330 -> 330 bytes > koha-tmpl/intranet-tmpl/prog/img/checkall.gif | Bin 83 -> 83 bytes > koha-tmpl/intranet-tmpl/prog/img/clear-field.png | Bin 279 -> 279 bytes > koha-tmpl/intranet-tmpl/prog/img/clone-field.png | Bin 262 -> 262 bytes > .../intranet-tmpl/prog/img/clone-subfield.png | Bin 263 -> 263 bytes > koha-tmpl/intranet-tmpl/prog/img/collapse.gif | Bin 57 -> 57 bytes > koha-tmpl/intranet-tmpl/prog/img/css_header.png | Bin 897 -> 897 bytes > .../prog/img/datatables/back_disabled.jpg | Bin 612 -> 612 bytes > .../prog/img/datatables/back_enabled.jpg | Bin 807 -> 807 bytes > .../prog/img/datatables/forward_disabled.jpg | Bin 635 -> 635 bytes > .../prog/img/datatables/forward_enabled.jpg | Bin 852 -> 852 bytes > .../intranet-tmpl/prog/img/datatables/sort_asc.png | Bin 263 -> 263 bytes > .../prog/img/datatables/sort_asc_disabled.png | Bin 252 -> 252 bytes > .../prog/img/datatables/sort_both.png | Bin 282 -> 282 bytes > .../prog/img/datatables/sort_desc.png | Bin 260 -> 260 bytes > .../prog/img/datatables/sort_desc_disabled.png | Bin 251 -> 251 bytes > .../intranet-tmpl/prog/img/delete-subfield.png | Bin 266 -> 266 bytes > koha-tmpl/intranet-tmpl/prog/img/delete-tag.png | Bin 244 -> 244 bytes > koha-tmpl/intranet-tmpl/prog/img/deny.gif | Bin 381 -> 381 bytes > koha-tmpl/intranet-tmpl/prog/img/desc.gif | Bin 61 -> 61 bytes > .../intranet-tmpl/prog/img/dropshadow-alpha.png | Bin 3403 -> 3403 bytes > .../intranet-tmpl/prog/img/dropshadow-mask.gif | Bin 4043 -> 4043 bytes > koha-tmpl/intranet-tmpl/prog/img/dropshadow.gif | Bin 4364 -> 4364 bytes > koha-tmpl/intranet-tmpl/prog/img/edit-tag.png | Bin 264 -> 264 bytes > koha-tmpl/intranet-tmpl/prog/img/elipsis.gif | Bin 51 -> 51 bytes > koha-tmpl/intranet-tmpl/prog/img/expand.gif | Bin 57 -> 57 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/AR.png | Bin 622 -> 622 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/BK.png | Bin 593 -> 593 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/CF.png | Bin 620 -> 620 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/GR.png | Bin 606 -> 606 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/MM.png | Bin 760 -> 760 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/MP.png | Bin 804 -> 804 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/MU.png | Bin 610 -> 610 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/MX.png | Bin 760 -> 760 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/PR.png | Bin 385 -> 385 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/SE.png | Bin 658 -> 658 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/ST.png | Bin 789 -> 789 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/TD.png | Bin 452 -> 452 bytes > koha-tmpl/intranet-tmpl/prog/img/famfamfam/VM.png | Bin 653 -> 653 bytes > .../intranet-tmpl/prog/img/famfamfam/silk/book.png | Bin 593 -> 593 bytes > .../prog/img/famfamfam/silk/book_link.png | Bin 789 -> 789 bytes > .../prog/img/famfamfam/silk/book_open.png | Bin 622 -> 622 bytes > .../prog/img/famfamfam/silk/calendar.png | Bin 675 -> 675 bytes > .../prog/img/famfamfam/silk/computer_link.png | Bin 792 -> 792 bytes > .../prog/img/famfamfam/silk/cross.png | Bin 655 -> 655 bytes > .../prog/img/famfamfam/silk/error.png | Bin 666 -> 666 bytes > .../intranet-tmpl/prog/img/famfamfam/silk/film.png | Bin 653 -> 653 bytes > .../intranet-tmpl/prog/img/famfamfam/silk/map.png | Bin 804 -> 804 bytes > .../prog/img/famfamfam/silk/music.png | Bin 385 -> 385 bytes > .../prog/img/famfamfam/silk/newspaper.png | Bin 658 -> 658 bytes > .../prog/img/famfamfam/silk/page_white_acrobat.png | Bin 591 -> 591 bytes > .../prog/img/famfamfam/silk/page_white_code.png | Bin 603 -> 603 bytes > .../prog/img/famfamfam/silk/page_white_excel.png | Bin 663 -> 663 bytes > .../prog/img/famfamfam/silk/report_disk.png | Bin 760 -> 760 bytes > .../prog/img/famfamfam/silk/sound.png | Bin 610 -> 610 bytes > koha-tmpl/intranet-tmpl/prog/img/favicon.ico | Bin 1406 -> 1406 bytes > koha-tmpl/intranet-tmpl/prog/img/filefind.png | Bin 2479 -> 2479 bytes > .../intranet-tmpl/prog/img/first-disabled.png | Bin 843 -> 843 bytes > koha-tmpl/intranet-tmpl/prog/img/first.png | Bin 720 -> 720 bytes > .../prog/img/glyphicons-halflings-koha.png | Bin 27260 -> 27260 bytes > .../prog/img/glyphicons-halflings-white-koha.png | Bin 23022 -> 23022 bytes > koha-tmpl/intranet-tmpl/prog/img/go-bottom.png | Bin 663 -> 663 bytes > koha-tmpl/intranet-tmpl/prog/img/go-down.png | Bin 683 -> 683 bytes > koha-tmpl/intranet-tmpl/prog/img/go-top.png | Bin 636 -> 636 bytes > koha-tmpl/intranet-tmpl/prog/img/go-up.png | Bin 652 -> 652 bytes > koha-tmpl/intranet-tmpl/prog/img/item-bullet.gif | Bin 59 -> 59 bytes > .../prog/img/itemtypeimg/Seshat/AV.gif | Bin 3769 -> 3769 bytes > .../prog/img/itemtypeimg/Seshat/AV.jpg | Bin 4513 -> 4513 bytes > .../prog/img/itemtypeimg/Seshat/DVD.gif | Bin 3188 -> 3188 bytes > .../prog/img/itemtypeimg/Seshat/DVDreserve.gif | Bin 3153 -> 3153 bytes > .../prog/img/itemtypeimg/Seshat/ILL.gif | Bin 3440 -> 3440 bytes > .../prog/img/itemtypeimg/Seshat/ILL.jpg | Bin 4349 -> 4349 bytes > .../prog/img/itemtypeimg/Seshat/archivalCD.gif | Bin 3081 -> 3081 bytes > .../prog/img/itemtypeimg/Seshat/archivalDVD.gif | Bin 3126 -> 3126 bytes > .../prog/img/itemtypeimg/Seshat/archivalVHS.gif | Bin 3645 -> 3645 bytes > .../prog/img/itemtypeimg/Seshat/archivalVHS.jpg | Bin 4541 -> 4541 bytes > .../prog/img/itemtypeimg/Seshat/archivaltape.gif | Bin 3852 -> 3852 bytes > .../prog/img/itemtypeimg/Seshat/book.gif | Bin 3137 -> 3137 bytes > .../prog/img/itemtypeimg/Seshat/cd.gif | Bin 3170 -> 3170 bytes > .../prog/img/itemtypeimg/Seshat/cdrom.gif | Bin 3322 -> 3322 bytes > .../prog/img/itemtypeimg/Seshat/cdromreserve.gif | Bin 3440 -> 3440 bytes > .../prog/img/itemtypeimg/Seshat/download.gif | Bin 3405 -> 3405 bytes > .../prog/img/itemtypeimg/Seshat/ebook.gif | Bin 3117 -> 3117 bytes > .../prog/img/itemtypeimg/Seshat/key.gif | Bin 3110 -> 3110 bytes > .../prog/img/itemtypeimg/Seshat/key.jpg | Bin 3926 -> 3926 bytes > .../prog/img/itemtypeimg/Seshat/newbook.gif | Bin 3334 -> 3334 bytes > .../prog/img/itemtypeimg/Seshat/referencebook.gif | Bin 3097 -> 3097 bytes > .../prog/img/itemtypeimg/Seshat/reservebook.gif | Bin 3066 -> 3066 bytes > .../prog/img/itemtypeimg/Seshat/reservecd.gif | Bin 3104 -> 3104 bytes > .../prog/img/itemtypeimg/Seshat/reservetape.gif | Bin 3856 -> 3856 bytes > .../prog/img/itemtypeimg/Seshat/reservevhs.gif | Bin 3642 -> 3642 bytes > .../prog/img/itemtypeimg/Seshat/tape.gif | Bin 3805 -> 3805 bytes > .../prog/img/itemtypeimg/Seshat/vhs.gif | Bin 3627 -> 3627 bytes > .../prog/img/itemtypeimg/bridge/2d_art.gif | Bin 978 -> 978 bytes > .../prog/img/itemtypeimg/bridge/3d_art.gif | Bin 988 -> 988 bytes > .../prog/img/itemtypeimg/bridge/7Day_book.gif | Bin 1833 -> 1833 bytes > .../prog/img/itemtypeimg/bridge/archive.gif | Bin 986 -> 986 bytes > .../prog/img/itemtypeimg/bridge/audio.gif | Bin 1530 -> 1530 bytes > .../prog/img/itemtypeimg/bridge/book.gif | Bin 1051 -> 1051 bytes > .../prog/img/itemtypeimg/bridge/cd_music.gif | Bin 883 -> 883 bytes > .../prog/img/itemtypeimg/bridge/computer_file.gif | Bin 880 -> 880 bytes > .../prog/img/itemtypeimg/bridge/digital_audio.gif | Bin 1032 -> 1032 bytes > .../prog/img/itemtypeimg/bridge/dvd.gif | Bin 895 -> 895 bytes > .../prog/img/itemtypeimg/bridge/e_book.gif | Bin 1145 -> 1145 bytes > .../prog/img/itemtypeimg/bridge/e_journal.gif | Bin 898 -> 898 bytes > .../prog/img/itemtypeimg/bridge/e_video.gif | Bin 1891 -> 1891 bytes > .../prog/img/itemtypeimg/bridge/journal.gif | Bin 1909 -> 1909 bytes > .../prog/img/itemtypeimg/bridge/juvenile_book.gif | Bin 1869 -> 1869 bytes > .../prog/img/itemtypeimg/bridge/kit.gif | Bin 878 -> 878 bytes > .../prog/img/itemtypeimg/bridge/laserdisk.gif | Bin 976 -> 976 bytes > .../prog/img/itemtypeimg/bridge/map.gif | Bin 1333 -> 1333 bytes > .../prog/img/itemtypeimg/bridge/noncirc_book.gif | Bin 1887 -> 1887 bytes > .../prog/img/itemtypeimg/bridge/noncirc_dvd.gif | Bin 1755 -> 1755 bytes > .../prog/img/itemtypeimg/bridge/periodical.gif | Bin 977 -> 977 bytes > .../prog/img/itemtypeimg/bridge/realia.gif | Bin 1662 -> 1662 bytes > .../prog/img/itemtypeimg/bridge/reference.gif | Bin 1870 -> 1870 bytes > .../prog/img/itemtypeimg/bridge/reserve_book.gif | Bin 1810 -> 1810 bytes > .../prog/img/itemtypeimg/bridge/score.gif | Bin 833 -> 833 bytes > .../prog/img/itemtypeimg/bridge/software.gif | Bin 1792 -> 1792 bytes > .../prog/img/itemtypeimg/bridge/sound.gif | Bin 1041 -> 1041 bytes > .../prog/img/itemtypeimg/bridge/tape_music.gif | Bin 1119 -> 1119 bytes > .../prog/img/itemtypeimg/bridge/vhs.gif | Bin 836 -> 836 bytes > .../prog/img/itemtypeimg/bridge/vinyl_music.gif | Bin 1340 -> 1340 bytes > .../prog/img/itemtypeimg/bridge/web.gif | Bin 1943 -> 1943 bytes > .../prog/img/itemtypeimg/carredart/bd.png | Bin 1207 -> 1207 bytes > .../prog/img/itemtypeimg/carredart/cd.png | Bin 2005 -> 2005 bytes > .../prog/img/itemtypeimg/carredart/cdrom.png | Bin 787 -> 787 bytes > .../itemtypeimg/carredart/dossier_de_presse.png | Bin 820 -> 820 bytes > .../prog/img/itemtypeimg/carredart/dvd.png | Bin 1929 -> 1929 bytes > .../prog/img/itemtypeimg/carredart/dvd_musical.png | Bin 2131 -> 2131 bytes > .../prog/img/itemtypeimg/carredart/livre.png | Bin 403 -> 403 bytes > .../img/itemtypeimg/carredart/livre_ancien.png | Bin 2611 -> 2611 bytes > .../img/itemtypeimg/carredart/livre_artiste.png | Bin 1039 -> 1039 bytes > .../prog/img/itemtypeimg/carredart/livre_audio.png | Bin 1886 -> 1886 bytes > .../carredart/livre_en_gros_caracteres.png | Bin 1279 -> 1279 bytes > .../img/itemtypeimg/carredart/livre_multimedia.png | Bin 1372 -> 1372 bytes > .../prog/img/itemtypeimg/carredart/partition.png | Bin 976 -> 976 bytes > .../prog/img/itemtypeimg/carredart/revue.png | Bin 624 -> 624 bytes > .../prog/img/itemtypeimg/carredart/vhs.png | Bin 632 -> 632 bytes > .../prog/img/itemtypeimg/colors/000000.png | Bin 2817 -> 2817 bytes > .../prog/img/itemtypeimg/colors/006600.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/3333cc.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/660000.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/6600cc.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/663333.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/6666cc.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/66cc66.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/990000.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/996633.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/999999.png | Bin 2820 -> 2820 bytes > .../prog/img/itemtypeimg/colors/9999cc.png | Bin 2820 -> 2820 bytes > .../prog/img/itemtypeimg/colors/99cc33.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/cc3333.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/cc6666.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/cc66cc.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/cc9999.png | Bin 2820 -> 2820 bytes > .../prog/img/itemtypeimg/colors/cc99cc.png | Bin 2820 -> 2820 bytes > .../prog/img/itemtypeimg/colors/cccc00.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/ffff33.png | Bin 2819 -> 2819 bytes > .../prog/img/itemtypeimg/colors/ffffcc.png | Bin 2820 -> 2820 bytes > .../prog/img/itemtypeimg/colors/ffffff.png | Bin 2818 -> 2818 bytes > .../crystal-clear/Internet_Connection_Tools.png | Bin 2577 -> 2577 bytes > .../img/itemtypeimg/crystal-clear/Quicktime.png | Bin 2086 -> 2086 bytes > .../prog/img/itemtypeimg/crystal-clear/aktion.png | Bin 1475 -> 1475 bytes > .../prog/img/itemtypeimg/crystal-clear/binary.png | Bin 1067 -> 1067 bytes > .../img/itemtypeimg/crystal-clear/blockdevice.png | Bin 2541 -> 2541 bytes > .../img/itemtypeimg/crystal-clear/bookmark.png | Bin 2215 -> 2215 bytes > .../itemtypeimg/crystal-clear/books-closed-32.png | Bin 4766 -> 4766 bytes > .../itemtypeimg/crystal-clear/books-open-32.png | Bin 4110 -> 4110 bytes > .../itemtypeimg/crystal-clear/books-open-cd-32.png | Bin 4690 -> 4690 bytes > .../prog/img/itemtypeimg/crystal-clear/browser.png | Bin 2958 -> 2958 bytes > .../prog/img/itemtypeimg/crystal-clear/build.png | Bin 2564 -> 2564 bytes > .../prog/img/itemtypeimg/crystal-clear/calc.png | Bin 1884 -> 1884 bytes > .../prog/img/itemtypeimg/crystal-clear/camera.png | Bin 2619 -> 2619 bytes > .../img/itemtypeimg/crystal-clear/cardgame.png | Bin 2412 -> 2412 bytes > .../prog/img/itemtypeimg/crystal-clear/cdimage.png | Bin 2107 -> 2107 bytes > .../img/itemtypeimg/crystal-clear/cdrom_mount.png | Bin 2926 -> 2926 bytes > .../itemtypeimg/crystal-clear/cdrom_unmount.png | Bin 2845 -> 2845 bytes > .../prog/img/itemtypeimg/crystal-clear/cdtrack.png | Bin 1749 -> 1749 bytes > .../itemtypeimg/crystal-clear/cdwriter_mount.png | Bin 2993 -> 2993 bytes > .../itemtypeimg/crystal-clear/cdwriter_unmount.png | Bin 2921 -> 2921 bytes > .../img/itemtypeimg/crystal-clear/decrypted.png | Bin 1837 -> 1837 bytes > .../prog/img/itemtypeimg/crystal-clear/demo.png | Bin 2643 -> 2643 bytes > .../img/itemtypeimg/crystal-clear/desktopshare.png | Bin 2815 -> 2815 bytes > .../prog/img/itemtypeimg/crystal-clear/display.png | Bin 2352 -> 2352 bytes > .../img/itemtypeimg/crystal-clear/document.png | Bin 1056 -> 1056 bytes > .../img/itemtypeimg/crystal-clear/document2.png | Bin 1890 -> 1890 bytes > .../itemtypeimg/crystal-clear/download_manager.png | Bin 2358 -> 2358 bytes > .../img/itemtypeimg/crystal-clear/dvd_mount.png | Bin 3056 -> 3056 bytes > .../img/itemtypeimg/crystal-clear/dvd_mount_2.png | Bin 2827 -> 2827 bytes > .../img/itemtypeimg/crystal-clear/dvd_unmount.png | Bin 2980 -> 2980 bytes > .../prog/img/itemtypeimg/crystal-clear/edit.png | Bin 1704 -> 1704 bytes > .../img/itemtypeimg/crystal-clear/editpaste.png | Bin 1522 -> 1522 bytes > .../img/itemtypeimg/crystal-clear/encrypted.png | Bin 1180 -> 1180 bytes > .../itemtypeimg/crystal-clear/file_temporary.png | Bin 2151 -> 2151 bytes > .../img/itemtypeimg/crystal-clear/floppy_mount.png | Bin 1833 -> 1833 bytes > .../itemtypeimg/crystal-clear/floppy_unmount.png | Bin 1040 -> 1040 bytes > .../img/itemtypeimg/crystal-clear/folder_blue.png | Bin 1807 -> 1807 bytes > .../img/itemtypeimg/crystal-clear/folder_green.png | Bin 1833 -> 1833 bytes > .../img/itemtypeimg/crystal-clear/folder_grey.png | Bin 1033 -> 1033 bytes > .../itemtypeimg/crystal-clear/folder_grey_open.png | Bin 1402 -> 1402 bytes > .../img/itemtypeimg/crystal-clear/folder_html.png | Bin 2494 -> 2494 bytes > .../img/itemtypeimg/crystal-clear/folder_image.png | Bin 2324 -> 2324 bytes > .../itemtypeimg/crystal-clear/folder_images.png | Bin 2205 -> 2205 bytes > .../itemtypeimg/crystal-clear/folder_locked.png | Bin 2235 -> 2235 bytes > .../img/itemtypeimg/crystal-clear/folder_music.png | Bin 2082 -> 2082 bytes > .../img/itemtypeimg/crystal-clear/folder_print.png | Bin 2156 -> 2156 bytes > .../img/itemtypeimg/crystal-clear/folder_red.png | Bin 1848 -> 1848 bytes > .../img/itemtypeimg/crystal-clear/folder_sound.png | Bin 2462 -> 2462 bytes > .../img/itemtypeimg/crystal-clear/folder_txt.png | Bin 2244 -> 2244 bytes > .../img/itemtypeimg/crystal-clear/folder_video.png | Bin 2563 -> 2563 bytes > .../itemtypeimg/crystal-clear/folder_yellow.png | Bin 1777 -> 1777 bytes > .../img/itemtypeimg/crystal-clear/hdd_mount.png | Bin 2441 -> 2441 bytes > .../prog/img/itemtypeimg/crystal-clear/html.png | Bin 2072 -> 2072 bytes > .../prog/img/itemtypeimg/crystal-clear/image.png | Bin 1918 -> 1918 bytes > .../prog/img/itemtypeimg/crystal-clear/image2.png | Bin 2271 -> 2271 bytes > .../prog/img/itemtypeimg/crystal-clear/info.png | Bin 2598 -> 2598 bytes > .../img/itemtypeimg/crystal-clear/internet.png | Bin 2773 -> 2773 bytes > .../img/itemtypeimg/crystal-clear/joystick.png | Bin 1980 -> 1980 bytes > .../img/itemtypeimg/crystal-clear/kaddressbook.png | Bin 2484 -> 2484 bytes > .../img/itemtypeimg/crystal-clear/kbackgammon.png | Bin 2105 -> 2105 bytes > .../prog/img/itemtypeimg/crystal-clear/kcmdf.png | Bin 2449 -> 2449 bytes > .../prog/img/itemtypeimg/crystal-clear/kcmmidi.png | Bin 1779 -> 1779 bytes > .../img/itemtypeimg/crystal-clear/kcoloredit.png | Bin 2689 -> 2689 bytes > .../prog/img/itemtypeimg/crystal-clear/kdict.png | Bin 2500 -> 2500 bytes > .../prog/img/itemtypeimg/crystal-clear/kedit.png | Bin 2347 -> 2347 bytes > .../img/itemtypeimg/crystal-clear/keyboard.png | Bin 1060 -> 1060 bytes > .../prog/img/itemtypeimg/crystal-clear/klaptop.png | Bin 2001 -> 2001 bytes > .../prog/img/itemtypeimg/crystal-clear/kmid.png | Bin 2384 -> 2384 bytes > .../img/itemtypeimg/crystal-clear/korganizer.png | Bin 2646 -> 2646 bytes > .../img/itemtypeimg/crystal-clear/kpackage.png | Bin 2860 -> 2860 bytes > .../prog/img/itemtypeimg/crystal-clear/kpat.png | Bin 1975 -> 1975 bytes > .../prog/img/itemtypeimg/crystal-clear/kpoker.png | Bin 1769 -> 1769 bytes > .../prog/img/itemtypeimg/crystal-clear/kscd.png | Bin 2525 -> 2525 bytes > .../img/itemtypeimg/crystal-clear/ksnapshot.png | Bin 2423 -> 2423 bytes > .../prog/img/itemtypeimg/crystal-clear/kuser2.png | Bin 2321 -> 2321 bytes > .../prog/img/itemtypeimg/crystal-clear/kwrite.png | Bin 2842 -> 2842 bytes > .../prog/img/itemtypeimg/crystal-clear/kxkb.png | Bin 1612 -> 1612 bytes > .../img/itemtypeimg/crystal-clear/lock-silver.png | Bin 3723 -> 3723 bytes > .../prog/img/itemtypeimg/crystal-clear/lock.png | Bin 1966 -> 1966 bytes > .../img/itemtypeimg/crystal-clear/lock_-_pink.png | Bin 2228 -> 2228 bytes > .../prog/img/itemtypeimg/crystal-clear/log.png | Bin 1640 -> 1640 bytes > .../prog/img/itemtypeimg/crystal-clear/lsongs.png | Bin 2667 -> 2667 bytes > .../prog/img/itemtypeimg/crystal-clear/make.png | Bin 2016 -> 2016 bytes > .../prog/img/itemtypeimg/crystal-clear/man.png | Bin 1813 -> 1813 bytes > .../prog/img/itemtypeimg/crystal-clear/message.png | Bin 2055 -> 2055 bytes > .../itemtypeimg/crystal-clear/mime-postscript.png | Bin 1599 -> 1599 bytes > .../img/itemtypeimg/crystal-clear/mime_txt.png | Bin 1880 -> 1880 bytes > .../img/itemtypeimg/crystal-clear/mp3player.png | Bin 2222 -> 2222 bytes > .../img/itemtypeimg/crystal-clear/mp3player2.png | Bin 1812 -> 1812 bytes > .../img/itemtypeimg/crystal-clear/musicstore.png | Bin 2612 -> 2612 bytes > .../img/itemtypeimg/crystal-clear/musicstore2.png | Bin 2639 -> 2639 bytes > .../prog/img/itemtypeimg/crystal-clear/mymac.png | Bin 2070 -> 2070 bytes > .../img/itemtypeimg/crystal-clear/nfs_mount.png | Bin 2572 -> 2572 bytes > .../img/itemtypeimg/crystal-clear/nfs_unmount.png | Bin 2400 -> 2400 bytes > .../prog/img/itemtypeimg/crystal-clear/palm.png | Bin 1595 -> 1595 bytes > .../prog/img/itemtypeimg/crystal-clear/pda.png | Bin 1961 -> 1961 bytes > .../img/itemtypeimg/crystal-clear/pda_black.png | Bin 1866 -> 1866 bytes > .../img/itemtypeimg/crystal-clear/pda_blue.png | Bin 1804 -> 1804 bytes > .../img/itemtypeimg/crystal-clear/print_class.png | Bin 2254 -> 2254 bytes > .../prog/img/itemtypeimg/crystal-clear/readme.png | Bin 1925 -> 1925 bytes > .../img/itemtypeimg/crystal-clear/reminders.png | Bin 1719 -> 1719 bytes > .../prog/img/itemtypeimg/crystal-clear/scanner.png | Bin 2059 -> 2059 bytes > .../img/itemtypeimg/crystal-clear/schedule.png | Bin 1801 -> 1801 bytes > .../img/itemtypeimg/crystal-clear/starthere.png | Bin 2630 -> 2630 bytes > .../prog/img/itemtypeimg/crystal-clear/tablet.png | Bin 2026 -> 2026 bytes > .../img/itemtypeimg/crystal-clear/tutorials.png | Bin 2021 -> 2021 bytes > .../prog/img/itemtypeimg/crystal-clear/tv.png | Bin 1742 -> 1742 bytes > .../prog/img/itemtypeimg/crystal-clear/usb.png | Bin 1822 -> 1822 bytes > .../crystal-clear/usbpendrive_mount.png | Bin 2881 -> 2881 bytes > .../crystal-clear/usbpendrive_unmount.png | Bin 2758 -> 2758 bytes > .../prog/img/itemtypeimg/crystal-clear/viewmag.png | Bin 2019 -> 2019 bytes > .../itemtypeimg/crystal-clear/voice-support.png | Bin 2051 -> 2051 bytes > .../prog/img/itemtypeimg/crystal-clear/xmms.png | Bin 2946 -> 2946 bytes > .../img/itemtypeimg/crystal-clear/zip_mount.png | Bin 2172 -> 2172 bytes > .../img/itemtypeimg/crystal-clear/zip_unmount.png | Bin 1968 -> 1968 bytes > .../img/itemtypeimg/liblime-kids/addtobasket.gif | Bin 2540 -> 2540 bytes > .../img/itemtypeimg/liblime-kids/addtocart.png | Bin 3479 -> 3479 bytes > .../img/itemtypeimg/liblime-kids/addtoshelf.gif | Bin 2956 -> 2956 bytes > .../img/itemtypeimg/liblime-kids/addtoshelf.png | Bin 4838 -> 4838 bytes > .../img/itemtypeimg/liblime-kids/audiobook-cd.gif | Bin 2927 -> 2927 bytes > .../img/itemtypeimg/liblime-kids/audiobook-cd.png | Bin 4468 -> 4468 bytes > .../img/itemtypeimg/liblime-kids/audiobook.gif | Bin 2867 -> 2867 bytes > .../img/itemtypeimg/liblime-kids/audiobook.png | Bin 4205 -> 4205 bytes > .../liblime-kids/beginner-reader-book.gif | Bin 2936 -> 2936 bytes > .../itemtypeimg/liblime-kids/beginner-reader.png | Bin 4651 -> 4651 bytes > .../img/itemtypeimg/liblime-kids/big-book-icon.gif | Bin 3193 -> 3193 bytes > .../img/itemtypeimg/liblime-kids/big-book-icon.png | Bin 5069 -> 5069 bytes > .../img/itemtypeimg/liblime-kids/book-bag-icon.png | Bin 4820 -> 4820 bytes > .../prog/img/itemtypeimg/liblime-kids/book-bag.gif | Bin 3047 -> 3047 bytes > .../itemtypeimg/liblime-kids/book-icon-60px.gif | Bin 2255 -> 2255 bytes > .../liblime-kids/book-icon-author-search.gif | Bin 5399 -> 5399 bytes > .../liblime-kids/book-icon-author-search.png | Bin 5397 -> 5397 bytes > .../liblime-kids/book-icon-biography.gif | Bin 3135 -> 3135 bytes > .../liblime-kids/book-icon-biography.png | Bin 5462 -> 5462 bytes > .../liblime-kids/book-icon-call-number.gif | Bin 3982 -> 3982 bytes > .../itemtypeimg/liblime-kids/book-icon-mystery.gif | Bin 3009 -> 3009 bytes > .../itemtypeimg/liblime-kids/book-icon-mystery.png | Bin 4591 -> 4591 bytes > .../liblime-kids/book-icon-mystery2.gif | Bin 3006 -> 3006 bytes > .../liblime-kids/book-icon-non-fiction.gif | Bin 2840 -> 2840 bytes > .../liblime-kids/book-icon-non-fiction.png | Bin 4520 -> 4520 bytes > .../liblime-kids/book-icon-scifi-60px.gif | Bin 2892 -> 2892 bytes > .../itemtypeimg/liblime-kids/book-icon-sifi.png | Bin 5037 -> 5037 bytes > .../liblime-kids/book-icon-subject-search.gif | Bin 5595 -> 5595 bytes > .../liblime-kids/book-icon-subject-search.png | Bin 5059 -> 5059 bytes > .../liblime-kids/book-icon-title-search.gif | Bin 5467 -> 5467 bytes > .../liblime-kids/book-icon-title-search.png | Bin 5120 -> 5120 bytes > .../itemtypeimg/liblime-kids/book-icon-western.gif | Bin 2966 -> 2966 bytes > .../itemtypeimg/liblime-kids/book-icon-western.png | Bin 4324 -> 4324 bytes > .../img/itemtypeimg/liblime-kids/book-icon.png | Bin 3631 -> 3631 bytes > .../itemtypeimg/liblime-kids/book-large-print.gif | Bin 3037 -> 3037 bytes > .../itemtypeimg/liblime-kids/book-large-print.png | Bin 4329 -> 4329 bytes > .../prog/img/itemtypeimg/liblime-kids/brief..gif | Bin 1843 -> 1843 bytes > .../prog/img/itemtypeimg/liblime-kids/card.gif | Bin 2324 -> 2324 bytes > .../prog/img/itemtypeimg/liblime-kids/card.png | Bin 2316 -> 2316 bytes > .../img/itemtypeimg/liblime-kids/cd-rom-icon.png | Bin 3350 -> 3350 bytes > .../itemtypeimg/liblime-kids/clear-book-bag.gif | Bin 3081 -> 3081 bytes > .../itemtypeimg/liblime-kids/clear-book-bag.png | Bin 4866 -> 4866 bytes > .../prog/img/itemtypeimg/liblime-kids/detail.gif | Bin 1866 -> 1866 bytes > .../prog/img/itemtypeimg/liblime-kids/detail.png | Bin 2478 -> 2478 bytes > .../liblime-kids/faculty-course-manual.png | Bin 2132 -> 2132 bytes > .../liblime-kids/faculty-course-materials.gif | Bin 1969 -> 1969 bytes > .../itemtypeimg/liblime-kids/icon-reference.gif | Bin 3111 -> 3111 bytes > .../img/itemtypeimg/liblime-kids/icon-refrence.png | Bin 4466 -> 4466 bytes > .../itemtypeimg/liblime-kids/keyword-search.gif | Bin 4334 -> 4334 bytes > .../itemtypeimg/liblime-kids/keyword-search.png | Bin 3529 -> 3529 bytes > .../prog/img/itemtypeimg/liblime-kids/music-CD.gif | Bin 2832 -> 2832 bytes > .../prog/img/itemtypeimg/liblime-kids/music-cd.png | Bin 4120 -> 4120 bytes > .../itemtypeimg/liblime-kids/newspaper-icon.gif | Bin 3461 -> 3461 bytes > .../itemtypeimg/liblime-kids/newspaper-icon.png | Bin 5212 -> 5212 bytes > .../img/itemtypeimg/liblime-kids/videocassette.gif | Bin 3572 -> 3572 bytes > .../img/itemtypeimg/liblime-kids/videocassette.png | Bin 5108 -> 5108 bytes > .../liblime-kids/vinyl-sound-recordings.gif | Bin 2875 -> 2875 bytes > .../liblime-kids/vynal-sound-recording.png | Bin 4493 -> 4493 bytes > .../intranet-tmpl/prog/img/itemtypeimg/npl/AVA.gif | Bin 405 -> 405 bytes > .../npl/Adult-nonfiction-book-on-cassette.gif | Bin 306 -> 306 bytes > .../prog/img/itemtypeimg/npl/Audiobook.gif | Bin 306 -> 306 bytes > .../prog/img/itemtypeimg/npl/Biography.gif | Bin 222 -> 222 bytes > .../prog/img/itemtypeimg/npl/Book-on-CD.gif | Bin 277 -> 277 bytes > .../prog/img/itemtypeimg/npl/Book-on-Tape.gif | Bin 263 -> 263 bytes > .../prog/img/itemtypeimg/npl/CD-ROM-software.gif | Bin 322 -> 322 bytes > .../itemtypeimg/npl/DVD-Juvenile-nonfiction.gif | Bin 337 -> 337 bytes > .../prog/img/itemtypeimg/npl/DVD-Juvenile.gif | Bin 337 -> 337 bytes > .../prog/img/itemtypeimg/npl/DVD-nonfiction.gif | Bin 336 -> 336 bytes > .../intranet-tmpl/prog/img/itemtypeimg/npl/DVD.gif | Bin 281 -> 281 bytes > .../prog/img/itemtypeimg/npl/EDLS.gif | Bin 431 -> 431 bytes > .../prog/img/itemtypeimg/npl/Ed.-Curriculum.gif | Bin 304 -> 304 bytes > .../prog/img/itemtypeimg/npl/FLAG.gif | Bin 231 -> 231 bytes > .../itemtypeimg/npl/Faculty-Course-Materials.gif | Bin 211 -> 211 bytes > .../img/itemtypeimg/npl/Fiction-large-print.gif | Bin 293 -> 293 bytes > .../prog/img/itemtypeimg/npl/Fiction.gif | Bin 222 -> 222 bytes > .../img/itemtypeimg/npl/Juvenile-audiobook.gif | Bin 288 -> 288 bytes > .../img/itemtypeimg/npl/Juvenile-biography.gif | Bin 294 -> 294 bytes > .../img/itemtypeimg/npl/Juvenile-book-tape-kit.gif | Bin 380 -> 380 bytes > .../prog/img/itemtypeimg/npl/Juvenile-fiction.gif | Bin 235 -> 235 bytes > .../img/itemtypeimg/npl/Juvenile-non-fiction.gif | Bin 365 -> 365 bytes > .../npl/Juvenile-nonfiction-book-on-CD.gif | Bin 406 -> 406 bytes > .../npl/Juvenile-nonfiction-book-on-cassette.gif | Bin 398 -> 398 bytes > .../img/itemtypeimg/npl/Juvenile-picture-books.gif | Bin 282 -> 282 bytes > .../img/itemtypeimg/npl/Juvenile-reference.gif | Bin 400 -> 400 bytes > .../prog/img/itemtypeimg/npl/Local-history.gif | Bin 254 -> 254 bytes > .../prog/img/itemtypeimg/npl/Magazine.gif | Bin 351 -> 351 bytes > .../prog/img/itemtypeimg/npl/Microfiche.gif | Bin 278 -> 278 bytes > .../prog/img/itemtypeimg/npl/Microfilm.gif | Bin 262 -> 262 bytes > .../prog/img/itemtypeimg/npl/Music-CD.gif | Bin 241 -> 241 bytes > .../prog/img/itemtypeimg/npl/Mystery.gif | Bin 283 -> 283 bytes > .../itemtypeimg/npl/Non-fiction-large-print.gif | Bin 292 -> 292 bytes > .../prog/img/itemtypeimg/npl/Non-fiction.gif | Bin 221 -> 221 bytes > .../prog/img/itemtypeimg/npl/Pamphlet.gif | Bin 254 -> 254 bytes > .../prog/img/itemtypeimg/npl/Paperback-romance.gif | Bin 216 -> 216 bytes > .../prog/img/itemtypeimg/npl/Rare-Book.gif | Bin 295 -> 295 bytes > .../prog/img/itemtypeimg/npl/Reference.gif | Bin 331 -> 331 bytes > .../prog/img/itemtypeimg/npl/SIRS.gif | Bin 236 -> 236 bytes > .../intranet-tmpl/prog/img/itemtypeimg/npl/SS.gif | Bin 171 -> 171 bytes > .../img/itemtypeimg/npl/ScienceFictionFantasy.gif | Bin 276 -> 276 bytes > .../npl/Videocassette-juvenile-non-fiction.gif | Bin 289 -> 289 bytes > .../img/itemtypeimg/npl/Videocassette-juvenile.gif | Bin 289 -> 289 bytes > .../itemtypeimg/npl/Videocassette-non-fiction.gif | Bin 289 -> 289 bytes > .../prog/img/itemtypeimg/npl/Videocassette.gif | Bin 294 -> 294 bytes > .../img/itemtypeimg/npl/Vinyl-Sound-Recordings.gif | Bin 411 -> 411 bytes > .../intranet-tmpl/prog/img/itemtypeimg/npl/WEB.gif | Bin 350 -> 350 bytes > .../prog/img/itemtypeimg/npl/Western.gif | Bin 309 -> 309 bytes > .../intranet-tmpl/prog/img/itemtypeimg/npl/YAC.gif | Bin 263 -> 263 bytes > .../img/itemtypeimg/npl/Young-Adult-fiction.gif | Bin 223 -> 223 bytes > .../itemtypeimg/npl/Young-Adult-non-fiction.gif | Bin 251 -> 251 bytes > .../npl/Young-adult-fiction-book-on-CD.gif | Bin 262 -> 262 bytes > .../npl/Young-adult-nonfiction-book-on-CD.gif | Bin 295 -> 295 bytes > .../Young-adult-nonfiction-book-on-cassette.gif | Bin 289 -> 289 bytes > .../prog/img/itemtypeimg/vokal/ACT-32px.png | Bin 2261 -> 2261 bytes > .../prog/img/itemtypeimg/vokal/ACT.png | Bin 6277 -> 6277 bytes > .../prog/img/itemtypeimg/vokal/BLURAY-32px.png | Bin 2145 -> 2145 bytes > .../prog/img/itemtypeimg/vokal/BLURAY.png | Bin 5201 -> 5201 bytes > .../prog/img/itemtypeimg/vokal/Book-32px.png | Bin 897 -> 897 bytes > .../prog/img/itemtypeimg/vokal/Book-On-CD-32px.png | Bin 1559 -> 1559 bytes > .../img/itemtypeimg/vokal/Book-On-Tape-32px.png | Bin 1368 -> 1368 bytes > .../prog/img/itemtypeimg/vokal/Book.png | Bin 3825 -> 3825 bytes > .../prog/img/itemtypeimg/vokal/BookOnCD.png | Bin 5019 -> 5019 bytes > .../prog/img/itemtypeimg/vokal/BookOnTape.png | Bin 3666 -> 3666 bytes > .../prog/img/itemtypeimg/vokal/DVD-32px.png | Bin 1693 -> 1693 bytes > .../prog/img/itemtypeimg/vokal/DVD.png | Bin 4111 -> 4111 bytes > .../img/itemtypeimg/vokal/Download-Audio-32px.png | Bin 1056 -> 1056 bytes > .../img/itemtypeimg/vokal/DownloadableAudio.png | Bin 2735 -> 2735 bytes > .../prog/img/itemtypeimg/vokal/EDUC-32px.png | Bin 1939 -> 1939 bytes > .../prog/img/itemtypeimg/vokal/EDUC.png | Bin 4864 -> 4864 bytes > .../prog/img/itemtypeimg/vokal/EQUIP-32px.png | Bin 1570 -> 1570 bytes > .../prog/img/itemtypeimg/vokal/EQUIP.png | Bin 6915 -> 6915 bytes > .../prog/img/itemtypeimg/vokal/FIC-32px.png | Bin 1110 -> 1110 bytes > .../prog/img/itemtypeimg/vokal/FIC.png | Bin 3973 -> 3973 bytes > .../prog/img/itemtypeimg/vokal/HOLIDAY-32px.png | Bin 1522 -> 1522 bytes > .../prog/img/itemtypeimg/vokal/HOLIDAY.png | Bin 2974 -> 2974 bytes > .../prog/img/itemtypeimg/vokal/Hardware-32px.png | Bin 1753 -> 1753 bytes > .../prog/img/itemtypeimg/vokal/Hardware.png | Bin 3695 -> 3695 bytes > .../prog/img/itemtypeimg/vokal/ILL-32px.png | Bin 1227 -> 1227 bytes > .../prog/img/itemtypeimg/vokal/ILL.png | Bin 2289 -> 2289 bytes > .../prog/img/itemtypeimg/vokal/Kit-32px.png | Bin 1185 -> 1185 bytes > .../prog/img/itemtypeimg/vokal/Kit.png | Bin 3073 -> 3073 bytes > .../img/itemtypeimg/vokal/Kit_Backpack_Image.png | Bin 2765 -> 2765 bytes > .../img/itemtypeimg/vokal/Kit_Backpack_Word.png | Bin 2899 -> 2899 bytes > .../prog/img/itemtypeimg/vokal/Kit_Bag_Image.png | Bin 2475 -> 2475 bytes > .../img/itemtypeimg/vokal/Kit_Bag_Word-32px.png | Bin 1185 -> 1185 bytes > .../prog/img/itemtypeimg/vokal/Kit_Bag_Word.png | Bin 3073 -> 3073 bytes > .../prog/img/itemtypeimg/vokal/LargePrint-32px.png | Bin 907 -> 907 bytes > .../prog/img/itemtypeimg/vokal/LargePrint.png | Bin 1685 -> 1685 bytes > .../prog/img/itemtypeimg/vokal/MuseumPass-32px.png | Bin 1620 -> 1620 bytes > .../prog/img/itemtypeimg/vokal/MuseumPass.png | Bin 5204 -> 5204 bytes > .../prog/img/itemtypeimg/vokal/Music-32px.png | Bin 2602 -> 2602 bytes > .../prog/img/itemtypeimg/vokal/Music.png | Bin 4869 -> 4869 bytes > .../prog/img/itemtypeimg/vokal/NEWBK-32px.png | Bin 1358 -> 1358 bytes > .../prog/img/itemtypeimg/vokal/NEWBK.png | Bin 4448 -> 4448 bytes > .../prog/img/itemtypeimg/vokal/NFIC-32px.png | Bin 1357 -> 1357 bytes > .../prog/img/itemtypeimg/vokal/NFIC.png | Bin 4000 -> 4000 bytes > .../prog/img/itemtypeimg/vokal/Periodical-32px.png | Bin 1472 -> 1472 bytes > .../prog/img/itemtypeimg/vokal/Periodical.png | Bin 4906 -> 4906 bytes > .../prog/img/itemtypeimg/vokal/PlayAway-32px.png | Bin 1863 -> 1863 bytes > .../prog/img/itemtypeimg/vokal/PlayAway.png | Bin 3415 -> 3415 bytes > .../prog/img/itemtypeimg/vokal/Reference-32px.png | Bin 1057 -> 1057 bytes > .../prog/img/itemtypeimg/vokal/Reference.png | Bin 1970 -> 1970 bytes > .../prog/img/itemtypeimg/vokal/Special-32px.png | Bin 1620 -> 1620 bytes > .../prog/img/itemtypeimg/vokal/Special.png | Bin 5204 -> 5204 bytes > .../prog/img/itemtypeimg/vokal/VHS-32px.png | Bin 889 -> 889 bytes > .../prog/img/itemtypeimg/vokal/VHS.png | Bin 1528 -> 1528 bytes > .../intranet-tmpl/prog/img/koha-logo-black.png | Bin 1151 -> 1151 bytes > .../intranet-tmpl/prog/img/koha-logo-medium.gif | Bin 2715 -> 2715 bytes > .../intranet-tmpl/prog/img/koha-logo-white.png | Bin 3859 -> 3859 bytes > koha-tmpl/intranet-tmpl/prog/img/koha-logo.gif | Bin 3418 -> 3418 bytes > koha-tmpl/intranet-tmpl/prog/img/koha-logo.png | Bin 4118 -> 4118 bytes > koha-tmpl/intranet-tmpl/prog/img/koha.org-logo.gif | Bin 3006 -> 3006 bytes > .../intranet-tmpl/prog/img/label-creator-image.png | Bin 154915 -> 154915 bytes > koha-tmpl/intranet-tmpl/prog/img/last-disabled.png | Bin 826 -> 826 bytes > koha-tmpl/intranet-tmpl/prog/img/last.png | Bin 737 -> 737 bytes > koha-tmpl/intranet-tmpl/prog/img/loading-small.gif | Bin 1849 -> 1849 bytes > koha-tmpl/intranet-tmpl/prog/img/loading.gif | Bin 3208 -> 3208 bytes > koha-tmpl/intranet-tmpl/prog/img/locked.png | Bin 230 -> 230 bytes > koha-tmpl/intranet-tmpl/prog/img/more-arrow.gif | Bin 65 -> 65 bytes > koha-tmpl/intranet-tmpl/prog/img/more-up-arrow.gif | Bin 155 -> 155 bytes > koha-tmpl/intranet-tmpl/prog/img/more.gif | Bin 61 -> 61 bytes > koha-tmpl/intranet-tmpl/prog/img/next-disabled.png | Bin 866 -> 866 bytes > koha-tmpl/intranet-tmpl/prog/img/next.png | Bin 736 -> 736 bytes > koha-tmpl/intranet-tmpl/prog/img/note.png | Bin 511 -> 511 bytes > koha-tmpl/intranet-tmpl/prog/img/patron-blank.png | Bin 1559 -> 1559 bytes > koha-tmpl/intranet-tmpl/prog/img/pop-up-link.png | Bin 205 -> 205 bytes > koha-tmpl/intranet-tmpl/prog/img/prev-disabled.png | Bin 862 -> 862 bytes > koha-tmpl/intranet-tmpl/prog/img/prev.png | Bin 745 -> 745 bytes > koha-tmpl/intranet-tmpl/prog/img/print-confirm.gif | Bin 400 -> 400 bytes > koha-tmpl/intranet-tmpl/prog/img/progress.png | Bin 224 -> 224 bytes > koha-tmpl/intranet-tmpl/prog/img/regularDay.jpg | Bin 1100 -> 1100 bytes > .../intranet-tmpl/prog/img/regularHoliday.jpg | Bin 1174 -> 1174 bytes > koha-tmpl/intranet-tmpl/prog/img/repeat-tag.png | Bin 244 -> 244 bytes > koha-tmpl/intranet-tmpl/prog/img/repeatable.jpg | Bin 1188 -> 1188 bytes > .../intranet-tmpl/prog/img/search-audio-books.gif | Bin 232 -> 232 bytes > koha-tmpl/intranet-tmpl/prog/img/search-books.gif | Bin 142 -> 142 bytes > koha-tmpl/intranet-tmpl/prog/img/search-kids.gif | Bin 197 -> 197 bytes > .../intranet-tmpl/prog/img/search-large-print.gif | Bin 213 -> 213 bytes > .../prog/img/search-local-history.gif | Bin 190 -> 190 bytes > koha-tmpl/intranet-tmpl/prog/img/search-movies.gif | Bin 212 -> 212 bytes > koha-tmpl/intranet-tmpl/prog/img/search-music.gif | Bin 211 -> 211 bytes > .../intranet-tmpl/prog/img/search-reference.gif | Bin 192 -> 192 bytes > .../intranet-tmpl/prog/img/search-software-web.gif | Bin 219 -> 219 bytes > koha-tmpl/intranet-tmpl/prog/img/spinner-small.gif | Bin 1849 -> 1849 bytes > .../prog/img/staff-home-icons-sprite.png | Bin 5262 -> 5262 bytes > .../prog/img/toolbar-add-to-shelf.gif | Bin 130 -> 130 bytes > .../intranet-tmpl/prog/img/toolbar-delete.gif | Bin 107 -> 107 bytes > .../intranet-tmpl/prog/img/toolbar-duplicate.gif | Bin 117 -> 117 bytes > koha-tmpl/intranet-tmpl/prog/img/toolbar-edit.gif | Bin 109 -> 109 bytes > koha-tmpl/intranet-tmpl/prog/img/toolbar-hold.gif | Bin 106 -> 106 bytes > koha-tmpl/intranet-tmpl/prog/img/toolbar-new.gif | Bin 100 -> 100 bytes > .../intranet-tmpl/prog/img/toolbar-orders.gif | Bin 118 -> 118 bytes > .../intranet-tmpl/prog/img/toolbar-password.gif | Bin 112 -> 112 bytes > koha-tmpl/intranet-tmpl/prog/img/toolbar-print.gif | Bin 115 -> 115 bytes > .../intranet-tmpl/prog/img/toolbar-receive.gif | Bin 118 -> 118 bytes > koha-tmpl/intranet-tmpl/prog/img/toolbar-renew.gif | Bin 122 -> 122 bytes > koha-tmpl/intranet-tmpl/prog/img/toolbar-save.gif | Bin 134 -> 134 bytes > .../intranet-tmpl/prog/img/toolbar-search.gif | Bin 124 -> 124 bytes > koha-tmpl/intranet-tmpl/prog/img/up.png | Bin 362 -> 362 bytes > koha-tmpl/intranet-tmpl/prog/img/x.png | Bin 655 -> 655 bytes > koha-tmpl/intranet-tmpl/prog/img/x_alt_16x16.png | Bin 215 -> 215 bytes > koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.odt | Bin 12728 -> 12728 bytes > koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.pdf | Bin 25887 -> 25887 bytes > .../intranet-tmpl/prog/pdf/layout2pagesde.odt | Bin 12859 -> 12859 bytes > .../intranet-tmpl/prog/pdf/layout2pagesde.pdf | Bin 23822 -> 23822 bytes > koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.odt | Bin 13023 -> 13023 bytes > koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.pdf | Bin 27293 -> 27293 bytes > .../intranet-tmpl/prog/pdf/layout3pagesfr.odt | Bin 12854 -> 12854 bytes > .../intranet-tmpl/prog/pdf/layout3pagesfr.pdf | Bin 24401 -> 24401 bytes > .../intranet-tmpl/prog/sound/IM_notification.ogg | Bin 7337 -> 7337 bytes > koha-tmpl/intranet-tmpl/prog/sound/beep.ogg | Bin 6705 -> 6705 bytes > koha-tmpl/intranet-tmpl/prog/sound/call.ogg | Bin 26046 -> 26046 bytes > koha-tmpl/intranet-tmpl/prog/sound/critical.ogg | Bin 11934 -> 11934 bytes > .../intranet-tmpl/prog/sound/device_connect.ogg | Bin 5716 -> 5716 bytes > .../intranet-tmpl/prog/sound/device_disconnect.ogg | Bin 5816 -> 5816 bytes > koha-tmpl/intranet-tmpl/prog/sound/ending.ogg | Bin 13498 -> 13498 bytes > koha-tmpl/intranet-tmpl/prog/sound/fail.ogg | Bin 8538 -> 8538 bytes > .../intranet-tmpl/prog/sound/incoming_call.ogg | Bin 39239 -> 39239 bytes > koha-tmpl/intranet-tmpl/prog/sound/loading.ogg | Bin 58766 -> 58766 bytes > koha-tmpl/intranet-tmpl/prog/sound/loading_2.ogg | Bin 71540 -> 71540 bytes > koha-tmpl/intranet-tmpl/prog/sound/maximize.ogg | Bin 5350 -> 5350 bytes > koha-tmpl/intranet-tmpl/prog/sound/minimize.ogg | Bin 5477 -> 5477 bytes > .../prog/sound/new_mail_notification.ogg | Bin 9519 -> 9519 bytes > koha-tmpl/intranet-tmpl/prog/sound/opening.ogg | Bin 18855 -> 18855 bytes > koha-tmpl/intranet-tmpl/prog/sound/panic.ogg | Bin 70743 -> 70743 bytes > koha-tmpl/intranet-tmpl/prog/sound/popup.ogg | Bin 7224 -> 7224 bytes > koha-tmpl/intranet-tmpl/prog/sound/warning.ogg | Bin 6665 -> 6665 bytes > .../opac-tmpl/bootstrap/en/includes/masthead.inc | 64 ++ > .../bootstrap/en/includes/opac-detail-sidebar.inc | 33 +- > koha-tmpl/opac-tmpl/bootstrap/images/asc.gif | Bin 250 -> 250 bytes > koha-tmpl/opac-tmpl/bootstrap/images/ascdesc.gif | Bin 264 -> 264 bytes > koha-tmpl/opac-tmpl/bootstrap/images/bonus.png | Bin 1768 -> 1768 bytes > .../bootstrap/images/datatables/back_disabled.jpg | Bin 612 -> 612 bytes > .../bootstrap/images/datatables/back_enabled.jpg | Bin 807 -> 807 bytes > .../images/datatables/forward_disabled.jpg | Bin 635 -> 635 bytes > .../images/datatables/forward_enabled.jpg | Bin 852 -> 852 bytes > .../bootstrap/images/datatables/sort_asc.png | Bin 263 -> 263 bytes > .../images/datatables/sort_asc_disabled.png | Bin 252 -> 252 bytes > .../bootstrap/images/datatables/sort_both.png | Bin 282 -> 282 bytes > .../bootstrap/images/datatables/sort_desc.png | Bin 260 -> 260 bytes > .../images/datatables/sort_desc_disabled.png | Bin 251 -> 251 bytes > koha-tmpl/opac-tmpl/bootstrap/images/desc.gif | Bin 61 -> 61 bytes > koha-tmpl/opac-tmpl/bootstrap/images/favicon.ico | Bin 1406 -> 1406 bytes > .../opac-tmpl/bootstrap/images/feed-icon-16x16.png | Bin 764 -> 764 bytes > koha-tmpl/opac-tmpl/bootstrap/images/filefind.png | Bin 2479 -> 2479 bytes > .../bootstrap/images/koha-logo-navbar.png | Bin 1401 -> 1401 bytes > koha-tmpl/opac-tmpl/bootstrap/images/koha-logo.gif | Bin 1469 -> 1469 bytes > koha-tmpl/opac-tmpl/bootstrap/images/loading.gif | Bin 3208 -> 3208 bytes > .../opac-tmpl/bootstrap/images/sign_in_green.png | Bin 1803 -> 1803 bytes > .../opac-tmpl/bootstrap/images/social-sprite.png | Bin 2802 -> 2802 bytes > koha-tmpl/opac-tmpl/bootstrap/images/sprite.png | Bin 3348 -> 3348 bytes > .../bootstrap/images/star-ratings-sprite.png | Bin 2000 -> 2000 bytes > .../opac-tmpl/bootstrap/itemtypeimg/Seshat/AV.gif | Bin 3769 -> 3769 bytes > .../opac-tmpl/bootstrap/itemtypeimg/Seshat/AV.jpg | Bin 4513 -> 4513 bytes > .../opac-tmpl/bootstrap/itemtypeimg/Seshat/DVD.gif | Bin 3188 -> 3188 bytes > .../bootstrap/itemtypeimg/Seshat/DVDreserve.gif | Bin 3153 -> 3153 bytes > .../opac-tmpl/bootstrap/itemtypeimg/Seshat/ILL.gif | Bin 3440 -> 3440 bytes > .../opac-tmpl/bootstrap/itemtypeimg/Seshat/ILL.jpg | Bin 4349 -> 4349 bytes > .../bootstrap/itemtypeimg/Seshat/archivalCD.gif | Bin 3081 -> 3081 bytes > .../bootstrap/itemtypeimg/Seshat/archivalDVD.gif | Bin 3126 -> 3126 bytes > .../bootstrap/itemtypeimg/Seshat/archivalVHS.gif | Bin 3645 -> 3645 bytes > .../bootstrap/itemtypeimg/Seshat/archivalVHS.jpg | Bin 4541 -> 4541 bytes > .../bootstrap/itemtypeimg/Seshat/archivaltape.gif | Bin 3852 -> 3852 bytes > .../bootstrap/itemtypeimg/Seshat/book.gif | Bin 3137 -> 3137 bytes > .../opac-tmpl/bootstrap/itemtypeimg/Seshat/cd.gif | Bin 3170 -> 3170 bytes > .../bootstrap/itemtypeimg/Seshat/cdrom.gif | Bin 3322 -> 3322 bytes > .../bootstrap/itemtypeimg/Seshat/cdromreserve.gif | Bin 3440 -> 3440 bytes > .../bootstrap/itemtypeimg/Seshat/download.gif | Bin 3405 -> 3405 bytes > .../bootstrap/itemtypeimg/Seshat/ebook.gif | Bin 3117 -> 3117 bytes > .../opac-tmpl/bootstrap/itemtypeimg/Seshat/key.gif | Bin 3110 -> 3110 bytes > .../opac-tmpl/bootstrap/itemtypeimg/Seshat/key.jpg | Bin 3926 -> 3926 bytes > .../bootstrap/itemtypeimg/Seshat/newbook.gif | Bin 3334 -> 3334 bytes > .../bootstrap/itemtypeimg/Seshat/referencebook.gif | Bin 3097 -> 3097 bytes > .../bootstrap/itemtypeimg/Seshat/reservebook.gif | Bin 3066 -> 3066 bytes > .../bootstrap/itemtypeimg/Seshat/reservecd.gif | Bin 3104 -> 3104 bytes > .../bootstrap/itemtypeimg/Seshat/reservetape.gif | Bin 3856 -> 3856 bytes > .../bootstrap/itemtypeimg/Seshat/reservevhs.gif | Bin 3642 -> 3642 bytes > .../bootstrap/itemtypeimg/Seshat/tape.gif | Bin 3805 -> 3805 bytes > .../opac-tmpl/bootstrap/itemtypeimg/Seshat/vhs.gif | Bin 3627 -> 3627 bytes > .../bootstrap/itemtypeimg/bridge/2d_art.gif | Bin 978 -> 978 bytes > .../bootstrap/itemtypeimg/bridge/3d_art.gif | Bin 988 -> 988 bytes > .../bootstrap/itemtypeimg/bridge/7Day_book.gif | Bin 1833 -> 1833 bytes > .../bootstrap/itemtypeimg/bridge/archive.gif | Bin 986 -> 986 bytes > .../bootstrap/itemtypeimg/bridge/audio.gif | Bin 1530 -> 1530 bytes > .../bootstrap/itemtypeimg/bridge/book.gif | Bin 1051 -> 1051 bytes > .../bootstrap/itemtypeimg/bridge/cd_music.gif | Bin 883 -> 883 bytes > .../bootstrap/itemtypeimg/bridge/computer_file.gif | Bin 880 -> 880 bytes > .../bootstrap/itemtypeimg/bridge/digital_audio.gif | Bin 1032 -> 1032 bytes > .../opac-tmpl/bootstrap/itemtypeimg/bridge/dvd.gif | Bin 895 -> 895 bytes > .../bootstrap/itemtypeimg/bridge/e_book.gif | Bin 1145 -> 1145 bytes > .../bootstrap/itemtypeimg/bridge/e_journal.gif | Bin 898 -> 898 bytes > .../bootstrap/itemtypeimg/bridge/e_video.gif | Bin 1891 -> 1891 bytes > .../bootstrap/itemtypeimg/bridge/journal.gif | Bin 1909 -> 1909 bytes > .../bootstrap/itemtypeimg/bridge/juvenile_book.gif | Bin 1869 -> 1869 bytes > .../opac-tmpl/bootstrap/itemtypeimg/bridge/kit.gif | Bin 878 -> 878 bytes > .../bootstrap/itemtypeimg/bridge/laserdisk.gif | Bin 976 -> 976 bytes > .../opac-tmpl/bootstrap/itemtypeimg/bridge/map.gif | Bin 1333 -> 1333 bytes > .../bootstrap/itemtypeimg/bridge/noncirc_book.gif | Bin 1887 -> 1887 bytes > .../bootstrap/itemtypeimg/bridge/noncirc_dvd.gif | Bin 1755 -> 1755 bytes > .../bootstrap/itemtypeimg/bridge/periodical.gif | Bin 977 -> 977 bytes > .../bootstrap/itemtypeimg/bridge/realia.gif | Bin 1662 -> 1662 bytes > .../bootstrap/itemtypeimg/bridge/reference.gif | Bin 1870 -> 1870 bytes > .../bootstrap/itemtypeimg/bridge/reserve_book.gif | Bin 1810 -> 1810 bytes > .../bootstrap/itemtypeimg/bridge/score.gif | Bin 833 -> 833 bytes > .../bootstrap/itemtypeimg/bridge/software.gif | Bin 1792 -> 1792 bytes > .../bootstrap/itemtypeimg/bridge/sound.gif | Bin 1041 -> 1041 bytes > .../bootstrap/itemtypeimg/bridge/tape_music.gif | Bin 1119 -> 1119 bytes > .../opac-tmpl/bootstrap/itemtypeimg/bridge/vhs.gif | Bin 836 -> 836 bytes > .../bootstrap/itemtypeimg/bridge/vinyl_music.gif | Bin 1340 -> 1340 bytes > .../opac-tmpl/bootstrap/itemtypeimg/bridge/web.gif | Bin 1943 -> 1943 bytes > .../bootstrap/itemtypeimg/carredart/bd.png | Bin 1207 -> 1207 bytes > .../bootstrap/itemtypeimg/carredart/cd.png | Bin 2005 -> 2005 bytes > .../bootstrap/itemtypeimg/carredart/cdrom.png | Bin 787 -> 787 bytes > .../itemtypeimg/carredart/dossier_de_presse.png | Bin 820 -> 820 bytes > .../bootstrap/itemtypeimg/carredart/dvd.png | Bin 1929 -> 1929 bytes > .../itemtypeimg/carredart/dvd_musical.png | Bin 2131 -> 2131 bytes > .../bootstrap/itemtypeimg/carredart/livre.png | Bin 403 -> 403 bytes > .../itemtypeimg/carredart/livre_ancien.png | Bin 2611 -> 2611 bytes > .../itemtypeimg/carredart/livre_artiste.png | Bin 1039 -> 1039 bytes > .../itemtypeimg/carredart/livre_audio.png | Bin 1886 -> 1886 bytes > .../carredart/livre_en_gros_caracteres.png | Bin 1279 -> 1279 bytes > .../itemtypeimg/carredart/livre_multimedia.png | Bin 1372 -> 1372 bytes > .../bootstrap/itemtypeimg/carredart/partition.png | Bin 976 -> 976 bytes > .../bootstrap/itemtypeimg/carredart/revue.png | Bin 624 -> 624 bytes > .../bootstrap/itemtypeimg/carredart/vhs.png | Bin 632 -> 632 bytes > .../bootstrap/itemtypeimg/colors/000000.png | Bin 2817 -> 2817 bytes > .../bootstrap/itemtypeimg/colors/006600.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/3333cc.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/660000.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/6600cc.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/663333.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/6666cc.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/66cc66.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/990000.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/996633.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/999999.png | Bin 2820 -> 2820 bytes > .../bootstrap/itemtypeimg/colors/9999cc.png | Bin 2820 -> 2820 bytes > .../bootstrap/itemtypeimg/colors/99cc33.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/cc3333.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/cc6666.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/cc66cc.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/cc9999.png | Bin 2820 -> 2820 bytes > .../bootstrap/itemtypeimg/colors/cc99cc.png | Bin 2820 -> 2820 bytes > .../bootstrap/itemtypeimg/colors/cccc00.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/ffff33.png | Bin 2819 -> 2819 bytes > .../bootstrap/itemtypeimg/colors/ffffcc.png | Bin 2820 -> 2820 bytes > .../bootstrap/itemtypeimg/colors/ffffff.png | Bin 2818 -> 2818 bytes > .../crystal-clear/Internet_Connection_Tools.png | Bin 2577 -> 2577 bytes > .../itemtypeimg/crystal-clear/Quicktime.png | Bin 2086 -> 2086 bytes > .../bootstrap/itemtypeimg/crystal-clear/aktion.png | Bin 1475 -> 1475 bytes > .../bootstrap/itemtypeimg/crystal-clear/binary.png | Bin 1067 -> 1067 bytes > .../itemtypeimg/crystal-clear/blockdevice.png | Bin 2541 -> 2541 bytes > .../itemtypeimg/crystal-clear/bookmark.png | Bin 2215 -> 2215 bytes > .../itemtypeimg/crystal-clear/books-closed-32.png | Bin 4766 -> 4766 bytes > .../itemtypeimg/crystal-clear/books-open-32.png | Bin 4110 -> 4110 bytes > .../itemtypeimg/crystal-clear/books-open-cd-32.png | Bin 4690 -> 4690 bytes > .../itemtypeimg/crystal-clear/browser.png | Bin 2958 -> 2958 bytes > .../bootstrap/itemtypeimg/crystal-clear/build.png | Bin 2564 -> 2564 bytes > .../bootstrap/itemtypeimg/crystal-clear/calc.png | Bin 1884 -> 1884 bytes > .../bootstrap/itemtypeimg/crystal-clear/camera.png | Bin 2619 -> 2619 bytes > .../itemtypeimg/crystal-clear/cardgame.png | Bin 2412 -> 2412 bytes > .../itemtypeimg/crystal-clear/cdimage.png | Bin 2107 -> 2107 bytes > .../itemtypeimg/crystal-clear/cdrom_mount.png | Bin 2926 -> 2926 bytes > .../itemtypeimg/crystal-clear/cdrom_unmount.png | Bin 2845 -> 2845 bytes > .../itemtypeimg/crystal-clear/cdtrack.png | Bin 1749 -> 1749 bytes > .../itemtypeimg/crystal-clear/cdwriter_mount.png | Bin 2993 -> 2993 bytes > .../itemtypeimg/crystal-clear/cdwriter_unmount.png | Bin 2921 -> 2921 bytes > .../itemtypeimg/crystal-clear/decrypted.png | Bin 1837 -> 1837 bytes > .../bootstrap/itemtypeimg/crystal-clear/demo.png | Bin 2643 -> 2643 bytes > .../itemtypeimg/crystal-clear/desktopshare.png | Bin 2815 -> 2815 bytes > .../itemtypeimg/crystal-clear/display.png | Bin 2352 -> 2352 bytes > .../itemtypeimg/crystal-clear/document.png | Bin 1056 -> 1056 bytes > .../itemtypeimg/crystal-clear/document2.png | Bin 1890 -> 1890 bytes > .../itemtypeimg/crystal-clear/download_manager.png | Bin 2358 -> 2358 bytes > .../itemtypeimg/crystal-clear/dvd_mount.png | Bin 3056 -> 3056 bytes > .../itemtypeimg/crystal-clear/dvd_mount_2.png | Bin 2827 -> 2827 bytes > .../itemtypeimg/crystal-clear/dvd_unmount.png | Bin 2980 -> 2980 bytes > .../bootstrap/itemtypeimg/crystal-clear/edit.png | Bin 1704 -> 1704 bytes > .../itemtypeimg/crystal-clear/editpaste.png | Bin 1522 -> 1522 bytes > .../itemtypeimg/crystal-clear/encrypted.png | Bin 1180 -> 1180 bytes > .../itemtypeimg/crystal-clear/file_temporary.png | Bin 2151 -> 2151 bytes > .../itemtypeimg/crystal-clear/floppy_mount.png | Bin 1833 -> 1833 bytes > .../itemtypeimg/crystal-clear/floppy_unmount.png | Bin 1040 -> 1040 bytes > .../itemtypeimg/crystal-clear/folder_blue.png | Bin 1807 -> 1807 bytes > .../itemtypeimg/crystal-clear/folder_green.png | Bin 1833 -> 1833 bytes > .../itemtypeimg/crystal-clear/folder_grey.png | Bin 1033 -> 1033 bytes > .../itemtypeimg/crystal-clear/folder_grey_open.png | Bin 1402 -> 1402 bytes > .../itemtypeimg/crystal-clear/folder_html.png | Bin 2494 -> 2494 bytes > .../itemtypeimg/crystal-clear/folder_image.png | Bin 2324 -> 2324 bytes > .../itemtypeimg/crystal-clear/folder_images.png | Bin 2205 -> 2205 bytes > .../itemtypeimg/crystal-clear/folder_locked.png | Bin 2235 -> 2235 bytes > .../itemtypeimg/crystal-clear/folder_music.png | Bin 2082 -> 2082 bytes > .../itemtypeimg/crystal-clear/folder_print.png | Bin 2156 -> 2156 bytes > .../itemtypeimg/crystal-clear/folder_red.png | Bin 1848 -> 1848 bytes > .../itemtypeimg/crystal-clear/folder_sound.png | Bin 2462 -> 2462 bytes > .../itemtypeimg/crystal-clear/folder_txt.png | Bin 2244 -> 2244 bytes > .../itemtypeimg/crystal-clear/folder_video.png | Bin 2563 -> 2563 bytes > .../itemtypeimg/crystal-clear/folder_yellow.png | Bin 1777 -> 1777 bytes > .../itemtypeimg/crystal-clear/hdd_mount.png | Bin 2441 -> 2441 bytes > .../bootstrap/itemtypeimg/crystal-clear/html.png | Bin 2072 -> 2072 bytes > .../bootstrap/itemtypeimg/crystal-clear/image.png | Bin 1918 -> 1918 bytes > .../bootstrap/itemtypeimg/crystal-clear/image2.png | Bin 2271 -> 2271 bytes > .../bootstrap/itemtypeimg/crystal-clear/info.png | Bin 2598 -> 2598 bytes > .../itemtypeimg/crystal-clear/internet.png | Bin 2773 -> 2773 bytes > .../itemtypeimg/crystal-clear/joystick.png | Bin 1980 -> 1980 bytes > .../itemtypeimg/crystal-clear/kaddressbook.png | Bin 2484 -> 2484 bytes > .../itemtypeimg/crystal-clear/kbackgammon.png | Bin 2105 -> 2105 bytes > .../bootstrap/itemtypeimg/crystal-clear/kcmdf.png | Bin 2449 -> 2449 bytes > .../itemtypeimg/crystal-clear/kcmmidi.png | Bin 1779 -> 1779 bytes > .../itemtypeimg/crystal-clear/kcoloredit.png | Bin 2689 -> 2689 bytes > .../bootstrap/itemtypeimg/crystal-clear/kdict.png | Bin 2500 -> 2500 bytes > .../bootstrap/itemtypeimg/crystal-clear/kedit.png | Bin 2347 -> 2347 bytes > .../itemtypeimg/crystal-clear/keyboard.png | Bin 1060 -> 1060 bytes > .../itemtypeimg/crystal-clear/klaptop.png | Bin 2001 -> 2001 bytes > .../bootstrap/itemtypeimg/crystal-clear/kmid.png | Bin 2384 -> 2384 bytes > .../itemtypeimg/crystal-clear/korganizer.png | Bin 2646 -> 2646 bytes > .../itemtypeimg/crystal-clear/kpackage.png | Bin 2860 -> 2860 bytes > .../bootstrap/itemtypeimg/crystal-clear/kpat.png | Bin 1975 -> 1975 bytes > .../bootstrap/itemtypeimg/crystal-clear/kpoker.png | Bin 1769 -> 1769 bytes > .../bootstrap/itemtypeimg/crystal-clear/kscd.png | Bin 2525 -> 2525 bytes > .../itemtypeimg/crystal-clear/ksnapshot.png | Bin 2423 -> 2423 bytes > .../bootstrap/itemtypeimg/crystal-clear/kuser2.png | Bin 2321 -> 2321 bytes > .../bootstrap/itemtypeimg/crystal-clear/kwrite.png | Bin 2842 -> 2842 bytes > .../bootstrap/itemtypeimg/crystal-clear/kxkb.png | Bin 1612 -> 1612 bytes > .../itemtypeimg/crystal-clear/lock-silver.png | Bin 3723 -> 3723 bytes > .../bootstrap/itemtypeimg/crystal-clear/lock.png | Bin 1966 -> 1966 bytes > .../itemtypeimg/crystal-clear/lock_-_pink.png | Bin 2228 -> 2228 bytes > .../bootstrap/itemtypeimg/crystal-clear/log.png | Bin 1640 -> 1640 bytes > .../bootstrap/itemtypeimg/crystal-clear/lsongs.png | Bin 2667 -> 2667 bytes > .../bootstrap/itemtypeimg/crystal-clear/make.png | Bin 2016 -> 2016 bytes > .../bootstrap/itemtypeimg/crystal-clear/man.png | Bin 1813 -> 1813 bytes > .../itemtypeimg/crystal-clear/message.png | Bin 2055 -> 2055 bytes > .../itemtypeimg/crystal-clear/mime-postscript.png | Bin 1599 -> 1599 bytes > .../itemtypeimg/crystal-clear/mime_txt.png | Bin 1880 -> 1880 bytes > .../itemtypeimg/crystal-clear/mp3player.png | Bin 2222 -> 2222 bytes > .../itemtypeimg/crystal-clear/mp3player2.png | Bin 1812 -> 1812 bytes > .../itemtypeimg/crystal-clear/musicstore.png | Bin 2612 -> 2612 bytes > .../itemtypeimg/crystal-clear/musicstore2.png | Bin 2639 -> 2639 bytes > .../bootstrap/itemtypeimg/crystal-clear/mymac.png | Bin 2070 -> 2070 bytes > .../itemtypeimg/crystal-clear/nfs_mount.png | Bin 2572 -> 2572 bytes > .../itemtypeimg/crystal-clear/nfs_unmount.png | Bin 2400 -> 2400 bytes > .../bootstrap/itemtypeimg/crystal-clear/palm.png | Bin 1595 -> 1595 bytes > .../bootstrap/itemtypeimg/crystal-clear/pda.png | Bin 1961 -> 1961 bytes > .../itemtypeimg/crystal-clear/pda_black.png | Bin 1866 -> 1866 bytes > .../itemtypeimg/crystal-clear/pda_blue.png | Bin 1804 -> 1804 bytes > .../itemtypeimg/crystal-clear/print_class.png | Bin 2254 -> 2254 bytes > .../bootstrap/itemtypeimg/crystal-clear/readme.png | Bin 1925 -> 1925 bytes > .../itemtypeimg/crystal-clear/reminders.png | Bin 1719 -> 1719 bytes > .../itemtypeimg/crystal-clear/scanner.png | Bin 2059 -> 2059 bytes > .../itemtypeimg/crystal-clear/schedule.png | Bin 1801 -> 1801 bytes > .../itemtypeimg/crystal-clear/starthere.png | Bin 2630 -> 2630 bytes > .../bootstrap/itemtypeimg/crystal-clear/tablet.png | Bin 2026 -> 2026 bytes > .../itemtypeimg/crystal-clear/tutorials.png | Bin 2021 -> 2021 bytes > .../bootstrap/itemtypeimg/crystal-clear/tv.png | Bin 1742 -> 1742 bytes > .../bootstrap/itemtypeimg/crystal-clear/usb.png | Bin 1822 -> 1822 bytes > .../crystal-clear/usbpendrive_mount.png | Bin 2881 -> 2881 bytes > .../crystal-clear/usbpendrive_unmount.png | Bin 2758 -> 2758 bytes > .../itemtypeimg/crystal-clear/viewmag.png | Bin 2019 -> 2019 bytes > .../itemtypeimg/crystal-clear/voice-support.png | Bin 2051 -> 2051 bytes > .../bootstrap/itemtypeimg/crystal-clear/xmms.png | Bin 2946 -> 2946 bytes > .../itemtypeimg/crystal-clear/zip_mount.png | Bin 2172 -> 2172 bytes > .../itemtypeimg/crystal-clear/zip_unmount.png | Bin 1968 -> 1968 bytes > .../itemtypeimg/liblime-kids/addtobasket.gif | Bin 2540 -> 2540 bytes > .../itemtypeimg/liblime-kids/addtocart.png | Bin 3479 -> 3479 bytes > .../itemtypeimg/liblime-kids/addtoshelf.gif | Bin 2956 -> 2956 bytes > .../itemtypeimg/liblime-kids/addtoshelf.png | Bin 4838 -> 4838 bytes > .../itemtypeimg/liblime-kids/audiobook-cd.gif | Bin 2927 -> 2927 bytes > .../itemtypeimg/liblime-kids/audiobook-cd.png | Bin 4468 -> 4468 bytes > .../itemtypeimg/liblime-kids/audiobook.gif | Bin 2867 -> 2867 bytes > .../itemtypeimg/liblime-kids/audiobook.png | Bin 4205 -> 4205 bytes > .../liblime-kids/beginner-reader-book.gif | Bin 2936 -> 2936 bytes > .../itemtypeimg/liblime-kids/beginner-reader.png | Bin 4651 -> 4651 bytes > .../itemtypeimg/liblime-kids/big-book-icon.gif | Bin 3193 -> 3193 bytes > .../itemtypeimg/liblime-kids/big-book-icon.png | Bin 5069 -> 5069 bytes > .../itemtypeimg/liblime-kids/book-bag-icon.png | Bin 4820 -> 4820 bytes > .../itemtypeimg/liblime-kids/book-bag.gif | Bin 3047 -> 3047 bytes > .../itemtypeimg/liblime-kids/book-icon-60px.gif | Bin 2255 -> 2255 bytes > .../liblime-kids/book-icon-author-search.gif | Bin 5399 -> 5399 bytes > .../liblime-kids/book-icon-author-search.png | Bin 5397 -> 5397 bytes > .../liblime-kids/book-icon-biography.gif | Bin 3135 -> 3135 bytes > .../liblime-kids/book-icon-biography.png | Bin 5462 -> 5462 bytes > .../liblime-kids/book-icon-call-number.gif | Bin 3982 -> 3982 bytes > .../itemtypeimg/liblime-kids/book-icon-mystery.gif | Bin 3009 -> 3009 bytes > .../itemtypeimg/liblime-kids/book-icon-mystery.png | Bin 4591 -> 4591 bytes > .../liblime-kids/book-icon-mystery2.gif | Bin 3006 -> 3006 bytes > .../liblime-kids/book-icon-non-fiction.gif | Bin 2840 -> 2840 bytes > .../liblime-kids/book-icon-non-fiction.png | Bin 4520 -> 4520 bytes > .../liblime-kids/book-icon-scifi-60px.gif | Bin 2892 -> 2892 bytes > .../itemtypeimg/liblime-kids/book-icon-sifi.png | Bin 5037 -> 5037 bytes > .../liblime-kids/book-icon-subject-search.gif | Bin 5595 -> 5595 bytes > .../liblime-kids/book-icon-subject-search.png | Bin 5059 -> 5059 bytes > .../liblime-kids/book-icon-title-search.gif | Bin 5467 -> 5467 bytes > .../liblime-kids/book-icon-title-search.png | Bin 5120 -> 5120 bytes > .../itemtypeimg/liblime-kids/book-icon-western.gif | Bin 2966 -> 2966 bytes > .../itemtypeimg/liblime-kids/book-icon-western.png | Bin 4324 -> 4324 bytes > .../itemtypeimg/liblime-kids/book-icon.png | Bin 3631 -> 3631 bytes > .../itemtypeimg/liblime-kids/book-large-print.gif | Bin 3037 -> 3037 bytes > .../itemtypeimg/liblime-kids/book-large-print.png | Bin 4329 -> 4329 bytes > .../bootstrap/itemtypeimg/liblime-kids/brief..gif | Bin 1843 -> 1843 bytes > .../bootstrap/itemtypeimg/liblime-kids/card.gif | Bin 2324 -> 2324 bytes > .../bootstrap/itemtypeimg/liblime-kids/card.png | Bin 2316 -> 2316 bytes > .../itemtypeimg/liblime-kids/cd-rom-icon.png | Bin 3350 -> 3350 bytes > .../itemtypeimg/liblime-kids/clear-book-bag.gif | Bin 3081 -> 3081 bytes > .../itemtypeimg/liblime-kids/clear-book-bag.png | Bin 4866 -> 4866 bytes > .../bootstrap/itemtypeimg/liblime-kids/detail.gif | Bin 1866 -> 1866 bytes > .../bootstrap/itemtypeimg/liblime-kids/detail.png | Bin 2478 -> 2478 bytes > .../liblime-kids/faculty-course-manual.png | Bin 2132 -> 2132 bytes > .../liblime-kids/faculty-course-materials.gif | Bin 1969 -> 1969 bytes > .../itemtypeimg/liblime-kids/icon-reference.gif | Bin 3111 -> 3111 bytes > .../itemtypeimg/liblime-kids/icon-refrence.png | Bin 4466 -> 4466 bytes > .../itemtypeimg/liblime-kids/keyword-search.gif | Bin 4334 -> 4334 bytes > .../itemtypeimg/liblime-kids/keyword-search.png | Bin 3529 -> 3529 bytes > .../itemtypeimg/liblime-kids/music-CD.gif | Bin 2832 -> 2832 bytes > .../itemtypeimg/liblime-kids/music-cd.png | Bin 4120 -> 4120 bytes > .../itemtypeimg/liblime-kids/newspaper-icon.gif | Bin 3461 -> 3461 bytes > .../itemtypeimg/liblime-kids/newspaper-icon.png | Bin 5212 -> 5212 bytes > .../itemtypeimg/liblime-kids/videocassette.gif | Bin 3572 -> 3572 bytes > .../itemtypeimg/liblime-kids/videocassette.png | Bin 5108 -> 5108 bytes > .../liblime-kids/vinyl-sound-recordings.gif | Bin 2875 -> 2875 bytes > .../liblime-kids/vynal-sound-recording.png | Bin 4493 -> 4493 bytes > .../opac-tmpl/bootstrap/itemtypeimg/npl/AVA.gif | Bin 405 -> 405 bytes > .../npl/Adult-nonfiction-book-on-cassette.gif | Bin 306 -> 306 bytes > .../bootstrap/itemtypeimg/npl/Audiobook.gif | Bin 306 -> 306 bytes > .../bootstrap/itemtypeimg/npl/Biography.gif | Bin 222 -> 222 bytes > .../bootstrap/itemtypeimg/npl/Book-on-CD.gif | Bin 277 -> 277 bytes > .../bootstrap/itemtypeimg/npl/Book-on-Tape.gif | Bin 263 -> 263 bytes > .../bootstrap/itemtypeimg/npl/CD-ROM-software.gif | Bin 322 -> 322 bytes > .../itemtypeimg/npl/DVD-Juvenile-nonfiction.gif | Bin 337 -> 337 bytes > .../bootstrap/itemtypeimg/npl/DVD-Juvenile.gif | Bin 337 -> 337 bytes > .../bootstrap/itemtypeimg/npl/DVD-nonfiction.gif | Bin 336 -> 336 bytes > .../opac-tmpl/bootstrap/itemtypeimg/npl/DVD.gif | Bin 281 -> 281 bytes > .../opac-tmpl/bootstrap/itemtypeimg/npl/EDLS.gif | Bin 431 -> 431 bytes > .../bootstrap/itemtypeimg/npl/Ed.-Curriculum.gif | Bin 304 -> 304 bytes > .../opac-tmpl/bootstrap/itemtypeimg/npl/FLAG.gif | Bin 231 -> 231 bytes > .../itemtypeimg/npl/Faculty-Course-Materials.gif | Bin 211 -> 211 bytes > .../itemtypeimg/npl/Fiction-large-print.gif | Bin 293 -> 293 bytes > .../bootstrap/itemtypeimg/npl/Fiction.gif | Bin 222 -> 222 bytes > .../itemtypeimg/npl/Juvenile-audiobook.gif | Bin 288 -> 288 bytes > .../itemtypeimg/npl/Juvenile-biography.gif | Bin 294 -> 294 bytes > .../itemtypeimg/npl/Juvenile-book-tape-kit.gif | Bin 380 -> 380 bytes > .../bootstrap/itemtypeimg/npl/Juvenile-fiction.gif | Bin 235 -> 235 bytes > .../itemtypeimg/npl/Juvenile-non-fiction.gif | Bin 365 -> 365 bytes > .../npl/Juvenile-nonfiction-book-on-CD.gif | Bin 406 -> 406 bytes > .../npl/Juvenile-nonfiction-book-on-cassette.gif | Bin 398 -> 398 bytes > .../itemtypeimg/npl/Juvenile-picture-books.gif | Bin 282 -> 282 bytes > .../itemtypeimg/npl/Juvenile-reference.gif | Bin 400 -> 400 bytes > .../bootstrap/itemtypeimg/npl/Local-history.gif | Bin 254 -> 254 bytes > .../bootstrap/itemtypeimg/npl/Magazine.gif | Bin 351 -> 351 bytes > .../bootstrap/itemtypeimg/npl/Microfiche.gif | Bin 278 -> 278 bytes > .../bootstrap/itemtypeimg/npl/Microfilm.gif | Bin 262 -> 262 bytes > .../bootstrap/itemtypeimg/npl/Music-CD.gif | Bin 241 -> 241 bytes > .../bootstrap/itemtypeimg/npl/Mystery.gif | Bin 283 -> 283 bytes > .../itemtypeimg/npl/Non-fiction-large-print.gif | Bin 292 -> 292 bytes > .../bootstrap/itemtypeimg/npl/Non-fiction.gif | Bin 221 -> 221 bytes > .../bootstrap/itemtypeimg/npl/Pamphlet.gif | Bin 254 -> 254 bytes > .../itemtypeimg/npl/Paperback-romance.gif | Bin 216 -> 216 bytes > .../bootstrap/itemtypeimg/npl/Rare-Book.gif | Bin 295 -> 295 bytes > .../bootstrap/itemtypeimg/npl/Reference.gif | Bin 331 -> 331 bytes > .../opac-tmpl/bootstrap/itemtypeimg/npl/SIRS.gif | Bin 236 -> 236 bytes > .../opac-tmpl/bootstrap/itemtypeimg/npl/SS.gif | Bin 171 -> 171 bytes > .../itemtypeimg/npl/ScienceFictionFantasy.gif | Bin 276 -> 276 bytes > .../npl/Videocassette-juvenile-non-fiction.gif | Bin 289 -> 289 bytes > .../itemtypeimg/npl/Videocassette-juvenile.gif | Bin 289 -> 289 bytes > .../itemtypeimg/npl/Videocassette-non-fiction.gif | Bin 289 -> 289 bytes > .../bootstrap/itemtypeimg/npl/Videocassette.gif | Bin 294 -> 294 bytes > .../itemtypeimg/npl/Vinyl-Sound-Recordings.gif | Bin 411 -> 411 bytes > .../opac-tmpl/bootstrap/itemtypeimg/npl/WEB.gif | Bin 350 -> 350 bytes > .../bootstrap/itemtypeimg/npl/Western.gif | Bin 309 -> 309 bytes > .../opac-tmpl/bootstrap/itemtypeimg/npl/YAC.gif | Bin 263 -> 263 bytes > .../itemtypeimg/npl/Young-Adult-fiction.gif | Bin 223 -> 223 bytes > .../itemtypeimg/npl/Young-Adult-non-fiction.gif | Bin 251 -> 251 bytes > .../npl/Young-adult-fiction-book-on-CD.gif | Bin 262 -> 262 bytes > .../npl/Young-adult-nonfiction-book-on-CD.gif | Bin 295 -> 295 bytes > .../Young-adult-nonfiction-book-on-cassette.gif | Bin 289 -> 289 bytes > .../bootstrap/itemtypeimg/vokal/ACT-32px.png | Bin 2261 -> 2261 bytes > .../opac-tmpl/bootstrap/itemtypeimg/vokal/ACT.png | Bin 6277 -> 6277 bytes > .../bootstrap/itemtypeimg/vokal/BLURAY-32px.png | Bin 2145 -> 2145 bytes > .../bootstrap/itemtypeimg/vokal/BLURAY.png | Bin 5201 -> 5201 bytes > .../bootstrap/itemtypeimg/vokal/Book-32px.png | Bin 897 -> 897 bytes > .../itemtypeimg/vokal/Book-On-CD-32px.png | Bin 1559 -> 1559 bytes > .../itemtypeimg/vokal/Book-On-Tape-32px.png | Bin 1368 -> 1368 bytes > .../opac-tmpl/bootstrap/itemtypeimg/vokal/Book.png | Bin 3825 -> 3825 bytes > .../bootstrap/itemtypeimg/vokal/BookOnCD.png | Bin 5019 -> 5019 bytes > .../bootstrap/itemtypeimg/vokal/BookOnTape.png | Bin 3666 -> 3666 bytes > .../bootstrap/itemtypeimg/vokal/DVD-32px.png | Bin 1693 -> 1693 bytes > .../opac-tmpl/bootstrap/itemtypeimg/vokal/DVD.png | Bin 4111 -> 4111 bytes > .../itemtypeimg/vokal/Download-Audio-32px.png | Bin 1056 -> 1056 bytes > .../itemtypeimg/vokal/DownloadableAudio.png | Bin 2735 -> 2735 bytes > .../bootstrap/itemtypeimg/vokal/EDUC-32px.png | Bin 1939 -> 1939 bytes > .../opac-tmpl/bootstrap/itemtypeimg/vokal/EDUC.png | Bin 4864 -> 4864 bytes > .../bootstrap/itemtypeimg/vokal/EQUIP-32px.png | Bin 1570 -> 1570 bytes > .../bootstrap/itemtypeimg/vokal/EQUIP.png | Bin 6915 -> 6915 bytes > .../bootstrap/itemtypeimg/vokal/FIC-32px.png | Bin 1110 -> 1110 bytes > .../opac-tmpl/bootstrap/itemtypeimg/vokal/FIC.png | Bin 3973 -> 3973 bytes > .../bootstrap/itemtypeimg/vokal/HOLIDAY-32px.png | Bin 1522 -> 1522 bytes > .../bootstrap/itemtypeimg/vokal/HOLIDAY.png | Bin 2974 -> 2974 bytes > .../bootstrap/itemtypeimg/vokal/Hardware-32px.png | Bin 1753 -> 1753 bytes > .../bootstrap/itemtypeimg/vokal/Hardware.png | Bin 3695 -> 3695 bytes > .../bootstrap/itemtypeimg/vokal/ILL-32px.png | Bin 1227 -> 1227 bytes > .../opac-tmpl/bootstrap/itemtypeimg/vokal/ILL.png | Bin 2289 -> 2289 bytes > .../bootstrap/itemtypeimg/vokal/Kit-32px.png | Bin 1185 -> 1185 bytes > .../opac-tmpl/bootstrap/itemtypeimg/vokal/Kit.png | Bin 3073 -> 3073 bytes > .../itemtypeimg/vokal/Kit_Backpack_Image.png | Bin 2765 -> 2765 bytes > .../itemtypeimg/vokal/Kit_Backpack_Word.png | Bin 2899 -> 2899 bytes > .../bootstrap/itemtypeimg/vokal/Kit_Bag_Image.png | Bin 2475 -> 2475 bytes > .../itemtypeimg/vokal/Kit_Bag_Word-32px.png | Bin 1185 -> 1185 bytes > .../bootstrap/itemtypeimg/vokal/Kit_Bag_Word.png | Bin 3073 -> 3073 bytes > .../itemtypeimg/vokal/LargePrint-32px.png | Bin 907 -> 907 bytes > .../bootstrap/itemtypeimg/vokal/LargePrint.png | Bin 1685 -> 1685 bytes > .../itemtypeimg/vokal/MuseumPass-32px.png | Bin 1620 -> 1620 bytes > .../bootstrap/itemtypeimg/vokal/MuseumPass.png | Bin 5204 -> 5204 bytes > .../bootstrap/itemtypeimg/vokal/Music-32px.png | Bin 2602 -> 2602 bytes > .../bootstrap/itemtypeimg/vokal/Music.png | Bin 4869 -> 4869 bytes > .../bootstrap/itemtypeimg/vokal/NEWBK-32px.png | Bin 1358 -> 1358 bytes > .../bootstrap/itemtypeimg/vokal/NEWBK.png | Bin 4448 -> 4448 bytes > .../bootstrap/itemtypeimg/vokal/NFIC-32px.png | Bin 1357 -> 1357 bytes > .../opac-tmpl/bootstrap/itemtypeimg/vokal/NFIC.png | Bin 4000 -> 4000 bytes > .../itemtypeimg/vokal/Periodical-32px.png | Bin 1472 -> 1472 bytes > .../bootstrap/itemtypeimg/vokal/Periodical.png | Bin 4906 -> 4906 bytes > .../bootstrap/itemtypeimg/vokal/PlayAway-32px.png | Bin 1863 -> 1863 bytes > .../bootstrap/itemtypeimg/vokal/PlayAway.png | Bin 3415 -> 3415 bytes > .../bootstrap/itemtypeimg/vokal/Reference-32px.png | Bin 1057 -> 1057 bytes > .../bootstrap/itemtypeimg/vokal/Reference.png | Bin 1970 -> 1970 bytes > .../bootstrap/itemtypeimg/vokal/Special-32px.png | Bin 1620 -> 1620 bytes > .../bootstrap/itemtypeimg/vokal/Special.png | Bin 5204 -> 5204 bytes > .../bootstrap/itemtypeimg/vokal/VHS-32px.png | Bin 889 -> 889 bytes > .../opac-tmpl/bootstrap/itemtypeimg/vokal/VHS.png | Bin 1528 -> 1528 bytes > koha-tmpl/opac-tmpl/bootstrap/js/script.js | 69 +- > .../bootstrap/img/glyphicons-halflings-white.png | Bin 8777 -> 8777 bytes > .../lib/bootstrap/img/glyphicons-halflings.png | Bin 12799 -> 12799 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/AR.png | Bin 622 -> 622 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/BK.png | Bin 593 -> 593 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/CF.png | Bin 620 -> 620 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/GR.png | Bin 606 -> 606 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MM.png | Bin 760 -> 760 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MP.png | Bin 804 -> 804 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MU.png | Bin 610 -> 610 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MX.png | Bin 760 -> 760 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/PR.png | Bin 385 -> 385 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/SE.png | Bin 658 -> 658 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/ST.png | Bin 789 -> 789 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/TD.png | Bin 452 -> 452 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/VM.png | Bin 653 -> 653 bytes > .../bootstrap/lib/famfamfam/mini/action_back.gif | Bin 266 -> 266 bytes > .../lib/famfamfam/mini/action_forward.gif | Bin 265 -> 265 bytes > .../bootstrap/lib/famfamfam/mini/action_go.gif | Bin 268 -> 268 bytes > .../bootstrap/lib/famfamfam/mini/action_paste.gif | Bin 274 -> 274 bytes > .../bootstrap/lib/famfamfam/mini/action_print.gif | Bin 280 -> 280 bytes > .../lib/famfamfam/mini/action_refresh.gif | Bin 248 -> 248 bytes > .../lib/famfamfam/mini/action_refresh_blue.gif | Bin 256 -> 256 bytes > .../bootstrap/lib/famfamfam/mini/action_save.gif | Bin 279 -> 279 bytes > .../bootstrap/lib/famfamfam/mini/action_stop.gif | Bin 258 -> 258 bytes > .../lib/famfamfam/mini/application_dreamweaver.gif | Bin 197 -> 197 bytes > .../lib/famfamfam/mini/application_firefox.gif | Bin 262 -> 262 bytes > .../lib/famfamfam/mini/application_flash.gif | Bin 198 -> 198 bytes > .../bootstrap/lib/famfamfam/mini/arrow_down.gif | Bin 131 -> 131 bytes > .../bootstrap/lib/famfamfam/mini/arrow_left.gif | Bin 131 -> 131 bytes > .../bootstrap/lib/famfamfam/mini/arrow_right.gif | Bin 130 -> 130 bytes > .../bootstrap/lib/famfamfam/mini/arrow_up.gif | Bin 130 -> 130 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/mini/box.gif | Bin 274 -> 274 bytes > .../bootstrap/lib/famfamfam/mini/calendar.gif | Bin 268 -> 268 bytes > .../bootstrap/lib/famfamfam/mini/comment.gif | Bin 257 -> 257 bytes > .../bootstrap/lib/famfamfam/mini/comment_blue.gif | Bin 257 -> 257 bytes > .../lib/famfamfam/mini/comment_delete.gif | Bin 267 -> 267 bytes > .../bootstrap/lib/famfamfam/mini/comment_new.gif | Bin 367 -> 367 bytes > .../lib/famfamfam/mini/comment_yellow.gif | Bin 257 -> 257 bytes > .../bootstrap/lib/famfamfam/mini/copy.gif | Bin 278 -> 278 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/mini/cut.gif | Bin 271 -> 271 bytes > .../bootstrap/lib/famfamfam/mini/date.gif | Bin 280 -> 280 bytes > .../bootstrap/lib/famfamfam/mini/date_delete.gif | Bin 283 -> 283 bytes > .../bootstrap/lib/famfamfam/mini/date_new.gif | Bin 384 -> 384 bytes > .../bootstrap/lib/famfamfam/mini/file_acrobat.gif | Bin 291 -> 291 bytes > .../bootstrap/lib/famfamfam/mini/file_font.gif | Bin 653 -> 653 bytes > .../lib/famfamfam/mini/file_font_truetype.gif | Bin 648 -> 648 bytes > .../bootstrap/lib/famfamfam/mini/flag_blue.gif | Bin 248 -> 248 bytes > .../bootstrap/lib/famfamfam/mini/flag_green.gif | Bin 245 -> 245 bytes > .../bootstrap/lib/famfamfam/mini/flag_orange.gif | Bin 244 -> 244 bytes > .../bootstrap/lib/famfamfam/mini/flag_red.gif | Bin 244 -> 244 bytes > .../bootstrap/lib/famfamfam/mini/flag_white.gif | Bin 245 -> 245 bytes > .../bootstrap/lib/famfamfam/mini/folder.gif | Bin 249 -> 249 bytes > .../bootstrap/lib/famfamfam/mini/folder_delete.gif | Bin 261 -> 261 bytes > .../bootstrap/lib/famfamfam/mini/folder_images.gif | Bin 366 -> 366 bytes > .../bootstrap/lib/famfamfam/mini/folder_lock.gif | Bin 271 -> 271 bytes > .../bootstrap/lib/famfamfam/mini/folder_new.gif | Bin 360 -> 360 bytes > .../bootstrap/lib/famfamfam/mini/folder_page.gif | Bin 260 -> 260 bytes > .../bootstrap/lib/famfamfam/mini/icon_accept.gif | Bin 263 -> 263 bytes > .../bootstrap/lib/famfamfam/mini/icon_airmail.gif | Bin 256 -> 256 bytes > .../bootstrap/lib/famfamfam/mini/icon_alert.gif | Bin 246 -> 246 bytes > .../lib/famfamfam/mini/icon_attachment.gif | Bin 235 -> 235 bytes > .../bootstrap/lib/famfamfam/mini/icon_clock.gif | Bin 207 -> 207 bytes > .../lib/famfamfam/mini/icon_component.gif | Bin 597 -> 597 bytes > .../bootstrap/lib/famfamfam/mini/icon_download.gif | Bin 290 -> 290 bytes > .../bootstrap/lib/famfamfam/mini/icon_email.gif | Bin 260 -> 260 bytes > .../lib/famfamfam/mini/icon_extension.gif | Bin 267 -> 267 bytes > .../lib/famfamfam/mini/icon_favourites.gif | Bin 243 -> 243 bytes > .../lib/famfamfam/mini/icon_get_world.gif | Bin 189 -> 189 bytes > .../bootstrap/lib/famfamfam/mini/icon_history.gif | Bin 205 -> 205 bytes > .../bootstrap/lib/famfamfam/mini/icon_home.gif | Bin 179 -> 179 bytes > .../bootstrap/lib/famfamfam/mini/icon_info.gif | Bin 266 -> 266 bytes > .../bootstrap/lib/famfamfam/mini/icon_key.gif | Bin 230 -> 230 bytes > .../bootstrap/lib/famfamfam/mini/icon_link.gif | Bin 329 -> 329 bytes > .../bootstrap/lib/famfamfam/mini/icon_mail.gif | Bin 257 -> 257 bytes > .../lib/famfamfam/mini/icon_monitor_mac.gif | Bin 274 -> 274 bytes > .../lib/famfamfam/mini/icon_monitor_pc.gif | Bin 274 -> 274 bytes > .../bootstrap/lib/famfamfam/mini/icon_network.gif | Bin 265 -> 265 bytes > .../bootstrap/lib/famfamfam/mini/icon_package.gif | Bin 624 -> 624 bytes > .../lib/famfamfam/mini/icon_package_get.gif | Bin 616 -> 616 bytes > .../lib/famfamfam/mini/icon_package_open.gif | Bin 613 -> 613 bytes > .../bootstrap/lib/famfamfam/mini/icon_padlock.gif | Bin 249 -> 249 bytes > .../bootstrap/lib/famfamfam/mini/icon_security.gif | Bin 266 -> 266 bytes > .../bootstrap/lib/famfamfam/mini/icon_settings.gif | Bin 251 -> 251 bytes > .../bootstrap/lib/famfamfam/mini/icon_user.gif | Bin 246 -> 246 bytes > .../bootstrap/lib/famfamfam/mini/icon_wand.gif | Bin 205 -> 205 bytes > .../bootstrap/lib/famfamfam/mini/icon_world.gif | Bin 184 -> 184 bytes > .../lib/famfamfam/mini/icon_world_dynamic.gif | Bin 367 -> 367 bytes > .../bootstrap/lib/famfamfam/mini/image.gif | Bin 621 -> 621 bytes > .../bootstrap/lib/famfamfam/mini/image_new.gif | Bin 609 -> 609 bytes > .../lib/famfamfam/mini/interface_browser.gif | Bin 240 -> 240 bytes > .../lib/famfamfam/mini/interface_dialog.gif | Bin 238 -> 238 bytes > .../lib/famfamfam/mini/interface_installer.gif | Bin 242 -> 242 bytes > .../bootstrap/lib/famfamfam/mini/list_comments.gif | Bin 364 -> 364 bytes > .../lib/famfamfam/mini/list_components.gif | Bin 242 -> 242 bytes > .../bootstrap/lib/famfamfam/mini/list_errors.gif | Bin 242 -> 242 bytes > .../lib/famfamfam/mini/list_extensions.gif | Bin 251 -> 251 bytes > .../bootstrap/lib/famfamfam/mini/list_images.gif | Bin 565 -> 565 bytes > .../bootstrap/lib/famfamfam/mini/list_keys.gif | Bin 239 -> 239 bytes > .../bootstrap/lib/famfamfam/mini/list_links.gif | Bin 355 -> 355 bytes > .../bootstrap/lib/famfamfam/mini/list_packages.gif | Bin 365 -> 365 bytes > .../bootstrap/lib/famfamfam/mini/list_security.gif | Bin 246 -> 246 bytes > .../bootstrap/lib/famfamfam/mini/list_settings.gif | Bin 366 -> 366 bytes > .../bootstrap/lib/famfamfam/mini/list_users.gif | Bin 246 -> 246 bytes > .../bootstrap/lib/famfamfam/mini/list_world.gif | Bin 369 -> 369 bytes > .../bootstrap/lib/famfamfam/mini/note.gif | Bin 270 -> 270 bytes > .../bootstrap/lib/famfamfam/mini/note_delete.gif | Bin 271 -> 271 bytes > .../bootstrap/lib/famfamfam/mini/note_new.gif | Bin 379 -> 379 bytes > .../bootstrap/lib/famfamfam/mini/page.gif | Bin 274 -> 274 bytes > .../bootstrap/lib/famfamfam/mini/page_alert.gif | Bin 285 -> 285 bytes > .../lib/famfamfam/mini/page_attachment.gif | Bin 289 -> 289 bytes > .../bootstrap/lib/famfamfam/mini/page_bookmark.gif | Bin 291 -> 291 bytes > .../bootstrap/lib/famfamfam/mini/page_boy.gif | Bin 290 -> 290 bytes > .../bootstrap/lib/famfamfam/mini/page_code.gif | Bin 278 -> 278 bytes > .../bootstrap/lib/famfamfam/mini/page_colors.gif | Bin 271 -> 271 bytes > .../lib/famfamfam/mini/page_component.gif | Bin 646 -> 646 bytes > .../bootstrap/lib/famfamfam/mini/page_cross.gif | Bin 385 -> 385 bytes > .../bootstrap/lib/famfamfam/mini/page_delete.gif | Bin 277 -> 277 bytes > .../bootstrap/lib/famfamfam/mini/page_deny.gif | Bin 298 -> 298 bytes > .../bootstrap/lib/famfamfam/mini/page_down.gif | Bin 281 -> 281 bytes > .../bootstrap/lib/famfamfam/mini/page_dynamic.gif | Bin 271 -> 271 bytes > .../bootstrap/lib/famfamfam/mini/page_edit.gif | Bin 280 -> 280 bytes > .../lib/famfamfam/mini/page_extension.gif | Bin 279 -> 279 bytes > .../lib/famfamfam/mini/page_favourites.gif | Bin 290 -> 290 bytes > .../bootstrap/lib/famfamfam/mini/page_find.gif | Bin 273 -> 273 bytes > .../bootstrap/lib/famfamfam/mini/page_flash.gif | Bin 279 -> 279 bytes > .../bootstrap/lib/famfamfam/mini/page_girl.gif | Bin 291 -> 291 bytes > .../bootstrap/lib/famfamfam/mini/page_html.gif | Bin 285 -> 285 bytes > .../bootstrap/lib/famfamfam/mini/page_java.gif | Bin 650 -> 650 bytes > .../bootstrap/lib/famfamfam/mini/page_key.gif | Bin 281 -> 281 bytes > .../bootstrap/lib/famfamfam/mini/page_left.gif | Bin 285 -> 285 bytes > .../bootstrap/lib/famfamfam/mini/page_link.gif | Bin 644 -> 644 bytes > .../bootstrap/lib/famfamfam/mini/page_lock.gif | Bin 283 -> 283 bytes > .../bootstrap/lib/famfamfam/mini/page_new.gif | Bin 378 -> 378 bytes > .../bootstrap/lib/famfamfam/mini/page_next.gif | Bin 283 -> 283 bytes > .../bootstrap/lib/famfamfam/mini/page_package.gif | Bin 640 -> 640 bytes > .../bootstrap/lib/famfamfam/mini/page_php.gif | Bin 296 -> 296 bytes > .../bootstrap/lib/famfamfam/mini/page_prev.gif | Bin 279 -> 279 bytes > .../bootstrap/lib/famfamfam/mini/page_refresh.gif | Bin 286 -> 286 bytes > .../bootstrap/lib/famfamfam/mini/page_right.gif | Bin 283 -> 283 bytes > .../bootstrap/lib/famfamfam/mini/page_script.gif | Bin 277 -> 277 bytes > .../bootstrap/lib/famfamfam/mini/page_security.gif | Bin 280 -> 280 bytes > .../bootstrap/lib/famfamfam/mini/page_settings.gif | Bin 298 -> 298 bytes > .../bootstrap/lib/famfamfam/mini/page_sound.gif | Bin 407 -> 407 bytes > .../bootstrap/lib/famfamfam/mini/page_tag_blue.gif | Bin 288 -> 288 bytes > .../bootstrap/lib/famfamfam/mini/page_tag_red.gif | Bin 289 -> 289 bytes > .../bootstrap/lib/famfamfam/mini/page_text.gif | Bin 276 -> 276 bytes > .../lib/famfamfam/mini/page_text_delete.gif | Bin 277 -> 277 bytes > .../bootstrap/lib/famfamfam/mini/page_tick.gif | Bin 385 -> 385 bytes > .../bootstrap/lib/famfamfam/mini/page_tree.gif | Bin 287 -> 287 bytes > .../bootstrap/lib/famfamfam/mini/page_up.gif | Bin 283 -> 283 bytes > .../bootstrap/lib/famfamfam/mini/page_url.gif | Bin 298 -> 298 bytes > .../bootstrap/lib/famfamfam/mini/page_user.gif | Bin 290 -> 290 bytes > .../lib/famfamfam/mini/page_user_dark.gif | Bin 283 -> 283 bytes > .../lib/famfamfam/mini/page_user_light.gif | Bin 287 -> 287 bytes > .../bootstrap/lib/famfamfam/mini/page_video.gif | Bin 384 -> 384 bytes > .../bootstrap/lib/famfamfam/mini/page_wizard.gif | Bin 286 -> 286 bytes > .../bootstrap/lib/famfamfam/mini/table.gif | Bin 270 -> 270 bytes > .../bootstrap/lib/famfamfam/mini/table_delete.gif | Bin 274 -> 274 bytes > .../bootstrap/lib/famfamfam/mini/tables.gif | Bin 276 -> 276 bytes > .../bootstrap/lib/famfamfam/silk/accept.png | Bin 781 -> 781 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/add.png | Bin 733 -> 733 bytes > .../bootstrap/lib/famfamfam/silk/anchor.png | Bin 523 -> 523 bytes > .../bootstrap/lib/famfamfam/silk/application.png | Bin 464 -> 464 bytes > .../lib/famfamfam/silk/application_add.png | Bin 619 -> 619 bytes > .../lib/famfamfam/silk/application_cascade.png | Bin 524 -> 524 bytes > .../lib/famfamfam/silk/application_delete.png | Bin 610 -> 610 bytes > .../lib/famfamfam/silk/application_double.png | Bin 533 -> 533 bytes > .../lib/famfamfam/silk/application_edit.png | Bin 703 -> 703 bytes > .../lib/famfamfam/silk/application_error.png | Bin 656 -> 656 bytes > .../lib/famfamfam/silk/application_form.png | Bin 467 -> 467 bytes > .../lib/famfamfam/silk/application_form_add.png | Bin 592 -> 592 bytes > .../lib/famfamfam/silk/application_form_delete.png | Bin 605 -> 605 bytes > .../lib/famfamfam/silk/application_form_edit.png | Bin 714 -> 714 bytes > .../famfamfam/silk/application_form_magnify.png | Bin 612 -> 612 bytes > .../lib/famfamfam/silk/application_get.png | Bin 581 -> 581 bytes > .../lib/famfamfam/silk/application_go.png | Bin 634 -> 634 bytes > .../lib/famfamfam/silk/application_home.png | Bin 685 -> 685 bytes > .../lib/famfamfam/silk/application_key.png | Bin 670 -> 670 bytes > .../lib/famfamfam/silk/application_lightning.png | Bin 656 -> 656 bytes > .../lib/famfamfam/silk/application_link.png | Bin 701 -> 701 bytes > .../lib/famfamfam/silk/application_osx.png | Bin 487 -> 487 bytes > .../famfamfam/silk/application_osx_terminal.png | Bin 525 -> 525 bytes > .../lib/famfamfam/silk/application_put.png | Bin 585 -> 585 bytes > .../lib/famfamfam/silk/application_side_boxes.png | Bin 478 -> 478 bytes > .../famfamfam/silk/application_side_contract.png | Bin 547 -> 547 bytes > .../lib/famfamfam/silk/application_side_expand.png | Bin 581 -> 581 bytes > .../lib/famfamfam/silk/application_side_list.png | Bin 510 -> 510 bytes > .../lib/famfamfam/silk/application_side_tree.png | Bin 483 -> 483 bytes > .../lib/famfamfam/silk/application_split.png | Bin 520 -> 520 bytes > .../famfamfam/silk/application_tile_horizontal.png | Bin 432 -> 432 bytes > .../famfamfam/silk/application_tile_vertical.png | Bin 492 -> 492 bytes > .../famfamfam/silk/application_view_columns.png | Bin 493 -> 493 bytes > .../lib/famfamfam/silk/application_view_detail.png | Bin 576 -> 576 bytes > .../famfamfam/silk/application_view_gallery.png | Bin 555 -> 555 bytes > .../lib/famfamfam/silk/application_view_icons.png | Bin 476 -> 476 bytes > .../lib/famfamfam/silk/application_view_list.png | Bin 473 -> 473 bytes > .../lib/famfamfam/silk/application_view_tile.png | Bin 465 -> 465 bytes > .../lib/famfamfam/silk/application_xp.png | Bin 426 -> 426 bytes > .../lib/famfamfam/silk/application_xp_terminal.png | Bin 507 -> 507 bytes > .../bootstrap/lib/famfamfam/silk/arrow_branch.png | Bin 582 -> 582 bytes > .../bootstrap/lib/famfamfam/silk/arrow_divide.png | Bin 677 -> 677 bytes > .../bootstrap/lib/famfamfam/silk/arrow_down.png | Bin 379 -> 379 bytes > .../bootstrap/lib/famfamfam/silk/arrow_in.png | Bin 600 -> 600 bytes > .../bootstrap/lib/famfamfam/silk/arrow_inout.png | Bin 551 -> 551 bytes > .../bootstrap/lib/famfamfam/silk/arrow_join.png | Bin 626 -> 626 bytes > .../bootstrap/lib/famfamfam/silk/arrow_left.png | Bin 345 -> 345 bytes > .../bootstrap/lib/famfamfam/silk/arrow_merge.png | Bin 484 -> 484 bytes > .../bootstrap/lib/famfamfam/silk/arrow_out.png | Bin 594 -> 594 bytes > .../bootstrap/lib/famfamfam/silk/arrow_redo.png | Bin 625 -> 625 bytes > .../bootstrap/lib/famfamfam/silk/arrow_refresh.png | Bin 685 -> 685 bytes > .../lib/famfamfam/silk/arrow_refresh_small.png | Bin 506 -> 506 bytes > .../bootstrap/lib/famfamfam/silk/arrow_right.png | Bin 349 -> 349 bytes > .../famfamfam/silk/arrow_rotate_anticlockwise.png | Bin 608 -> 608 bytes > .../lib/famfamfam/silk/arrow_rotate_clockwise.png | Bin 602 -> 602 bytes > .../bootstrap/lib/famfamfam/silk/arrow_switch.png | Bin 683 -> 683 bytes > .../lib/famfamfam/silk/arrow_turn_left.png | Bin 516 -> 516 bytes > .../lib/famfamfam/silk/arrow_turn_right.png | Bin 489 -> 489 bytes > .../bootstrap/lib/famfamfam/silk/arrow_undo.png | Bin 631 -> 631 bytes > .../bootstrap/lib/famfamfam/silk/arrow_up.png | Bin 372 -> 372 bytes > .../lib/famfamfam/silk/asterisk_orange.png | Bin 760 -> 760 bytes > .../lib/famfamfam/silk/asterisk_yellow.png | Bin 743 -> 743 bytes > .../bootstrap/lib/famfamfam/silk/attach.png | Bin 391 -> 391 bytes > .../lib/famfamfam/silk/award_star_add.png | Bin 853 -> 853 bytes > .../lib/famfamfam/silk/award_star_bronze_1.png | Bin 733 -> 733 bytes > .../lib/famfamfam/silk/award_star_bronze_2.png | Bin 755 -> 755 bytes > .../lib/famfamfam/silk/award_star_bronze_3.png | Bin 754 -> 754 bytes > .../lib/famfamfam/silk/award_star_delete.png | Bin 849 -> 849 bytes > .../lib/famfamfam/silk/award_star_gold_1.png | Bin 753 -> 753 bytes > .../lib/famfamfam/silk/award_star_gold_2.png | Bin 770 -> 770 bytes > .../lib/famfamfam/silk/award_star_gold_3.png | Bin 781 -> 781 bytes > .../lib/famfamfam/silk/award_star_silver_1.png | Bin 714 -> 714 bytes > .../lib/famfamfam/silk/award_star_silver_2.png | Bin 734 -> 734 bytes > .../lib/famfamfam/silk/award_star_silver_3.png | Bin 738 -> 738 bytes > .../bootstrap/lib/famfamfam/silk/basket.png | Bin 669 -> 669 bytes > .../bootstrap/lib/famfamfam/silk/basket_add.png | Bin 752 -> 752 bytes > .../bootstrap/lib/famfamfam/silk/basket_delete.png | Bin 773 -> 773 bytes > .../bootstrap/lib/famfamfam/silk/basket_edit.png | Bin 811 -> 811 bytes > .../bootstrap/lib/famfamfam/silk/basket_error.png | Bin 794 -> 794 bytes > .../bootstrap/lib/famfamfam/silk/basket_go.png | Bin 777 -> 777 bytes > .../bootstrap/lib/famfamfam/silk/basket_put.png | Bin 733 -> 733 bytes > .../bootstrap/lib/famfamfam/silk/basket_remove.png | Bin 738 -> 738 bytes > .../bootstrap/lib/famfamfam/silk/bell.png | Bin 789 -> 789 bytes > .../bootstrap/lib/famfamfam/silk/bell_add.png | Bin 816 -> 816 bytes > .../bootstrap/lib/famfamfam/silk/bell_delete.png | Bin 824 -> 824 bytes > .../bootstrap/lib/famfamfam/silk/bell_error.png | Bin 813 -> 813 bytes > .../bootstrap/lib/famfamfam/silk/bell_go.png | Bin 836 -> 836 bytes > .../bootstrap/lib/famfamfam/silk/bell_link.png | Bin 850 -> 850 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/bin.png | Bin 476 -> 476 bytes > .../bootstrap/lib/famfamfam/silk/bin_closed.png | Bin 363 -> 363 bytes > .../bootstrap/lib/famfamfam/silk/bin_empty.png | Bin 475 -> 475 bytes > .../bootstrap/lib/famfamfam/silk/bomb.png | Bin 793 -> 793 bytes > .../bootstrap/lib/famfamfam/silk/book.png | Bin 593 -> 593 bytes > .../bootstrap/lib/famfamfam/silk/book_add.png | Bin 714 -> 714 bytes > .../lib/famfamfam/silk/book_addresses.png | Bin 770 -> 770 bytes > .../bootstrap/lib/famfamfam/silk/book_delete.png | Bin 719 -> 719 bytes > .../bootstrap/lib/famfamfam/silk/book_edit.png | Bin 813 -> 813 bytes > .../bootstrap/lib/famfamfam/silk/book_error.png | Bin 734 -> 734 bytes > .../bootstrap/lib/famfamfam/silk/book_go.png | Bin 745 -> 745 bytes > .../bootstrap/lib/famfamfam/silk/book_key.png | Bin 779 -> 779 bytes > .../bootstrap/lib/famfamfam/silk/book_link.png | Bin 789 -> 789 bytes > .../bootstrap/lib/famfamfam/silk/book_next.png | Bin 702 -> 702 bytes > .../bootstrap/lib/famfamfam/silk/book_open.png | Bin 622 -> 622 bytes > .../bootstrap/lib/famfamfam/silk/book_previous.png | Bin 680 -> 680 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/box.png | Bin 555 -> 555 bytes > .../bootstrap/lib/famfamfam/silk/brick.png | Bin 452 -> 452 bytes > .../bootstrap/lib/famfamfam/silk/brick_add.png | Bin 729 -> 729 bytes > .../bootstrap/lib/famfamfam/silk/brick_delete.png | Bin 745 -> 745 bytes > .../bootstrap/lib/famfamfam/silk/brick_edit.png | Bin 775 -> 775 bytes > .../bootstrap/lib/famfamfam/silk/brick_error.png | Bin 798 -> 798 bytes > .../bootstrap/lib/famfamfam/silk/brick_go.png | Bin 790 -> 790 bytes > .../bootstrap/lib/famfamfam/silk/brick_link.png | Bin 764 -> 764 bytes > .../bootstrap/lib/famfamfam/silk/bricks.png | Bin 825 -> 825 bytes > .../bootstrap/lib/famfamfam/silk/briefcase.png | Bin 793 -> 793 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/bug.png | Bin 774 -> 774 bytes > .../bootstrap/lib/famfamfam/silk/bug_add.png | Bin 806 -> 806 bytes > .../bootstrap/lib/famfamfam/silk/bug_delete.png | Bin 836 -> 836 bytes > .../bootstrap/lib/famfamfam/silk/bug_edit.png | Bin 873 -> 873 bytes > .../bootstrap/lib/famfamfam/silk/bug_error.png | Bin 841 -> 841 bytes > .../bootstrap/lib/famfamfam/silk/bug_go.png | Bin 831 -> 831 bytes > .../bootstrap/lib/famfamfam/silk/bug_link.png | Bin 847 -> 847 bytes > .../bootstrap/lib/famfamfam/silk/building.png | Bin 556 -> 556 bytes > .../bootstrap/lib/famfamfam/silk/building_add.png | Bin 631 -> 631 bytes > .../lib/famfamfam/silk/building_delete.png | Bin 633 -> 633 bytes > .../bootstrap/lib/famfamfam/silk/building_edit.png | Bin 731 -> 731 bytes > .../lib/famfamfam/silk/building_error.png | Bin 653 -> 653 bytes > .../bootstrap/lib/famfamfam/silk/building_go.png | Bin 665 -> 665 bytes > .../bootstrap/lib/famfamfam/silk/building_key.png | Bin 705 -> 705 bytes > .../bootstrap/lib/famfamfam/silk/building_link.png | Bin 668 -> 668 bytes > .../bootstrap/lib/famfamfam/silk/bullet_add.png | Bin 286 -> 286 bytes > .../lib/famfamfam/silk/bullet_arrow_bottom.png | Bin 229 -> 229 bytes > .../lib/famfamfam/silk/bullet_arrow_down.png | Bin 201 -> 201 bytes > .../lib/famfamfam/silk/bullet_arrow_top.png | Bin 230 -> 230 bytes > .../lib/famfamfam/silk/bullet_arrow_up.png | Bin 201 -> 201 bytes > .../bootstrap/lib/famfamfam/silk/bullet_black.png | Bin 211 -> 211 bytes > .../bootstrap/lib/famfamfam/silk/bullet_blue.png | Bin 289 -> 289 bytes > .../bootstrap/lib/famfamfam/silk/bullet_delete.png | Bin 308 -> 308 bytes > .../bootstrap/lib/famfamfam/silk/bullet_disk.png | Bin 483 -> 483 bytes > .../bootstrap/lib/famfamfam/silk/bullet_error.png | Bin 454 -> 454 bytes > .../bootstrap/lib/famfamfam/silk/bullet_feed.png | Bin 262 -> 262 bytes > .../bootstrap/lib/famfamfam/silk/bullet_go.png | Bin 410 -> 410 bytes > .../bootstrap/lib/famfamfam/silk/bullet_green.png | Bin 295 -> 295 bytes > .../bootstrap/lib/famfamfam/silk/bullet_key.png | Bin 436 -> 436 bytes > .../bootstrap/lib/famfamfam/silk/bullet_orange.png | Bin 283 -> 283 bytes > .../lib/famfamfam/silk/bullet_picture.png | Bin 470 -> 470 bytes > .../bootstrap/lib/famfamfam/silk/bullet_pink.png | Bin 286 -> 286 bytes > .../bootstrap/lib/famfamfam/silk/bullet_purple.png | Bin 294 -> 294 bytes > .../bootstrap/lib/famfamfam/silk/bullet_red.png | Bin 287 -> 287 bytes > .../bootstrap/lib/famfamfam/silk/bullet_star.png | Bin 331 -> 331 bytes > .../lib/famfamfam/silk/bullet_toggle_minus.png | Bin 207 -> 207 bytes > .../lib/famfamfam/silk/bullet_toggle_plus.png | Bin 209 -> 209 bytes > .../bootstrap/lib/famfamfam/silk/bullet_white.png | Bin 201 -> 201 bytes > .../bootstrap/lib/famfamfam/silk/bullet_wrench.png | Bin 448 -> 448 bytes > .../bootstrap/lib/famfamfam/silk/bullet_yellow.png | Bin 287 -> 287 bytes > .../bootstrap/lib/famfamfam/silk/cake.png | Bin 676 -> 676 bytes > .../bootstrap/lib/famfamfam/silk/calculator.png | Bin 543 -> 543 bytes > .../lib/famfamfam/silk/calculator_add.png | Bin 660 -> 660 bytes > .../lib/famfamfam/silk/calculator_delete.png | Bin 692 -> 692 bytes > .../lib/famfamfam/silk/calculator_edit.png | Bin 767 -> 767 bytes > .../lib/famfamfam/silk/calculator_error.png | Bin 731 -> 731 bytes > .../lib/famfamfam/silk/calculator_link.png | Bin 723 -> 723 bytes > .../bootstrap/lib/famfamfam/silk/calendar.png | Bin 675 -> 675 bytes > .../bootstrap/lib/famfamfam/silk/calendar_add.png | Bin 723 -> 723 bytes > .../lib/famfamfam/silk/calendar_delete.png | Bin 742 -> 742 bytes > .../bootstrap/lib/famfamfam/silk/calendar_edit.png | Bin 777 -> 777 bytes > .../bootstrap/lib/famfamfam/silk/calendar_link.png | Bin 795 -> 795 bytes > .../lib/famfamfam/silk/calendar_view_day.png | Bin 572 -> 572 bytes > .../lib/famfamfam/silk/calendar_view_month.png | Bin 595 -> 595 bytes > .../lib/famfamfam/silk/calendar_view_week.png | Bin 480 -> 480 bytes > .../bootstrap/lib/famfamfam/silk/camera.png | Bin 665 -> 665 bytes > .../bootstrap/lib/famfamfam/silk/camera_add.png | Bin 800 -> 800 bytes > .../bootstrap/lib/famfamfam/silk/camera_delete.png | Bin 797 -> 797 bytes > .../bootstrap/lib/famfamfam/silk/camera_edit.png | Bin 872 -> 872 bytes > .../bootstrap/lib/famfamfam/silk/camera_error.png | Bin 835 -> 835 bytes > .../bootstrap/lib/famfamfam/silk/camera_go.png | Bin 809 -> 809 bytes > .../bootstrap/lib/famfamfam/silk/camera_link.png | Bin 839 -> 839 bytes > .../bootstrap/lib/famfamfam/silk/camera_small.png | Bin 489 -> 489 bytes > .../bootstrap/lib/famfamfam/silk/cancel.png | Bin 587 -> 587 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/car.png | Bin 610 -> 610 bytes > .../bootstrap/lib/famfamfam/silk/car_add.png | Bin 677 -> 677 bytes > .../bootstrap/lib/famfamfam/silk/car_delete.png | Bin 689 -> 689 bytes > .../bootstrap/lib/famfamfam/silk/cart.png | Bin 421 -> 421 bytes > .../bootstrap/lib/famfamfam/silk/cart_add.png | Bin 711 -> 711 bytes > .../bootstrap/lib/famfamfam/silk/cart_delete.png | Bin 742 -> 742 bytes > .../bootstrap/lib/famfamfam/silk/cart_edit.png | Bin 789 -> 789 bytes > .../bootstrap/lib/famfamfam/silk/cart_error.png | Bin 790 -> 790 bytes > .../bootstrap/lib/famfamfam/silk/cart_go.png | Bin 763 -> 763 bytes > .../bootstrap/lib/famfamfam/silk/cart_put.png | Bin 763 -> 763 bytes > .../bootstrap/lib/famfamfam/silk/cart_remove.png | Bin 769 -> 769 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/cd.png | Bin 673 -> 673 bytes > .../bootstrap/lib/famfamfam/silk/cd_add.png | Bin 758 -> 758 bytes > .../bootstrap/lib/famfamfam/silk/cd_burn.png | Bin 756 -> 756 bytes > .../bootstrap/lib/famfamfam/silk/cd_delete.png | Bin 767 -> 767 bytes > .../bootstrap/lib/famfamfam/silk/cd_edit.png | Bin 790 -> 790 bytes > .../bootstrap/lib/famfamfam/silk/cd_eject.png | Bin 786 -> 786 bytes > .../bootstrap/lib/famfamfam/silk/cd_go.png | Bin 793 -> 793 bytes > .../bootstrap/lib/famfamfam/silk/chart_bar.png | Bin 541 -> 541 bytes > .../bootstrap/lib/famfamfam/silk/chart_bar_add.png | Bin 626 -> 626 bytes > .../lib/famfamfam/silk/chart_bar_delete.png | Bin 636 -> 636 bytes > .../lib/famfamfam/silk/chart_bar_edit.png | Bin 754 -> 754 bytes > .../lib/famfamfam/silk/chart_bar_error.png | Bin 671 -> 671 bytes > .../lib/famfamfam/silk/chart_bar_link.png | Bin 712 -> 712 bytes > .../bootstrap/lib/famfamfam/silk/chart_curve.png | Bin 710 -> 710 bytes > .../lib/famfamfam/silk/chart_curve_add.png | Bin 761 -> 761 bytes > .../lib/famfamfam/silk/chart_curve_delete.png | Bin 782 -> 782 bytes > .../lib/famfamfam/silk/chart_curve_edit.png | Bin 822 -> 822 bytes > .../lib/famfamfam/silk/chart_curve_error.png | Bin 837 -> 837 bytes > .../lib/famfamfam/silk/chart_curve_go.png | Bin 823 -> 823 bytes > .../lib/famfamfam/silk/chart_curve_link.png | Bin 829 -> 829 bytes > .../bootstrap/lib/famfamfam/silk/chart_line.png | Bin 526 -> 526 bytes > .../lib/famfamfam/silk/chart_line_add.png | Bin 655 -> 655 bytes > .../lib/famfamfam/silk/chart_line_delete.png | Bin 675 -> 675 bytes > .../lib/famfamfam/silk/chart_line_edit.png | Bin 718 -> 718 bytes > .../lib/famfamfam/silk/chart_line_error.png | Bin 741 -> 741 bytes > .../lib/famfamfam/silk/chart_line_link.png | Bin 749 -> 749 bytes > .../lib/famfamfam/silk/chart_organisation.png | Bin 444 -> 444 bytes > .../lib/famfamfam/silk/chart_organisation_add.png | Bin 551 -> 551 bytes > .../famfamfam/silk/chart_organisation_delete.png | Bin 563 -> 563 bytes > .../bootstrap/lib/famfamfam/silk/chart_pie.png | Bin 918 -> 918 bytes > .../bootstrap/lib/famfamfam/silk/chart_pie_add.png | Bin 975 -> 975 bytes > .../lib/famfamfam/silk/chart_pie_delete.png | Bin 983 -> 983 bytes > .../lib/famfamfam/silk/chart_pie_edit.png | Bin 986 -> 986 bytes > .../lib/famfamfam/silk/chart_pie_error.png | Bin 989 -> 989 bytes > .../lib/famfamfam/silk/chart_pie_link.png | Bin 1021 -> 1021 bytes > .../bootstrap/lib/famfamfam/silk/clock.png | Bin 882 -> 882 bytes > .../bootstrap/lib/famfamfam/silk/clock_add.png | Bin 925 -> 925 bytes > .../bootstrap/lib/famfamfam/silk/clock_delete.png | Bin 952 -> 952 bytes > .../bootstrap/lib/famfamfam/silk/clock_edit.png | Bin 967 -> 967 bytes > .../bootstrap/lib/famfamfam/silk/clock_error.png | Bin 953 -> 953 bytes > .../bootstrap/lib/famfamfam/silk/clock_go.png | Bin 959 -> 959 bytes > .../bootstrap/lib/famfamfam/silk/clock_link.png | Bin 961 -> 961 bytes > .../bootstrap/lib/famfamfam/silk/clock_pause.png | Bin 927 -> 927 bytes > .../bootstrap/lib/famfamfam/silk/clock_play.png | Bin 943 -> 943 bytes > .../bootstrap/lib/famfamfam/silk/clock_red.png | Bin 889 -> 889 bytes > .../bootstrap/lib/famfamfam/silk/clock_stop.png | Bin 922 -> 922 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/cog.png | Bin 512 -> 512 bytes > .../bootstrap/lib/famfamfam/silk/cog_add.png | Bin 814 -> 814 bytes > .../bootstrap/lib/famfamfam/silk/cog_delete.png | Bin 847 -> 847 bytes > .../bootstrap/lib/famfamfam/silk/cog_edit.png | Bin 865 -> 865 bytes > .../bootstrap/lib/famfamfam/silk/cog_error.png | Bin 869 -> 869 bytes > .../bootstrap/lib/famfamfam/silk/cog_go.png | Bin 859 -> 859 bytes > .../bootstrap/lib/famfamfam/silk/coins.png | Bin 732 -> 732 bytes > .../bootstrap/lib/famfamfam/silk/coins_add.png | Bin 789 -> 789 bytes > .../bootstrap/lib/famfamfam/silk/coins_delete.png | Bin 775 -> 775 bytes > .../bootstrap/lib/famfamfam/silk/color_swatch.png | Bin 209 -> 209 bytes > .../bootstrap/lib/famfamfam/silk/color_wheel.png | Bin 892 -> 892 bytes > .../bootstrap/lib/famfamfam/silk/comment.png | Bin 413 -> 413 bytes > .../bootstrap/lib/famfamfam/silk/comment_add.png | Bin 530 -> 530 bytes > .../lib/famfamfam/silk/comment_delete.png | Bin 548 -> 548 bytes > .../bootstrap/lib/famfamfam/silk/comment_edit.png | Bin 644 -> 644 bytes > .../bootstrap/lib/famfamfam/silk/comments.png | Bin 557 -> 557 bytes > .../bootstrap/lib/famfamfam/silk/comments_add.png | Bin 648 -> 648 bytes > .../lib/famfamfam/silk/comments_delete.png | Bin 670 -> 670 bytes > .../bootstrap/lib/famfamfam/silk/compress.png | Bin 766 -> 766 bytes > .../bootstrap/lib/famfamfam/silk/computer.png | Bin 667 -> 667 bytes > .../bootstrap/lib/famfamfam/silk/computer_add.png | Bin 781 -> 781 bytes > .../lib/famfamfam/silk/computer_delete.png | Bin 775 -> 775 bytes > .../bootstrap/lib/famfamfam/silk/computer_edit.png | Bin 792 -> 792 bytes > .../lib/famfamfam/silk/computer_error.png | Bin 784 -> 784 bytes > .../bootstrap/lib/famfamfam/silk/computer_go.png | Bin 777 -> 777 bytes > .../bootstrap/lib/famfamfam/silk/computer_key.png | Bin 771 -> 771 bytes > .../bootstrap/lib/famfamfam/silk/computer_link.png | Bin 792 -> 792 bytes > .../bootstrap/lib/famfamfam/silk/connect.png | Bin 748 -> 748 bytes > .../bootstrap/lib/famfamfam/silk/contrast.png | Bin 434 -> 434 bytes > .../lib/famfamfam/silk/contrast_decrease.png | Bin 695 -> 695 bytes > .../bootstrap/lib/famfamfam/silk/contrast_high.png | Bin 435 -> 435 bytes > .../lib/famfamfam/silk/contrast_increase.png | Bin 717 -> 717 bytes > .../bootstrap/lib/famfamfam/silk/contrast_low.png | Bin 421 -> 421 bytes > .../bootstrap/lib/famfamfam/silk/control_eject.png | Bin 603 -> 603 bytes > .../lib/famfamfam/silk/control_eject_blue.png | Bin 727 -> 727 bytes > .../bootstrap/lib/famfamfam/silk/control_end.png | Bin 621 -> 621 bytes > .../lib/famfamfam/silk/control_end_blue.png | Bin 737 -> 737 bytes > .../lib/famfamfam/silk/control_equalizer.png | Bin 432 -> 432 bytes > .../lib/famfamfam/silk/control_equalizer_blue.png | Bin 764 -> 764 bytes > .../lib/famfamfam/silk/control_fastforward.png | Bin 607 -> 607 bytes > .../famfamfam/silk/control_fastforward_blue.png | Bin 736 -> 736 bytes > .../bootstrap/lib/famfamfam/silk/control_pause.png | Bin 598 -> 598 bytes > .../lib/famfamfam/silk/control_pause_blue.png | Bin 721 -> 721 bytes > .../bootstrap/lib/famfamfam/silk/control_play.png | Bin 592 -> 592 bytes > .../lib/famfamfam/silk/control_play_blue.png | Bin 717 -> 717 bytes > .../lib/famfamfam/silk/control_repeat.png | Bin 422 -> 422 bytes > .../lib/famfamfam/silk/control_repeat_blue.png | Bin 750 -> 750 bytes > .../lib/famfamfam/silk/control_rewind.png | Bin 614 -> 614 bytes > .../lib/famfamfam/silk/control_rewind_blue.png | Bin 745 -> 745 bytes > .../bootstrap/lib/famfamfam/silk/control_start.png | Bin 604 -> 604 bytes > .../lib/famfamfam/silk/control_start_blue.png | Bin 720 -> 720 bytes > .../bootstrap/lib/famfamfam/silk/control_stop.png | Bin 403 -> 403 bytes > .../lib/famfamfam/silk/control_stop_blue.png | Bin 695 -> 695 bytes > .../bootstrap/lib/famfamfam/silk/controller.png | Bin 666 -> 666 bytes > .../lib/famfamfam/silk/controller_add.png | Bin 759 -> 759 bytes > .../lib/famfamfam/silk/controller_delete.png | Bin 770 -> 770 bytes > .../lib/famfamfam/silk/controller_error.png | Bin 815 -> 815 bytes > .../bootstrap/lib/famfamfam/silk/creditcards.png | Bin 693 -> 693 bytes > .../bootstrap/lib/famfamfam/silk/cross.png | Bin 655 -> 655 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/css.png | Bin 524 -> 524 bytes > .../bootstrap/lib/famfamfam/silk/css_add.png | Bin 666 -> 666 bytes > .../bootstrap/lib/famfamfam/silk/css_delete.png | Bin 654 -> 654 bytes > .../bootstrap/lib/famfamfam/silk/css_go.png | Bin 655 -> 655 bytes > .../bootstrap/lib/famfamfam/silk/css_valid.png | Bin 661 -> 661 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/cup.png | Bin 633 -> 633 bytes > .../bootstrap/lib/famfamfam/silk/cup_add.png | Bin 715 -> 715 bytes > .../bootstrap/lib/famfamfam/silk/cup_delete.png | Bin 731 -> 731 bytes > .../bootstrap/lib/famfamfam/silk/cup_edit.png | Bin 778 -> 778 bytes > .../bootstrap/lib/famfamfam/silk/cup_error.png | Bin 790 -> 790 bytes > .../bootstrap/lib/famfamfam/silk/cup_go.png | Bin 780 -> 780 bytes > .../bootstrap/lib/famfamfam/silk/cup_key.png | Bin 776 -> 776 bytes > .../bootstrap/lib/famfamfam/silk/cup_link.png | Bin 760 -> 760 bytes > .../bootstrap/lib/famfamfam/silk/cursor.png | Bin 354 -> 354 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/cut.png | Bin 648 -> 648 bytes > .../bootstrap/lib/famfamfam/silk/cut_red.png | Bin 650 -> 650 bytes > .../bootstrap/lib/famfamfam/silk/database.png | Bin 390 -> 390 bytes > .../bootstrap/lib/famfamfam/silk/database_add.png | Bin 658 -> 658 bytes > .../lib/famfamfam/silk/database_connect.png | Bin 763 -> 763 bytes > .../lib/famfamfam/silk/database_delete.png | Bin 659 -> 659 bytes > .../bootstrap/lib/famfamfam/silk/database_edit.png | Bin 767 -> 767 bytes > .../lib/famfamfam/silk/database_error.png | Bin 682 -> 682 bytes > .../bootstrap/lib/famfamfam/silk/database_gear.png | Bin 468 -> 468 bytes > .../bootstrap/lib/famfamfam/silk/database_go.png | Bin 698 -> 698 bytes > .../bootstrap/lib/famfamfam/silk/database_key.png | Bin 764 -> 764 bytes > .../lib/famfamfam/silk/database_lightning.png | Bin 775 -> 775 bytes > .../bootstrap/lib/famfamfam/silk/database_link.png | Bin 679 -> 679 bytes > .../lib/famfamfam/silk/database_refresh.png | Bin 770 -> 770 bytes > .../bootstrap/lib/famfamfam/silk/database_save.png | Bin 755 -> 755 bytes > .../lib/famfamfam/silk/database_table.png | Bin 726 -> 726 bytes > .../bootstrap/lib/famfamfam/silk/date.png | Bin 626 -> 626 bytes > .../bootstrap/lib/famfamfam/silk/date_add.png | Bin 703 -> 703 bytes > .../bootstrap/lib/famfamfam/silk/date_delete.png | Bin 716 -> 716 bytes > .../bootstrap/lib/famfamfam/silk/date_edit.png | Bin 799 -> 799 bytes > .../bootstrap/lib/famfamfam/silk/date_error.png | Bin 753 -> 753 bytes > .../bootstrap/lib/famfamfam/silk/date_go.png | Bin 753 -> 753 bytes > .../bootstrap/lib/famfamfam/silk/date_link.png | Bin 764 -> 764 bytes > .../bootstrap/lib/famfamfam/silk/date_magnify.png | Bin 711 -> 711 bytes > .../bootstrap/lib/famfamfam/silk/date_next.png | Bin 688 -> 688 bytes > .../bootstrap/lib/famfamfam/silk/date_previous.png | Bin 720 -> 720 bytes > .../bootstrap/lib/famfamfam/silk/delete.png | Bin 715 -> 715 bytes > .../bootstrap/lib/famfamfam/silk/disconnect.png | Bin 796 -> 796 bytes > .../bootstrap/lib/famfamfam/silk/disk.png | Bin 620 -> 620 bytes > .../bootstrap/lib/famfamfam/silk/disk_multiple.png | Bin 691 -> 691 bytes > .../bootstrap/lib/famfamfam/silk/door.png | Bin 412 -> 412 bytes > .../bootstrap/lib/famfamfam/silk/door_in.png | Bin 693 -> 693 bytes > .../bootstrap/lib/famfamfam/silk/door_open.png | Bin 508 -> 508 bytes > .../bootstrap/lib/famfamfam/silk/door_out.png | Bin 688 -> 688 bytes > .../bootstrap/lib/famfamfam/silk/drink.png | Bin 692 -> 692 bytes > .../bootstrap/lib/famfamfam/silk/drink_empty.png | Bin 433 -> 433 bytes > .../bootstrap/lib/famfamfam/silk/drive.png | Bin 346 -> 346 bytes > .../bootstrap/lib/famfamfam/silk/drive_add.png | Bin 623 -> 623 bytes > .../bootstrap/lib/famfamfam/silk/drive_burn.png | Bin 608 -> 608 bytes > .../bootstrap/lib/famfamfam/silk/drive_cd.png | Bin 734 -> 734 bytes > .../lib/famfamfam/silk/drive_cd_empty.png | Bin 341 -> 341 bytes > .../bootstrap/lib/famfamfam/silk/drive_delete.png | Bin 628 -> 628 bytes > .../bootstrap/lib/famfamfam/silk/drive_disk.png | Bin 695 -> 695 bytes > .../bootstrap/lib/famfamfam/silk/drive_edit.png | Bin 714 -> 714 bytes > .../bootstrap/lib/famfamfam/silk/drive_error.png | Bin 705 -> 705 bytes > .../bootstrap/lib/famfamfam/silk/drive_go.png | Bin 661 -> 661 bytes > .../bootstrap/lib/famfamfam/silk/drive_key.png | Bin 681 -> 681 bytes > .../bootstrap/lib/famfamfam/silk/drive_link.png | Bin 679 -> 679 bytes > .../bootstrap/lib/famfamfam/silk/drive_magnify.png | Bin 641 -> 641 bytes > .../bootstrap/lib/famfamfam/silk/drive_network.png | Bin 585 -> 585 bytes > .../bootstrap/lib/famfamfam/silk/drive_rename.png | Bin 494 -> 494 bytes > .../bootstrap/lib/famfamfam/silk/drive_user.png | Bin 712 -> 712 bytes > .../bootstrap/lib/famfamfam/silk/drive_web.png | Bin 686 -> 686 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/dvd.png | Bin 764 -> 764 bytes > .../bootstrap/lib/famfamfam/silk/dvd_add.png | Bin 788 -> 788 bytes > .../bootstrap/lib/famfamfam/silk/dvd_delete.png | Bin 800 -> 800 bytes > .../bootstrap/lib/famfamfam/silk/dvd_edit.png | Bin 844 -> 844 bytes > .../bootstrap/lib/famfamfam/silk/dvd_error.png | Bin 854 -> 854 bytes > .../bootstrap/lib/famfamfam/silk/dvd_go.png | Bin 854 -> 854 bytes > .../bootstrap/lib/famfamfam/silk/dvd_key.png | Bin 816 -> 816 bytes > .../bootstrap/lib/famfamfam/silk/dvd_link.png | Bin 819 -> 819 bytes > .../bootstrap/lib/famfamfam/silk/email.png | Bin 641 -> 641 bytes > .../bootstrap/lib/famfamfam/silk/email_add.png | Bin 761 -> 761 bytes > .../bootstrap/lib/famfamfam/silk/email_attach.png | Bin 793 -> 793 bytes > .../bootstrap/lib/famfamfam/silk/email_delete.png | Bin 756 -> 756 bytes > .../bootstrap/lib/famfamfam/silk/email_edit.png | Bin 756 -> 756 bytes > .../bootstrap/lib/famfamfam/silk/email_error.png | Bin 792 -> 792 bytes > .../bootstrap/lib/famfamfam/silk/email_go.png | Bin 754 -> 754 bytes > .../bootstrap/lib/famfamfam/silk/email_link.png | Bin 821 -> 821 bytes > .../bootstrap/lib/famfamfam/silk/email_open.png | Bin 783 -> 783 bytes > .../lib/famfamfam/silk/email_open_image.png | Bin 811 -> 811 bytes > .../lib/famfamfam/silk/emoticon_evilgrin.png | Bin 727 -> 727 bytes > .../bootstrap/lib/famfamfam/silk/emoticon_grin.png | Bin 714 -> 714 bytes > .../lib/famfamfam/silk/emoticon_happy.png | Bin 731 -> 731 bytes > .../lib/famfamfam/silk/emoticon_smile.png | Bin 725 -> 725 bytes > .../lib/famfamfam/silk/emoticon_surprised.png | Bin 741 -> 741 bytes > .../lib/famfamfam/silk/emoticon_tongue.png | Bin 727 -> 727 bytes > .../lib/famfamfam/silk/emoticon_unhappy.png | Bin 723 -> 723 bytes > .../bootstrap/lib/famfamfam/silk/emoticon_waii.png | Bin 737 -> 737 bytes > .../bootstrap/lib/famfamfam/silk/emoticon_wink.png | Bin 712 -> 712 bytes > .../bootstrap/lib/famfamfam/silk/error.png | Bin 666 -> 666 bytes > .../bootstrap/lib/famfamfam/silk/error_add.png | Bin 710 -> 710 bytes > .../bootstrap/lib/famfamfam/silk/error_delete.png | Bin 729 -> 729 bytes > .../bootstrap/lib/famfamfam/silk/error_go.png | Bin 734 -> 734 bytes > .../bootstrap/lib/famfamfam/silk/exclamation.png | Bin 701 -> 701 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/eye.png | Bin 750 -> 750 bytes > .../bootstrap/lib/famfamfam/silk/feed.png | Bin 691 -> 691 bytes > .../bootstrap/lib/famfamfam/silk/feed_add.png | Bin 763 -> 763 bytes > .../bootstrap/lib/famfamfam/silk/feed_delete.png | Bin 746 -> 746 bytes > .../bootstrap/lib/famfamfam/silk/feed_disk.png | Bin 738 -> 738 bytes > .../bootstrap/lib/famfamfam/silk/feed_edit.png | Bin 801 -> 801 bytes > .../bootstrap/lib/famfamfam/silk/feed_error.png | Bin 770 -> 770 bytes > .../bootstrap/lib/famfamfam/silk/feed_go.png | Bin 761 -> 761 bytes > .../bootstrap/lib/famfamfam/silk/feed_key.png | Bin 771 -> 771 bytes > .../bootstrap/lib/famfamfam/silk/feed_link.png | Bin 806 -> 806 bytes > .../bootstrap/lib/famfamfam/silk/feed_magnify.png | Bin 737 -> 737 bytes > .../bootstrap/lib/famfamfam/silk/female.png | Bin 590 -> 590 bytes > .../bootstrap/lib/famfamfam/silk/film.png | Bin 653 -> 653 bytes > .../bootstrap/lib/famfamfam/silk/film_add.png | Bin 739 -> 739 bytes > .../bootstrap/lib/famfamfam/silk/film_delete.png | Bin 730 -> 730 bytes > .../bootstrap/lib/famfamfam/silk/film_edit.png | Bin 855 -> 855 bytes > .../bootstrap/lib/famfamfam/silk/film_error.png | Bin 800 -> 800 bytes > .../bootstrap/lib/famfamfam/silk/film_go.png | Bin 813 -> 813 bytes > .../bootstrap/lib/famfamfam/silk/film_key.png | Bin 835 -> 835 bytes > .../bootstrap/lib/famfamfam/silk/film_link.png | Bin 830 -> 830 bytes > .../bootstrap/lib/famfamfam/silk/film_save.png | Bin 806 -> 806 bytes > .../bootstrap/lib/famfamfam/silk/find.png | Bin 659 -> 659 bytes > .../bootstrap/lib/famfamfam/silk/flag_blue.png | Bin 671 -> 671 bytes > .../bootstrap/lib/famfamfam/silk/flag_green.png | Bin 672 -> 672 bytes > .../bootstrap/lib/famfamfam/silk/flag_orange.png | Bin 669 -> 669 bytes > .../bootstrap/lib/famfamfam/silk/flag_pink.png | Bin 651 -> 651 bytes > .../bootstrap/lib/famfamfam/silk/flag_purple.png | Bin 656 -> 656 bytes > .../bootstrap/lib/famfamfam/silk/flag_red.png | Bin 665 -> 665 bytes > .../bootstrap/lib/famfamfam/silk/flag_yellow.png | Bin 671 -> 671 bytes > .../bootstrap/lib/famfamfam/silk/folder.png | Bin 537 -> 537 bytes > .../bootstrap/lib/famfamfam/silk/folder_add.png | Bin 668 -> 668 bytes > .../bootstrap/lib/famfamfam/silk/folder_bell.png | Bin 781 -> 781 bytes > .../bootstrap/lib/famfamfam/silk/folder_brick.png | Bin 735 -> 735 bytes > .../bootstrap/lib/famfamfam/silk/folder_bug.png | Bin 829 -> 829 bytes > .../bootstrap/lib/famfamfam/silk/folder_camera.png | Bin 729 -> 729 bytes > .../lib/famfamfam/silk/folder_database.png | Bin 687 -> 687 bytes > .../bootstrap/lib/famfamfam/silk/folder_delete.png | Bin 666 -> 666 bytes > .../bootstrap/lib/famfamfam/silk/folder_edit.png | Bin 733 -> 733 bytes > .../bootstrap/lib/famfamfam/silk/folder_error.png | Bin 727 -> 727 bytes > .../lib/famfamfam/silk/folder_explore.png | Bin 679 -> 679 bytes > .../bootstrap/lib/famfamfam/silk/folder_feed.png | Bin 691 -> 691 bytes > .../bootstrap/lib/famfamfam/silk/folder_find.png | Bin 795 -> 795 bytes > .../bootstrap/lib/famfamfam/silk/folder_go.png | Bin 694 -> 694 bytes > .../bootstrap/lib/famfamfam/silk/folder_heart.png | Bin 741 -> 741 bytes > .../bootstrap/lib/famfamfam/silk/folder_image.png | Bin 677 -> 677 bytes > .../bootstrap/lib/famfamfam/silk/folder_key.png | Bin 720 -> 720 bytes > .../lib/famfamfam/silk/folder_lightbulb.png | Bin 741 -> 741 bytes > .../bootstrap/lib/famfamfam/silk/folder_link.png | Bin 785 -> 785 bytes > .../lib/famfamfam/silk/folder_magnify.png | Bin 686 -> 686 bytes > .../bootstrap/lib/famfamfam/silk/folder_page.png | Bin 688 -> 688 bytes > .../lib/famfamfam/silk/folder_page_white.png | Bin 639 -> 639 bytes > .../lib/famfamfam/silk/folder_palette.png | Bin 822 -> 822 bytes > .../lib/famfamfam/silk/folder_picture.png | Bin 713 -> 713 bytes > .../bootstrap/lib/famfamfam/silk/folder_star.png | Bin 755 -> 755 bytes > .../bootstrap/lib/famfamfam/silk/folder_table.png | Bin 675 -> 675 bytes > .../bootstrap/lib/famfamfam/silk/folder_user.png | Bin 730 -> 730 bytes > .../bootstrap/lib/famfamfam/silk/folder_wrench.png | Bin 740 -> 740 bytes > .../bootstrap/lib/famfamfam/silk/font.png | Bin 567 -> 567 bytes > .../bootstrap/lib/famfamfam/silk/font_add.png | Bin 634 -> 634 bytes > .../bootstrap/lib/famfamfam/silk/font_delete.png | Bin 661 -> 661 bytes > .../bootstrap/lib/famfamfam/silk/font_go.png | Bin 700 -> 700 bytes > .../bootstrap/lib/famfamfam/silk/group.png | Bin 753 -> 753 bytes > .../bootstrap/lib/famfamfam/silk/group_add.png | Bin 807 -> 807 bytes > .../bootstrap/lib/famfamfam/silk/group_delete.png | Bin 827 -> 827 bytes > .../bootstrap/lib/famfamfam/silk/group_edit.png | Bin 785 -> 785 bytes > .../bootstrap/lib/famfamfam/silk/group_error.png | Bin 842 -> 842 bytes > .../bootstrap/lib/famfamfam/silk/group_gear.png | Bin 824 -> 824 bytes > .../bootstrap/lib/famfamfam/silk/group_go.png | Bin 842 -> 842 bytes > .../bootstrap/lib/famfamfam/silk/group_key.png | Bin 813 -> 813 bytes > .../bootstrap/lib/famfamfam/silk/group_link.png | Bin 858 -> 858 bytes > .../bootstrap/lib/famfamfam/silk/heart.png | Bin 749 -> 749 bytes > .../bootstrap/lib/famfamfam/silk/heart_add.png | Bin 820 -> 820 bytes > .../bootstrap/lib/famfamfam/silk/heart_delete.png | Bin 823 -> 823 bytes > .../bootstrap/lib/famfamfam/silk/help.png | Bin 786 -> 786 bytes > .../bootstrap/lib/famfamfam/silk/hourglass.png | Bin 744 -> 744 bytes > .../bootstrap/lib/famfamfam/silk/hourglass_add.png | Bin 814 -> 814 bytes > .../lib/famfamfam/silk/hourglass_delete.png | Bin 829 -> 829 bytes > .../bootstrap/lib/famfamfam/silk/hourglass_go.png | Bin 866 -> 866 bytes > .../lib/famfamfam/silk/hourglass_link.png | Bin 871 -> 871 bytes > .../bootstrap/lib/famfamfam/silk/house.png | Bin 806 -> 806 bytes > .../bootstrap/lib/famfamfam/silk/house_go.png | Bin 861 -> 861 bytes > .../bootstrap/lib/famfamfam/silk/house_link.png | Bin 868 -> 868 bytes > .../bootstrap/lib/famfamfam/silk/html.png | Bin 578 -> 578 bytes > .../bootstrap/lib/famfamfam/silk/html_add.png | Bin 698 -> 698 bytes > .../bootstrap/lib/famfamfam/silk/html_delete.png | Bin 688 -> 688 bytes > .../bootstrap/lib/famfamfam/silk/html_go.png | Bin 692 -> 692 bytes > .../bootstrap/lib/famfamfam/silk/html_valid.png | Bin 704 -> 704 bytes > .../bootstrap/lib/famfamfam/silk/image.png | Bin 516 -> 516 bytes > .../bootstrap/lib/famfamfam/silk/image_add.png | Bin 653 -> 653 bytes > .../bootstrap/lib/famfamfam/silk/image_delete.png | Bin 653 -> 653 bytes > .../bootstrap/lib/famfamfam/silk/image_edit.png | Bin 783 -> 783 bytes > .../bootstrap/lib/famfamfam/silk/image_link.png | Bin 773 -> 773 bytes > .../bootstrap/lib/famfamfam/silk/images.png | Bin 661 -> 661 bytes > .../bootstrap/lib/famfamfam/silk/information.png | Bin 778 -> 778 bytes > .../bootstrap/lib/famfamfam/silk/ipod.png | Bin 463 -> 463 bytes > .../bootstrap/lib/famfamfam/silk/ipod_cast.png | Bin 711 -> 711 bytes > .../bootstrap/lib/famfamfam/silk/ipod_cast_add.png | Bin 796 -> 796 bytes > .../lib/famfamfam/silk/ipod_cast_delete.png | Bin 809 -> 809 bytes > .../bootstrap/lib/famfamfam/silk/ipod_sound.png | Bin 678 -> 678 bytes > .../bootstrap/lib/famfamfam/silk/joystick.png | Bin 559 -> 559 bytes > .../bootstrap/lib/famfamfam/silk/joystick_add.png | Bin 669 -> 669 bytes > .../lib/famfamfam/silk/joystick_delete.png | Bin 671 -> 671 bytes > .../lib/famfamfam/silk/joystick_error.png | Bin 711 -> 711 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/key.png | Bin 612 -> 612 bytes > .../bootstrap/lib/famfamfam/silk/key_add.png | Bin 703 -> 703 bytes > .../bootstrap/lib/famfamfam/silk/key_delete.png | Bin 724 -> 724 bytes > .../bootstrap/lib/famfamfam/silk/key_go.png | Bin 744 -> 744 bytes > .../bootstrap/lib/famfamfam/silk/keyboard.png | Bin 570 -> 570 bytes > .../bootstrap/lib/famfamfam/silk/keyboard_add.png | Bin 683 -> 683 bytes > .../lib/famfamfam/silk/keyboard_delete.png | Bin 681 -> 681 bytes > .../lib/famfamfam/silk/keyboard_magnify.png | Bin 651 -> 651 bytes > .../bootstrap/lib/famfamfam/silk/layers.png | Bin 597 -> 597 bytes > .../bootstrap/lib/famfamfam/silk/layout.png | Bin 480 -> 480 bytes > .../bootstrap/lib/famfamfam/silk/layout_add.png | Bin 577 -> 577 bytes > .../lib/famfamfam/silk/layout_content.png | Bin 519 -> 519 bytes > .../bootstrap/lib/famfamfam/silk/layout_delete.png | Bin 608 -> 608 bytes > .../bootstrap/lib/famfamfam/silk/layout_edit.png | Bin 716 -> 716 bytes > .../bootstrap/lib/famfamfam/silk/layout_error.png | Bin 666 -> 666 bytes > .../bootstrap/lib/famfamfam/silk/layout_header.png | Bin 500 -> 500 bytes > .../bootstrap/lib/famfamfam/silk/layout_link.png | Bin 660 -> 660 bytes > .../lib/famfamfam/silk/layout_sidebar.png | Bin 479 -> 479 bytes > .../bootstrap/lib/famfamfam/silk/lightbulb.png | Bin 782 -> 782 bytes > .../bootstrap/lib/famfamfam/silk/lightbulb_add.png | Bin 839 -> 839 bytes > .../lib/famfamfam/silk/lightbulb_delete.png | Bin 857 -> 857 bytes > .../bootstrap/lib/famfamfam/silk/lightbulb_off.png | Bin 700 -> 700 bytes > .../bootstrap/lib/famfamfam/silk/lightning.png | Bin 634 -> 634 bytes > .../bootstrap/lib/famfamfam/silk/lightning_add.png | Bin 746 -> 746 bytes > .../lib/famfamfam/silk/lightning_delete.png | Bin 745 -> 745 bytes > .../bootstrap/lib/famfamfam/silk/lightning_go.png | Bin 739 -> 739 bytes > .../bootstrap/lib/famfamfam/silk/link.png | Bin 343 -> 343 bytes > .../bootstrap/lib/famfamfam/silk/link_add.png | Bin 570 -> 570 bytes > .../bootstrap/lib/famfamfam/silk/link_break.png | Bin 657 -> 657 bytes > .../bootstrap/lib/famfamfam/silk/link_delete.png | Bin 600 -> 600 bytes > .../bootstrap/lib/famfamfam/silk/link_edit.png | Bin 703 -> 703 bytes > .../bootstrap/lib/famfamfam/silk/link_error.png | Bin 698 -> 698 bytes > .../bootstrap/lib/famfamfam/silk/link_go.png | Bin 655 -> 655 bytes > .../bootstrap/lib/famfamfam/silk/lock.png | Bin 749 -> 749 bytes > .../bootstrap/lib/famfamfam/silk/lock_add.png | Bin 824 -> 824 bytes > .../bootstrap/lib/famfamfam/silk/lock_break.png | Bin 771 -> 771 bytes > .../bootstrap/lib/famfamfam/silk/lock_delete.png | Bin 815 -> 815 bytes > .../bootstrap/lib/famfamfam/silk/lock_edit.png | Bin 861 -> 861 bytes > .../bootstrap/lib/famfamfam/silk/lock_go.png | Bin 829 -> 829 bytes > .../bootstrap/lib/famfamfam/silk/lock_open.png | Bin 727 -> 727 bytes > .../bootstrap/lib/famfamfam/silk/lorry.png | Bin 582 -> 582 bytes > .../bootstrap/lib/famfamfam/silk/lorry_add.png | Bin 689 -> 689 bytes > .../bootstrap/lib/famfamfam/silk/lorry_delete.png | Bin 683 -> 683 bytes > .../bootstrap/lib/famfamfam/silk/lorry_error.png | Bin 739 -> 739 bytes > .../bootstrap/lib/famfamfam/silk/lorry_flatbed.png | Bin 450 -> 450 bytes > .../bootstrap/lib/famfamfam/silk/lorry_go.png | Bin 699 -> 699 bytes > .../bootstrap/lib/famfamfam/silk/lorry_link.png | Bin 775 -> 775 bytes > .../lib/famfamfam/silk/magifier_zoom_out.png | Bin 657 -> 657 bytes > .../bootstrap/lib/famfamfam/silk/magnifier.png | Bin 615 -> 615 bytes > .../lib/famfamfam/silk/magnifier_zoom_in.png | Bin 680 -> 680 bytes > .../bootstrap/lib/famfamfam/silk/male.png | Bin 629 -> 629 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/map.png | Bin 804 -> 804 bytes > .../bootstrap/lib/famfamfam/silk/map_add.png | Bin 836 -> 836 bytes > .../bootstrap/lib/famfamfam/silk/map_delete.png | Bin 835 -> 835 bytes > .../bootstrap/lib/famfamfam/silk/map_edit.png | Bin 876 -> 876 bytes > .../bootstrap/lib/famfamfam/silk/map_go.png | Bin 842 -> 842 bytes > .../bootstrap/lib/famfamfam/silk/map_magnify.png | Bin 797 -> 797 bytes > .../lib/famfamfam/silk/medal_bronze_1.png | Bin 640 -> 640 bytes > .../lib/famfamfam/silk/medal_bronze_2.png | Bin 654 -> 654 bytes > .../lib/famfamfam/silk/medal_bronze_3.png | Bin 646 -> 646 bytes > .../lib/famfamfam/silk/medal_bronze_add.png | Bin 747 -> 747 bytes > .../lib/famfamfam/silk/medal_bronze_delete.png | Bin 730 -> 730 bytes > .../bootstrap/lib/famfamfam/silk/medal_gold_1.png | Bin 629 -> 629 bytes > .../bootstrap/lib/famfamfam/silk/medal_gold_2.png | Bin 641 -> 641 bytes > .../bootstrap/lib/famfamfam/silk/medal_gold_3.png | Bin 634 -> 634 bytes > .../lib/famfamfam/silk/medal_gold_add.png | Bin 733 -> 733 bytes > .../lib/famfamfam/silk/medal_gold_delete.png | Bin 724 -> 724 bytes > .../lib/famfamfam/silk/medal_silver_1.png | Bin 589 -> 589 bytes > .../lib/famfamfam/silk/medal_silver_2.png | Bin 600 -> 600 bytes > .../lib/famfamfam/silk/medal_silver_3.png | Bin 597 -> 597 bytes > .../lib/famfamfam/silk/medal_silver_add.png | Bin 727 -> 727 bytes > .../lib/famfamfam/silk/medal_silver_delete.png | Bin 714 -> 714 bytes > .../bootstrap/lib/famfamfam/silk/money.png | Bin 738 -> 738 bytes > .../bootstrap/lib/famfamfam/silk/money_add.png | Bin 784 -> 784 bytes > .../bootstrap/lib/famfamfam/silk/money_delete.png | Bin 806 -> 806 bytes > .../bootstrap/lib/famfamfam/silk/money_dollar.png | Bin 630 -> 630 bytes > .../bootstrap/lib/famfamfam/silk/money_euro.png | Bin 605 -> 605 bytes > .../bootstrap/lib/famfamfam/silk/money_pound.png | Bin 565 -> 565 bytes > .../bootstrap/lib/famfamfam/silk/money_yen.png | Bin 562 -> 562 bytes > .../bootstrap/lib/famfamfam/silk/monitor.png | Bin 612 -> 612 bytes > .../bootstrap/lib/famfamfam/silk/monitor_add.png | Bin 692 -> 692 bytes > .../lib/famfamfam/silk/monitor_delete.png | Bin 691 -> 691 bytes > .../bootstrap/lib/famfamfam/silk/monitor_edit.png | Bin 769 -> 769 bytes > .../bootstrap/lib/famfamfam/silk/monitor_error.png | Bin 714 -> 714 bytes > .../bootstrap/lib/famfamfam/silk/monitor_go.png | Bin 696 -> 696 bytes > .../lib/famfamfam/silk/monitor_lightning.png | Bin 768 -> 768 bytes > .../bootstrap/lib/famfamfam/silk/monitor_link.png | Bin 736 -> 736 bytes > .../bootstrap/lib/famfamfam/silk/mouse.png | Bin 634 -> 634 bytes > .../bootstrap/lib/famfamfam/silk/mouse_add.png | Bin 729 -> 729 bytes > .../bootstrap/lib/famfamfam/silk/mouse_delete.png | Bin 741 -> 741 bytes > .../bootstrap/lib/famfamfam/silk/mouse_error.png | Bin 790 -> 790 bytes > .../bootstrap/lib/famfamfam/silk/music.png | Bin 385 -> 385 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/new.png | Bin 378 -> 378 bytes > .../bootstrap/lib/famfamfam/silk/newspaper.png | Bin 658 -> 658 bytes > .../bootstrap/lib/famfamfam/silk/newspaper_add.png | Bin 750 -> 750 bytes > .../lib/famfamfam/silk/newspaper_delete.png | Bin 775 -> 775 bytes > .../bootstrap/lib/famfamfam/silk/newspaper_go.png | Bin 779 -> 779 bytes > .../lib/famfamfam/silk/newspaper_link.png | Bin 787 -> 787 bytes > .../bootstrap/lib/famfamfam/silk/note.png | Bin 500 -> 500 bytes > .../bootstrap/lib/famfamfam/silk/note_add.png | Bin 641 -> 641 bytes > .../bootstrap/lib/famfamfam/silk/note_delete.png | Bin 631 -> 631 bytes > .../bootstrap/lib/famfamfam/silk/note_edit.png | Bin 731 -> 731 bytes > .../bootstrap/lib/famfamfam/silk/note_error.png | Bin 680 -> 680 bytes > .../bootstrap/lib/famfamfam/silk/note_go.png | Bin 661 -> 661 bytes > .../bootstrap/lib/famfamfam/silk/overlays.png | Bin 716 -> 716 bytes > .../bootstrap/lib/famfamfam/silk/package.png | Bin 853 -> 853 bytes > .../bootstrap/lib/famfamfam/silk/package_add.png | Bin 899 -> 899 bytes > .../lib/famfamfam/silk/package_delete.png | Bin 891 -> 891 bytes > .../bootstrap/lib/famfamfam/silk/package_go.png | Bin 898 -> 898 bytes > .../bootstrap/lib/famfamfam/silk/package_green.png | Bin 896 -> 896 bytes > .../bootstrap/lib/famfamfam/silk/package_link.png | Bin 939 -> 939 bytes > .../bootstrap/lib/famfamfam/silk/page.png | Bin 635 -> 635 bytes > .../bootstrap/lib/famfamfam/silk/page_add.png | Bin 739 -> 739 bytes > .../bootstrap/lib/famfamfam/silk/page_attach.png | Bin 794 -> 794 bytes > .../bootstrap/lib/famfamfam/silk/page_code.png | Bin 818 -> 818 bytes > .../bootstrap/lib/famfamfam/silk/page_copy.png | Bin 663 -> 663 bytes > .../bootstrap/lib/famfamfam/silk/page_delete.png | Bin 740 -> 740 bytes > .../bootstrap/lib/famfamfam/silk/page_edit.png | Bin 807 -> 807 bytes > .../bootstrap/lib/famfamfam/silk/page_error.png | Bin 793 -> 793 bytes > .../bootstrap/lib/famfamfam/silk/page_excel.png | Bin 817 -> 817 bytes > .../bootstrap/lib/famfamfam/silk/page_find.png | Bin 879 -> 879 bytes > .../bootstrap/lib/famfamfam/silk/page_gear.png | Bin 833 -> 833 bytes > .../bootstrap/lib/famfamfam/silk/page_go.png | Bin 779 -> 779 bytes > .../bootstrap/lib/famfamfam/silk/page_green.png | Bin 621 -> 621 bytes > .../bootstrap/lib/famfamfam/silk/page_key.png | Bin 801 -> 801 bytes > .../lib/famfamfam/silk/page_lightning.png | Bin 839 -> 839 bytes > .../bootstrap/lib/famfamfam/silk/page_link.png | Bin 830 -> 830 bytes > .../lib/famfamfam/silk/page_paintbrush.png | Bin 813 -> 813 bytes > .../bootstrap/lib/famfamfam/silk/page_paste.png | Bin 703 -> 703 bytes > .../bootstrap/lib/famfamfam/silk/page_red.png | Bin 641 -> 641 bytes > .../bootstrap/lib/famfamfam/silk/page_refresh.png | Bin 858 -> 858 bytes > .../bootstrap/lib/famfamfam/silk/page_save.png | Bin 774 -> 774 bytes > .../bootstrap/lib/famfamfam/silk/page_white.png | Bin 294 -> 294 bytes > .../lib/famfamfam/silk/page_white_acrobat.png | Bin 591 -> 591 bytes > .../lib/famfamfam/silk/page_white_actionscript.png | Bin 664 -> 664 bytes > .../lib/famfamfam/silk/page_white_add.png | Bin 512 -> 512 bytes > .../bootstrap/lib/famfamfam/silk/page_white_c.png | Bin 587 -> 587 bytes > .../lib/famfamfam/silk/page_white_camera.png | Bin 656 -> 656 bytes > .../bootstrap/lib/famfamfam/silk/page_white_cd.png | Bin 666 -> 666 bytes > .../lib/famfamfam/silk/page_white_code.png | Bin 603 -> 603 bytes > .../lib/famfamfam/silk/page_white_code_red.png | Bin 587 -> 587 bytes > .../lib/famfamfam/silk/page_white_coldfusion.png | Bin 592 -> 592 bytes > .../lib/famfamfam/silk/page_white_compressed.png | Bin 724 -> 724 bytes > .../lib/famfamfam/silk/page_white_copy.png | Bin 309 -> 309 bytes > .../lib/famfamfam/silk/page_white_cplusplus.png | Bin 621 -> 621 bytes > .../lib/famfamfam/silk/page_white_csharp.png | Bin 700 -> 700 bytes > .../lib/famfamfam/silk/page_white_cup.png | Bin 639 -> 639 bytes > .../lib/famfamfam/silk/page_white_database.png | Bin 579 -> 579 bytes > .../lib/famfamfam/silk/page_white_delete.png | Bin 536 -> 536 bytes > .../lib/famfamfam/silk/page_white_dvd.png | Bin 638 -> 638 bytes > .../lib/famfamfam/silk/page_white_edit.png | Bin 618 -> 618 bytes > .../lib/famfamfam/silk/page_white_error.png | Bin 623 -> 623 bytes > .../lib/famfamfam/silk/page_white_excel.png | Bin 663 -> 663 bytes > .../lib/famfamfam/silk/page_white_find.png | Bin 676 -> 676 bytes > .../lib/famfamfam/silk/page_white_flash.png | Bin 582 -> 582 bytes > .../lib/famfamfam/silk/page_white_freehand.png | Bin 639 -> 639 bytes > .../lib/famfamfam/silk/page_white_gear.png | Bin 402 -> 402 bytes > .../lib/famfamfam/silk/page_white_get.png | Bin 516 -> 516 bytes > .../bootstrap/lib/famfamfam/silk/page_white_go.png | Bin 612 -> 612 bytes > .../bootstrap/lib/famfamfam/silk/page_white_h.png | Bin 603 -> 603 bytes > .../lib/famfamfam/silk/page_white_horizontal.png | Bin 296 -> 296 bytes > .../lib/famfamfam/silk/page_white_key.png | Bin 616 -> 616 bytes > .../lib/famfamfam/silk/page_white_lightning.png | Bin 669 -> 669 bytes > .../lib/famfamfam/silk/page_white_link.png | Bin 614 -> 614 bytes > .../lib/famfamfam/silk/page_white_magnify.png | Bin 554 -> 554 bytes > .../lib/famfamfam/silk/page_white_medal.png | Bin 706 -> 706 bytes > .../lib/famfamfam/silk/page_white_office.png | Bin 779 -> 779 bytes > .../lib/famfamfam/silk/page_white_paint.png | Bin 688 -> 688 bytes > .../lib/famfamfam/silk/page_white_paintbrush.png | Bin 618 -> 618 bytes > .../lib/famfamfam/silk/page_white_paste.png | Bin 620 -> 620 bytes > .../lib/famfamfam/silk/page_white_php.png | Bin 538 -> 538 bytes > .../lib/famfamfam/silk/page_white_picture.png | Bin 650 -> 650 bytes > .../lib/famfamfam/silk/page_white_powerpoint.png | Bin 588 -> 588 bytes > .../lib/famfamfam/silk/page_white_put.png | Bin 523 -> 523 bytes > .../lib/famfamfam/silk/page_white_ruby.png | Bin 626 -> 626 bytes > .../lib/famfamfam/silk/page_white_stack.png | Bin 317 -> 317 bytes > .../lib/famfamfam/silk/page_white_star.png | Bin 565 -> 565 bytes > .../lib/famfamfam/silk/page_white_swoosh.png | Bin 634 -> 634 bytes > .../lib/famfamfam/silk/page_white_text.png | Bin 342 -> 342 bytes > .../lib/famfamfam/silk/page_white_text_width.png | Bin 315 -> 315 bytes > .../lib/famfamfam/silk/page_white_tux.png | Bin 668 -> 668 bytes > .../lib/famfamfam/silk/page_white_vector.png | Bin 644 -> 644 bytes > .../lib/famfamfam/silk/page_white_visualstudio.png | Bin 702 -> 702 bytes > .../lib/famfamfam/silk/page_white_width.png | Bin 309 -> 309 bytes > .../lib/famfamfam/silk/page_white_word.png | Bin 651 -> 651 bytes > .../lib/famfamfam/silk/page_white_world.png | Bin 734 -> 734 bytes > .../lib/famfamfam/silk/page_white_wrench.png | Bin 613 -> 613 bytes > .../lib/famfamfam/silk/page_white_zip.png | Bin 386 -> 386 bytes > .../bootstrap/lib/famfamfam/silk/page_word.png | Bin 777 -> 777 bytes > .../bootstrap/lib/famfamfam/silk/page_world.png | Bin 903 -> 903 bytes > .../bootstrap/lib/famfamfam/silk/paintbrush.png | Bin 548 -> 548 bytes > .../bootstrap/lib/famfamfam/silk/paintcan.png | Bin 707 -> 707 bytes > .../bootstrap/lib/famfamfam/silk/palette.png | Bin 856 -> 856 bytes > .../bootstrap/lib/famfamfam/silk/paste_plain.png | Bin 605 -> 605 bytes > .../bootstrap/lib/famfamfam/silk/paste_word.png | Bin 701 -> 701 bytes > .../bootstrap/lib/famfamfam/silk/pencil.png | Bin 450 -> 450 bytes > .../bootstrap/lib/famfamfam/silk/pencil_add.png | Bin 589 -> 589 bytes > .../bootstrap/lib/famfamfam/silk/pencil_delete.png | Bin 603 -> 603 bytes > .../bootstrap/lib/famfamfam/silk/pencil_go.png | Bin 666 -> 666 bytes > .../bootstrap/lib/famfamfam/silk/phone.png | Bin 488 -> 488 bytes > .../bootstrap/lib/famfamfam/silk/phone_add.png | Bin 621 -> 621 bytes > .../bootstrap/lib/famfamfam/silk/phone_delete.png | Bin 615 -> 615 bytes > .../bootstrap/lib/famfamfam/silk/phone_sound.png | Bin 703 -> 703 bytes > .../bootstrap/lib/famfamfam/silk/photo.png | Bin 589 -> 589 bytes > .../bootstrap/lib/famfamfam/silk/photo_add.png | Bin 707 -> 707 bytes > .../bootstrap/lib/famfamfam/silk/photo_delete.png | Bin 703 -> 703 bytes > .../bootstrap/lib/famfamfam/silk/photo_link.png | Bin 784 -> 784 bytes > .../bootstrap/lib/famfamfam/silk/photos.png | Bin 647 -> 647 bytes > .../bootstrap/lib/famfamfam/silk/picture.png | Bin 606 -> 606 bytes > .../bootstrap/lib/famfamfam/silk/picture_add.png | Bin 745 -> 745 bytes > .../lib/famfamfam/silk/picture_delete.png | Bin 744 -> 744 bytes > .../bootstrap/lib/famfamfam/silk/picture_edit.png | Bin 826 -> 826 bytes > .../bootstrap/lib/famfamfam/silk/picture_empty.png | Bin 463 -> 463 bytes > .../bootstrap/lib/famfamfam/silk/picture_error.png | Bin 755 -> 755 bytes > .../bootstrap/lib/famfamfam/silk/picture_go.png | Bin 758 -> 758 bytes > .../bootstrap/lib/famfamfam/silk/picture_key.png | Bin 794 -> 794 bytes > .../bootstrap/lib/famfamfam/silk/picture_link.png | Bin 835 -> 835 bytes > .../bootstrap/lib/famfamfam/silk/picture_save.png | Bin 755 -> 755 bytes > .../bootstrap/lib/famfamfam/silk/pictures.png | Bin 704 -> 704 bytes > .../bootstrap/lib/famfamfam/silk/pilcrow.png | Bin 361 -> 361 bytes > .../bootstrap/lib/famfamfam/silk/pill.png | Bin 719 -> 719 bytes > .../bootstrap/lib/famfamfam/silk/pill_add.png | Bin 797 -> 797 bytes > .../bootstrap/lib/famfamfam/silk/pill_delete.png | Bin 805 -> 805 bytes > .../bootstrap/lib/famfamfam/silk/pill_go.png | Bin 817 -> 817 bytes > .../bootstrap/lib/famfamfam/silk/plugin.png | Bin 591 -> 591 bytes > .../bootstrap/lib/famfamfam/silk/plugin_add.png | Bin 691 -> 691 bytes > .../bootstrap/lib/famfamfam/silk/plugin_delete.png | Bin 692 -> 692 bytes > .../lib/famfamfam/silk/plugin_disabled.png | Bin 347 -> 347 bytes > .../bootstrap/lib/famfamfam/silk/plugin_edit.png | Bin 746 -> 746 bytes > .../bootstrap/lib/famfamfam/silk/plugin_error.png | Bin 702 -> 702 bytes > .../bootstrap/lib/famfamfam/silk/plugin_go.png | Bin 694 -> 694 bytes > .../bootstrap/lib/famfamfam/silk/plugin_link.png | Bin 759 -> 759 bytes > .../bootstrap/lib/famfamfam/silk/printer.png | Bin 731 -> 731 bytes > .../bootstrap/lib/famfamfam/silk/printer_add.png | Bin 782 -> 782 bytes > .../lib/famfamfam/silk/printer_delete.png | Bin 792 -> 792 bytes > .../bootstrap/lib/famfamfam/silk/printer_empty.png | Bin 350 -> 350 bytes > .../bootstrap/lib/famfamfam/silk/printer_error.png | Bin 854 -> 854 bytes > .../bootstrap/lib/famfamfam/silk/rainbow.png | Bin 655 -> 655 bytes > .../bootstrap/lib/famfamfam/silk/report.png | Bin 649 -> 649 bytes > .../bootstrap/lib/famfamfam/silk/report_add.png | Bin 714 -> 714 bytes > .../bootstrap/lib/famfamfam/silk/report_delete.png | Bin 729 -> 729 bytes > .../bootstrap/lib/famfamfam/silk/report_disk.png | Bin 760 -> 760 bytes > .../bootstrap/lib/famfamfam/silk/report_edit.png | Bin 762 -> 762 bytes > .../bootstrap/lib/famfamfam/silk/report_go.png | Bin 756 -> 756 bytes > .../bootstrap/lib/famfamfam/silk/report_key.png | Bin 760 -> 760 bytes > .../bootstrap/lib/famfamfam/silk/report_link.png | Bin 754 -> 754 bytes > .../lib/famfamfam/silk/report_magnify.png | Bin 738 -> 738 bytes > .../lib/famfamfam/silk/report_picture.png | Bin 733 -> 733 bytes > .../bootstrap/lib/famfamfam/silk/report_user.png | Bin 785 -> 785 bytes > .../bootstrap/lib/famfamfam/silk/report_word.png | Bin 731 -> 731 bytes > .../lib/famfamfam/silk/resultset_first.png | Bin 522 -> 522 bytes > .../lib/famfamfam/silk/resultset_last.png | Bin 524 -> 524 bytes > .../lib/famfamfam/silk/resultset_next.png | Bin 395 -> 395 bytes > .../lib/famfamfam/silk/resultset_previous.png | Bin 389 -> 389 bytes > .../bootstrap/lib/famfamfam/silk/rosette.png | Bin 673 -> 673 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/rss.png | Bin 530 -> 530 bytes > .../bootstrap/lib/famfamfam/silk/rss_add.png | Bin 649 -> 649 bytes > .../bootstrap/lib/famfamfam/silk/rss_delete.png | Bin 633 -> 633 bytes > .../bootstrap/lib/famfamfam/silk/rss_go.png | Bin 635 -> 635 bytes > .../bootstrap/lib/famfamfam/silk/rss_valid.png | Bin 660 -> 660 bytes > .../bootstrap/lib/famfamfam/silk/ruby.png | Bin 592 -> 592 bytes > .../bootstrap/lib/famfamfam/silk/ruby_add.png | Bin 691 -> 691 bytes > .../bootstrap/lib/famfamfam/silk/ruby_delete.png | Bin 704 -> 704 bytes > .../bootstrap/lib/famfamfam/silk/ruby_gear.png | Bin 716 -> 716 bytes > .../bootstrap/lib/famfamfam/silk/ruby_get.png | Bin 692 -> 692 bytes > .../bootstrap/lib/famfamfam/silk/ruby_go.png | Bin 720 -> 720 bytes > .../bootstrap/lib/famfamfam/silk/ruby_key.png | Bin 732 -> 732 bytes > .../bootstrap/lib/famfamfam/silk/ruby_link.png | Bin 767 -> 767 bytes > .../bootstrap/lib/famfamfam/silk/ruby_put.png | Bin 694 -> 694 bytes > .../bootstrap/lib/famfamfam/silk/script.png | Bin 748 -> 748 bytes > .../bootstrap/lib/famfamfam/silk/script_add.png | Bin 811 -> 811 bytes > .../bootstrap/lib/famfamfam/silk/script_code.png | Bin 859 -> 859 bytes > .../lib/famfamfam/silk/script_code_red.png | Bin 868 -> 868 bytes > .../bootstrap/lib/famfamfam/silk/script_delete.png | Bin 811 -> 811 bytes > .../bootstrap/lib/famfamfam/silk/script_edit.png | Bin 880 -> 880 bytes > .../bootstrap/lib/famfamfam/silk/script_error.png | Bin 861 -> 861 bytes > .../bootstrap/lib/famfamfam/silk/script_gear.png | Bin 861 -> 861 bytes > .../bootstrap/lib/famfamfam/silk/script_go.png | Bin 839 -> 839 bytes > .../bootstrap/lib/famfamfam/silk/script_key.png | Bin 853 -> 853 bytes > .../lib/famfamfam/silk/script_lightning.png | Bin 879 -> 879 bytes > .../bootstrap/lib/famfamfam/silk/script_link.png | Bin 876 -> 876 bytes > .../lib/famfamfam/silk/script_palette.png | Bin 917 -> 917 bytes > .../bootstrap/lib/famfamfam/silk/script_save.png | Bin 804 -> 804 bytes > .../bootstrap/lib/famfamfam/silk/server.png | Bin 530 -> 530 bytes > .../bootstrap/lib/famfamfam/silk/server_add.png | Bin 676 -> 676 bytes > .../bootstrap/lib/famfamfam/silk/server_chart.png | Bin 673 -> 673 bytes > .../lib/famfamfam/silk/server_compressed.png | Bin 721 -> 721 bytes > .../lib/famfamfam/silk/server_connect.png | Bin 755 -> 755 bytes > .../lib/famfamfam/silk/server_database.png | Bin 666 -> 666 bytes > .../bootstrap/lib/famfamfam/silk/server_delete.png | Bin 668 -> 668 bytes > .../bootstrap/lib/famfamfam/silk/server_edit.png | Bin 749 -> 749 bytes > .../bootstrap/lib/famfamfam/silk/server_error.png | Bin 678 -> 678 bytes > .../bootstrap/lib/famfamfam/silk/server_go.png | Bin 706 -> 706 bytes > .../bootstrap/lib/famfamfam/silk/server_key.png | Bin 746 -> 746 bytes > .../lib/famfamfam/silk/server_lightning.png | Bin 729 -> 729 bytes > .../bootstrap/lib/famfamfam/silk/server_link.png | Bin 706 -> 706 bytes > .../lib/famfamfam/silk/server_uncompressed.png | Bin 669 -> 669 bytes > .../bootstrap/lib/famfamfam/silk/shading.png | Bin 225 -> 225 bytes > .../lib/famfamfam/silk/shape_align_bottom.png | Bin 398 -> 398 bytes > .../lib/famfamfam/silk/shape_align_center.png | Bin 384 -> 384 bytes > .../lib/famfamfam/silk/shape_align_left.png | Bin 402 -> 402 bytes > .../lib/famfamfam/silk/shape_align_middle.png | Bin 414 -> 414 bytes > .../lib/famfamfam/silk/shape_align_right.png | Bin 401 -> 401 bytes > .../lib/famfamfam/silk/shape_align_top.png | Bin 406 -> 406 bytes > .../lib/famfamfam/silk/shape_flip_horizontal.png | Bin 403 -> 403 bytes > .../lib/famfamfam/silk/shape_flip_vertical.png | Bin 418 -> 418 bytes > .../bootstrap/lib/famfamfam/silk/shape_group.png | Bin 553 -> 553 bytes > .../bootstrap/lib/famfamfam/silk/shape_handles.png | Bin 538 -> 538 bytes > .../lib/famfamfam/silk/shape_move_back.png | Bin 395 -> 395 bytes > .../lib/famfamfam/silk/shape_move_backwards.png | Bin 358 -> 358 bytes > .../lib/famfamfam/silk/shape_move_forwards.png | Bin 381 -> 381 bytes > .../lib/famfamfam/silk/shape_move_front.png | Bin 435 -> 435 bytes > .../famfamfam/silk/shape_rotate_anticlockwise.png | Bin 657 -> 657 bytes > .../lib/famfamfam/silk/shape_rotate_clockwise.png | Bin 673 -> 673 bytes > .../bootstrap/lib/famfamfam/silk/shape_square.png | Bin 353 -> 353 bytes > .../lib/famfamfam/silk/shape_square_add.png | Bin 539 -> 539 bytes > .../lib/famfamfam/silk/shape_square_delete.png | Bin 537 -> 537 bytes > .../lib/famfamfam/silk/shape_square_edit.png | Bin 660 -> 660 bytes > .../lib/famfamfam/silk/shape_square_error.png | Bin 570 -> 570 bytes > .../lib/famfamfam/silk/shape_square_go.png | Bin 566 -> 566 bytes > .../lib/famfamfam/silk/shape_square_key.png | Bin 607 -> 607 bytes > .../lib/famfamfam/silk/shape_square_link.png | Bin 642 -> 642 bytes > .../bootstrap/lib/famfamfam/silk/shape_ungroup.png | Bin 666 -> 666 bytes > .../bootstrap/lib/famfamfam/silk/shield.png | Bin 702 -> 702 bytes > .../bootstrap/lib/famfamfam/silk/shield_add.png | Bin 758 -> 758 bytes > .../bootstrap/lib/famfamfam/silk/shield_delete.png | Bin 768 -> 768 bytes > .../bootstrap/lib/famfamfam/silk/shield_go.png | Bin 775 -> 775 bytes > .../bootstrap/lib/famfamfam/silk/sitemap.png | Bin 278 -> 278 bytes > .../bootstrap/lib/famfamfam/silk/sitemap_color.png | Bin 406 -> 406 bytes > .../bootstrap/lib/famfamfam/silk/sound.png | Bin 610 -> 610 bytes > .../bootstrap/lib/famfamfam/silk/sound_add.png | Bin 684 -> 684 bytes > .../bootstrap/lib/famfamfam/silk/sound_delete.png | Bin 711 -> 711 bytes > .../bootstrap/lib/famfamfam/silk/sound_low.png | Bin 524 -> 524 bytes > .../bootstrap/lib/famfamfam/silk/sound_mute.png | Bin 474 -> 474 bytes > .../bootstrap/lib/famfamfam/silk/sound_none.png | Bin 417 -> 417 bytes > .../bootstrap/lib/famfamfam/silk/spellcheck.png | Bin 603 -> 603 bytes > .../bootstrap/lib/famfamfam/silk/sport_8ball.png | Bin 490 -> 490 bytes > .../lib/famfamfam/silk/sport_basketball.png | Bin 977 -> 977 bytes > .../lib/famfamfam/silk/sport_football.png | Bin 875 -> 875 bytes > .../bootstrap/lib/famfamfam/silk/sport_golf.png | Bin 504 -> 504 bytes > .../bootstrap/lib/famfamfam/silk/sport_raquet.png | Bin 719 -> 719 bytes > .../lib/famfamfam/silk/sport_shuttlecock.png | Bin 683 -> 683 bytes > .../bootstrap/lib/famfamfam/silk/sport_soccer.png | Bin 517 -> 517 bytes > .../bootstrap/lib/famfamfam/silk/sport_tennis.png | Bin 884 -> 884 bytes > .../bootstrap/lib/famfamfam/silk/star.png | Bin 670 -> 670 bytes > .../bootstrap/lib/famfamfam/silk/status_away.png | Bin 794 -> 794 bytes > .../bootstrap/lib/famfamfam/silk/status_busy.png | Bin 751 -> 751 bytes > .../lib/famfamfam/silk/status_offline.png | Bin 422 -> 422 bytes > .../bootstrap/lib/famfamfam/silk/status_online.png | Bin 722 -> 722 bytes > .../bootstrap/lib/famfamfam/silk/stop.png | Bin 700 -> 700 bytes > .../bootstrap/lib/famfamfam/silk/style.png | Bin 813 -> 813 bytes > .../bootstrap/lib/famfamfam/silk/style_add.png | Bin 844 -> 844 bytes > .../bootstrap/lib/famfamfam/silk/style_delete.png | Bin 865 -> 865 bytes > .../bootstrap/lib/famfamfam/silk/style_edit.png | Bin 927 -> 927 bytes > .../bootstrap/lib/famfamfam/silk/style_go.png | Bin 862 -> 862 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/sum.png | Bin 289 -> 289 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/tab.png | Bin 323 -> 323 bytes > .../bootstrap/lib/famfamfam/silk/tab_add.png | Bin 488 -> 488 bytes > .../bootstrap/lib/famfamfam/silk/tab_delete.png | Bin 493 -> 493 bytes > .../bootstrap/lib/famfamfam/silk/tab_edit.png | Bin 580 -> 580 bytes > .../bootstrap/lib/famfamfam/silk/tab_go.png | Bin 552 -> 552 bytes > .../bootstrap/lib/famfamfam/silk/table.png | Bin 566 -> 566 bytes > .../bootstrap/lib/famfamfam/silk/table_add.png | Bin 663 -> 663 bytes > .../bootstrap/lib/famfamfam/silk/table_delete.png | Bin 660 -> 660 bytes > .../bootstrap/lib/famfamfam/silk/table_edit.png | Bin 744 -> 744 bytes > .../bootstrap/lib/famfamfam/silk/table_error.png | Bin 687 -> 687 bytes > .../bootstrap/lib/famfamfam/silk/table_gear.png | Bin 714 -> 714 bytes > .../bootstrap/lib/famfamfam/silk/table_go.png | Bin 683 -> 683 bytes > .../bootstrap/lib/famfamfam/silk/table_key.png | Bin 746 -> 746 bytes > .../lib/famfamfam/silk/table_lightning.png | Bin 736 -> 736 bytes > .../bootstrap/lib/famfamfam/silk/table_link.png | Bin 728 -> 728 bytes > .../lib/famfamfam/silk/table_multiple.png | Bin 612 -> 612 bytes > .../bootstrap/lib/famfamfam/silk/table_refresh.png | Bin 795 -> 795 bytes > .../lib/famfamfam/silk/table_relationship.png | Bin 663 -> 663 bytes > .../lib/famfamfam/silk/table_row_delete.png | Bin 629 -> 629 bytes > .../lib/famfamfam/silk/table_row_insert.png | Bin 641 -> 641 bytes > .../bootstrap/lib/famfamfam/silk/table_save.png | Bin 723 -> 723 bytes > .../bootstrap/lib/famfamfam/silk/table_sort.png | Bin 678 -> 678 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/tag.png | Bin 389 -> 389 bytes > .../bootstrap/lib/famfamfam/silk/tag_blue.png | Bin 586 -> 586 bytes > .../bootstrap/lib/famfamfam/silk/tag_blue_add.png | Bin 671 -> 671 bytes > .../lib/famfamfam/silk/tag_blue_delete.png | Bin 701 -> 701 bytes > .../bootstrap/lib/famfamfam/silk/tag_blue_edit.png | Bin 748 -> 748 bytes > .../bootstrap/lib/famfamfam/silk/tag_green.png | Bin 613 -> 613 bytes > .../bootstrap/lib/famfamfam/silk/tag_orange.png | Bin 586 -> 586 bytes > .../bootstrap/lib/famfamfam/silk/tag_pink.png | Bin 579 -> 579 bytes > .../bootstrap/lib/famfamfam/silk/tag_purple.png | Bin 599 -> 599 bytes > .../bootstrap/lib/famfamfam/silk/tag_red.png | Bin 592 -> 592 bytes > .../bootstrap/lib/famfamfam/silk/tag_yellow.png | Bin 586 -> 586 bytes > .../bootstrap/lib/famfamfam/silk/telephone.png | Bin 791 -> 791 bytes > .../bootstrap/lib/famfamfam/silk/telephone_add.png | Bin 860 -> 860 bytes > .../lib/famfamfam/silk/telephone_delete.png | Bin 856 -> 856 bytes > .../lib/famfamfam/silk/telephone_edit.png | Bin 893 -> 893 bytes > .../lib/famfamfam/silk/telephone_error.png | Bin 884 -> 884 bytes > .../bootstrap/lib/famfamfam/silk/telephone_go.png | Bin 865 -> 865 bytes > .../bootstrap/lib/famfamfam/silk/telephone_key.png | Bin 881 -> 881 bytes > .../lib/famfamfam/silk/telephone_link.png | Bin 909 -> 909 bytes > .../bootstrap/lib/famfamfam/silk/television.png | Bin 696 -> 696 bytes > .../lib/famfamfam/silk/television_add.png | Bin 809 -> 809 bytes > .../lib/famfamfam/silk/television_delete.png | Bin 810 -> 810 bytes > .../lib/famfamfam/silk/text_align_center.png | Bin 234 -> 234 bytes > .../lib/famfamfam/silk/text_align_justify.png | Bin 209 -> 209 bytes > .../lib/famfamfam/silk/text_align_left.png | Bin 209 -> 209 bytes > .../lib/famfamfam/silk/text_align_right.png | Bin 209 -> 209 bytes > .../bootstrap/lib/famfamfam/silk/text_allcaps.png | Bin 284 -> 284 bytes > .../bootstrap/lib/famfamfam/silk/text_bold.png | Bin 304 -> 304 bytes > .../bootstrap/lib/famfamfam/silk/text_columns.png | Bin 246 -> 246 bytes > .../bootstrap/lib/famfamfam/silk/text_dropcaps.png | Bin 314 -> 314 bytes > .../lib/famfamfam/silk/text_heading_1.png | Bin 276 -> 276 bytes > .../lib/famfamfam/silk/text_heading_2.png | Bin 304 -> 304 bytes > .../lib/famfamfam/silk/text_heading_3.png | Bin 306 -> 306 bytes > .../lib/famfamfam/silk/text_heading_4.png | Bin 293 -> 293 bytes > .../lib/famfamfam/silk/text_heading_5.png | Bin 304 -> 304 bytes > .../lib/famfamfam/silk/text_heading_6.png | Bin 310 -> 310 bytes > .../lib/famfamfam/silk/text_horizontalrule.png | Bin 317 -> 317 bytes > .../bootstrap/lib/famfamfam/silk/text_indent.png | Bin 353 -> 353 bytes > .../lib/famfamfam/silk/text_indent_remove.png | Bin 351 -> 351 bytes > .../bootstrap/lib/famfamfam/silk/text_italic.png | Bin 223 -> 223 bytes > .../bootstrap/lib/famfamfam/silk/text_kerning.png | Bin 495 -> 495 bytes > .../lib/famfamfam/silk/text_letter_omega.png | Bin 541 -> 541 bytes > .../lib/famfamfam/silk/text_letterspacing.png | Bin 503 -> 503 bytes > .../lib/famfamfam/silk/text_linespacing.png | Bin 363 -> 363 bytes > .../lib/famfamfam/silk/text_list_bullets.png | Bin 344 -> 344 bytes > .../lib/famfamfam/silk/text_list_numbers.png | Bin 357 -> 357 bytes > .../lib/famfamfam/silk/text_lowercase.png | Bin 709 -> 709 bytes > .../lib/famfamfam/silk/text_padding_bottom.png | Bin 237 -> 237 bytes > .../lib/famfamfam/silk/text_padding_left.png | Bin 271 -> 271 bytes > .../lib/famfamfam/silk/text_padding_right.png | Bin 271 -> 271 bytes > .../lib/famfamfam/silk/text_padding_top.png | Bin 236 -> 236 bytes > .../bootstrap/lib/famfamfam/silk/text_replace.png | Bin 691 -> 691 bytes > .../lib/famfamfam/silk/text_signature.png | Bin 524 -> 524 bytes > .../lib/famfamfam/silk/text_smallcaps.png | Bin 260 -> 260 bytes > .../lib/famfamfam/silk/text_strikethrough.png | Bin 269 -> 269 bytes > .../lib/famfamfam/silk/text_subscript.png | Bin 422 -> 422 bytes > .../lib/famfamfam/silk/text_superscript.png | Bin 421 -> 421 bytes > .../lib/famfamfam/silk/text_underline.png | Bin 273 -> 273 bytes > .../lib/famfamfam/silk/text_uppercase.png | Bin 747 -> 747 bytes > .../bootstrap/lib/famfamfam/silk/textfield.png | Bin 153 -> 153 bytes > .../bootstrap/lib/famfamfam/silk/textfield_add.png | Bin 321 -> 321 bytes > .../lib/famfamfam/silk/textfield_delete.png | Bin 335 -> 335 bytes > .../bootstrap/lib/famfamfam/silk/textfield_key.png | Bin 455 -> 455 bytes > .../lib/famfamfam/silk/textfield_rename.png | Bin 273 -> 273 bytes > .../bootstrap/lib/famfamfam/silk/thumb_down.png | Bin 601 -> 601 bytes > .../bootstrap/lib/famfamfam/silk/thumb_up.png | Bin 619 -> 619 bytes > .../bootstrap/lib/famfamfam/silk/tick.png | Bin 537 -> 537 bytes > .../bootstrap/lib/famfamfam/silk/time.png | Bin 793 -> 793 bytes > .../bootstrap/lib/famfamfam/silk/time_add.png | Bin 827 -> 827 bytes > .../bootstrap/lib/famfamfam/silk/time_delete.png | Bin 853 -> 853 bytes > .../bootstrap/lib/famfamfam/silk/time_go.png | Bin 882 -> 882 bytes > .../lib/famfamfam/silk/timeline_marker.png | Bin 327 -> 327 bytes > .../bootstrap/lib/famfamfam/silk/transmit.png | Bin 749 -> 749 bytes > .../bootstrap/lib/famfamfam/silk/transmit_add.png | Bin 803 -> 803 bytes > .../bootstrap/lib/famfamfam/silk/transmit_blue.png | Bin 814 -> 814 bytes > .../lib/famfamfam/silk/transmit_delete.png | Bin 827 -> 827 bytes > .../bootstrap/lib/famfamfam/silk/transmit_edit.png | Bin 848 -> 848 bytes > .../lib/famfamfam/silk/transmit_error.png | Bin 883 -> 883 bytes > .../bootstrap/lib/famfamfam/silk/transmit_go.png | Bin 842 -> 842 bytes > .../opac-tmpl/bootstrap/lib/famfamfam/silk/tux.png | Bin 696 -> 696 bytes > .../bootstrap/lib/famfamfam/silk/user.png | Bin 741 -> 741 bytes > .../bootstrap/lib/famfamfam/silk/user_add.png | Bin 746 -> 746 bytes > .../bootstrap/lib/famfamfam/silk/user_comment.png | Bin 743 -> 743 bytes > .../bootstrap/lib/famfamfam/silk/user_delete.png | Bin 767 -> 767 bytes > .../bootstrap/lib/famfamfam/silk/user_edit.png | Bin 833 -> 833 bytes > .../bootstrap/lib/famfamfam/silk/user_female.png | Bin 663 -> 663 bytes > .../bootstrap/lib/famfamfam/silk/user_go.png | Bin 793 -> 793 bytes > .../bootstrap/lib/famfamfam/silk/user_gray.png | Bin 706 -> 706 bytes > .../bootstrap/lib/famfamfam/silk/user_green.png | Bin 722 -> 722 bytes > .../bootstrap/lib/famfamfam/silk/user_orange.png | Bin 723 -> 723 bytes > .../bootstrap/lib/famfamfam/silk/user_red.png | Bin 717 -> 717 bytes > .../bootstrap/lib/famfamfam/silk/user_suit.png | Bin 748 -> 748 bytes > .../bootstrap/lib/famfamfam/silk/vcard.png | Bin 533 -> 533 bytes > .../bootstrap/lib/famfamfam/silk/vcard_add.png | Bin 661 -> 661 bytes > .../bootstrap/lib/famfamfam/silk/vcard_delete.png | Bin 651 -> 651 bytes > .../bootstrap/lib/famfamfam/silk/vcard_edit.png | Bin 775 -> 775 bytes > .../bootstrap/lib/famfamfam/silk/vector.png | Bin 481 -> 481 bytes > .../bootstrap/lib/famfamfam/silk/vector_add.png | Bin 616 -> 616 bytes > .../bootstrap/lib/famfamfam/silk/vector_delete.png | Bin 635 -> 635 bytes > .../bootstrap/lib/famfamfam/silk/wand.png | Bin 570 -> 570 bytes > .../lib/famfamfam/silk/weather_clouds.png | Bin 581 -> 581 bytes > .../lib/famfamfam/silk/weather_cloudy.png | Bin 694 -> 694 bytes > .../lib/famfamfam/silk/weather_lightning.png | Bin 641 -> 641 bytes > .../bootstrap/lib/famfamfam/silk/weather_rain.png | Bin 626 -> 626 bytes > .../bootstrap/lib/famfamfam/silk/weather_snow.png | Bin 341 -> 341 bytes > .../bootstrap/lib/famfamfam/silk/weather_sun.png | Bin 623 -> 623 bytes > .../bootstrap/lib/famfamfam/silk/webcam.png | Bin 728 -> 728 bytes > .../bootstrap/lib/famfamfam/silk/webcam_add.png | Bin 786 -> 786 bytes > .../bootstrap/lib/famfamfam/silk/webcam_delete.png | Bin 805 -> 805 bytes > .../bootstrap/lib/famfamfam/silk/webcam_error.png | Bin 821 -> 821 bytes > .../bootstrap/lib/famfamfam/silk/world.png | Bin 923 -> 923 bytes > .../bootstrap/lib/famfamfam/silk/world_add.png | Bin 940 -> 940 bytes > .../bootstrap/lib/famfamfam/silk/world_delete.png | Bin 945 -> 945 bytes > .../bootstrap/lib/famfamfam/silk/world_edit.png | Bin 945 -> 945 bytes > .../bootstrap/lib/famfamfam/silk/world_go.png | Bin 944 -> 944 bytes > .../bootstrap/lib/famfamfam/silk/world_link.png | Bin 957 -> 957 bytes > .../bootstrap/lib/famfamfam/silk/wrench.png | Bin 610 -> 610 bytes > .../bootstrap/lib/famfamfam/silk/wrench_orange.png | Bin 584 -> 584 bytes > .../bootstrap/lib/famfamfam/silk/xhtml.png | Bin 595 -> 595 bytes > .../bootstrap/lib/famfamfam/silk/xhtml_add.png | Bin 703 -> 703 bytes > .../bootstrap/lib/famfamfam/silk/xhtml_delete.png | Bin 696 -> 696 bytes > .../bootstrap/lib/famfamfam/silk/xhtml_go.png | Bin 697 -> 697 bytes > .../bootstrap/lib/famfamfam/silk/xhtml_valid.png | Bin 718 -> 718 bytes > .../bootstrap/lib/famfamfam/silk/zoom.png | Bin 692 -> 692 bytes > .../bootstrap/lib/famfamfam/silk/zoom_in.png | Bin 725 -> 725 bytes > .../bootstrap/lib/famfamfam/silk/zoom_out.png | Bin 708 -> 708 bytes > .../bootstrap/lib/greybox/GreyBox_v5_5.zip | Bin 180408 -> 180408 bytes > .../GreyBox_v5_5/adobe_images/nav_buttons.psd | Bin 165140 -> 165140 bytes > .../GreyBox_v5_5/greybox_source/base/indicator.gif | Bin 8238 -> 8238 bytes > .../greybox_source/gallery/g_close.gif | Bin 541 -> 541 bytes > .../GreyBox_v5_5/greybox_source/set/next.gif | Bin 528 -> 528 bytes > .../GreyBox_v5_5/greybox_source/set/prev.gif | Bin 525 -> 525 bytes > .../greybox_source/window/header_bg.gif | Bin 1188 -> 1188 bytes > .../GreyBox_v5_5/greybox_source/window/w_close.gif | Bin 74 -> 74 bytes > .../lib/greybox/GreyBox_v5_5/static_files/logo.gif | Bin 4514 -> 4514 bytes > .../GreyBox_v5_5/static_files/night_valley.jpg | Bin 46740 -> 46740 bytes > .../static_files/night_valley_thumb.gif | Bin 4410 -> 4410 bytes > .../static_files/night_valley_thumb.jpg | Bin 2524 -> 2524 bytes > .../lib/greybox/GreyBox_v5_5/static_files/salt.jpg | Bin 54124 -> 54124 bytes > .../GreyBox_v5_5/static_files/salt_thumb.gif | Bin 3061 -> 3061 bytes > .../opac-tmpl/bootstrap/lib/greybox/g_close.gif | Bin 541 -> 541 bytes > .../opac-tmpl/bootstrap/lib/greybox/header_bg.gif | Bin 1188 -> 1188 bytes > .../opac-tmpl/bootstrap/lib/greybox/indicator.gif | Bin 8238 -> 8238 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/greybox/next.gif | Bin 528 -> 528 bytes > koha-tmpl/opac-tmpl/bootstrap/lib/greybox/prev.gif | Bin 525 -> 525 bytes > .../opac-tmpl/bootstrap/lib/greybox/w_close.gif | Bin 74 -> 74 bytes > .../lib/jquery/images/ui-icons_222222_256x240.png | Bin 4369 -> 4369 bytes > .../lib/jquery/images/ui-icons_454545_256x240.png | Bin 4369 -> 4369 bytes > .../lib/jquery/images/ui-icons_888888_256x240.png | Bin 4369 -> 4369 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/AR.png | Bin 622 -> 622 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/BK.png | Bin 593 -> 593 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/CF.png | Bin 620 -> 620 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/GR.png | Bin 606 -> 606 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/MM.png | Bin 760 -> 760 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/MP.png | Bin 804 -> 804 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/MU.png | Bin 610 -> 610 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/MX.png | Bin 760 -> 760 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/PR.png | Bin 385 -> 385 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/SE.png | Bin 658 -> 658 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/ST.png | Bin 789 -> 789 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/TD.png | Bin 452 -> 452 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/VM.png | Bin 653 -> 653 bytes > .../opac-tmpl/lib/famfamfam/silk/arrow_left.png | Bin 345 -> 345 bytes > .../opac-tmpl/lib/famfamfam/silk/arrow_refresh.png | Bin 685 -> 685 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/book.png | Bin 593 -> 593 bytes > .../opac-tmpl/lib/famfamfam/silk/book_link.png | Bin 789 -> 789 bytes > .../opac-tmpl/lib/famfamfam/silk/book_open.png | Bin 622 -> 622 bytes > .../opac-tmpl/lib/famfamfam/silk/book_previous.png | Bin 680 -> 680 bytes > .../opac-tmpl/lib/famfamfam/silk/calendar.png | Bin 675 -> 675 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/cancel.png | Bin 587 -> 587 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/cd.png | Bin 673 -> 673 bytes > .../opac-tmpl/lib/famfamfam/silk/chart_curve.png | Bin 710 -> 710 bytes > .../opac-tmpl/lib/famfamfam/silk/computer_link.png | Bin 792 -> 792 bytes > .../opac-tmpl/lib/famfamfam/silk/controller.png | Bin 666 -> 666 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/cross.png | Bin 655 -> 655 bytes > .../opac-tmpl/lib/famfamfam/silk/database.png | Bin 390 -> 390 bytes > .../opac-tmpl/lib/famfamfam/silk/drive_web.png | Bin 686 -> 686 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/dvd.png | Bin 764 -> 764 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/film.png | Bin 653 -> 653 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/font.png | Bin 567 -> 567 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/help.png | Bin 786 -> 786 bytes > .../opac-tmpl/lib/famfamfam/silk/keyboard.png | Bin 570 -> 570 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/link.png | Bin 343 -> 343 bytes > .../opac-tmpl/lib/famfamfam/silk/magnifier.png | Bin 615 -> 615 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/map.png | Bin 804 -> 804 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/music.png | Bin 385 -> 385 bytes > .../opac-tmpl/lib/famfamfam/silk/newspaper.png | Bin 658 -> 658 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/note.png | Bin 500 -> 500 bytes > .../opac-tmpl/lib/famfamfam/silk/paintbrush.png | Bin 548 -> 548 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/pencil.png | Bin 450 -> 450 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/picture.png | Bin 606 -> 606 bytes > .../opac-tmpl/lib/famfamfam/silk/pictures.png | Bin 704 -> 704 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/report.png | Bin 649 -> 649 bytes > .../opac-tmpl/lib/famfamfam/silk/report_disk.png | Bin 760 -> 760 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/script.png | Bin 748 -> 748 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/sound.png | Bin 610 -> 610 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/stop.png | Bin 700 -> 700 bytes > .../lib/famfamfam/silk/text_list_bullets.png | Bin 344 -> 344 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/user.png | Bin 741 -> 741 bytes > koha-tmpl/opac-tmpl/lib/famfamfam/silk/world.png | Bin 923 -> 923 bytes > .../opac-tmpl/lib/famfamfam/silk/world_link.png | Bin 957 -> 957 bytes > .../lib/jquery/plugins/themes/classic/d.gif | Bin 3003 -> 3003 bytes > .../lib/jquery/plugins/themes/classic/d.png | Bin 7535 -> 7535 bytes > .../jquery/plugins/themes/classic/dot_for_ie.gif | Bin 43 -> 43 bytes > .../lib/jquery/plugins/themes/classic/throbber.gif | Bin 1849 -> 1849 bytes > koha-tmpl/opac-tmpl/lib/yui/yui-sprite.png | Bin 3123 -> 3123 bytes > misc/cronjobs/rss/sm-koha-icon.jpg | Bin 1503 -> 1503 bytes > .../koha3-opac-button-background.png | Bin 29387 -> 29387 bytes > .../koha3-opac-button-background.psd | Bin 39476 -> 39476 bytes > .../koha3-staff-client-logo.png | Bin 39056 -> 39056 bytes > .../koha3-staff-client-logo.psd | Bin 74261 -> 74261 bytes > misc/interface_customization/opac-sprite.psd | Bin 76110 -> 76110 bytes > .../staff-home-icons-sprite.psd | Bin 126748 -> 126748 bytes > opac/opac-export.pl | 30 +- > t/db_dependent/KitchenSinkPlugin.kpz | Bin 74771 -> 74771 bytes > tags/list.pl | 93 -- > tags/review.pl | 234 ----- > test/README | 3 - > test/progressbar.pl | 55 -- > test/progressbarsubmit.pl | 104 --- > test/search.pl | 74 -- > tmp/modified_authorities/README.txt | 1 - > 2310 files changed, 1370 insertions(+), 611 deletions(-) > mode change 100644 => 100755 .editorconfig > mode change 100644 => 100755 .htaccess > mode change 100644 => 100755 .mailmap > mode change 100644 => 100755 C4/Accounts.pm > mode change 100644 => 100755 C4/Acquisition.pm > mode change 100644 => 100755 C4/Auth.pm > mode change 100644 => 100755 C4/Auth_cas_servers.yaml.orig > mode change 100644 => 100755 C4/Auth_with_cas.pm > mode change 100644 => 100755 C4/Auth_with_ldap.pm > mode change 100644 => 100755 C4/Auth_with_shibboleth.pm > mode change 100644 => 100755 C4/AuthoritiesMarc.pm > mode change 100644 => 100755 C4/AuthoritiesMarc/MARC21.pm > mode change 100644 => 100755 C4/AuthoritiesMarc/UNIMARC.pm > mode change 100644 => 100755 C4/BackgroundJob.pm > mode change 100644 => 100755 C4/Barcodes.pm > mode change 100644 => 100755 C4/Barcodes/EAN13.pm > mode change 100644 => 100755 C4/Barcodes/ValueBuilder.pm > mode change 100644 => 100755 C4/Barcodes/annual.pm > mode change 100644 => 100755 C4/Barcodes/hbyymmincr.pm > mode change 100644 => 100755 C4/Barcodes/incremental.pm > mode change 100644 => 100755 C4/Biblio.pm > mode change 100644 => 100755 C4/Bookseller.pm > mode change 100644 => 100755 C4/Bookseller/Contact.pm > mode change 100644 => 100755 C4/Boolean.pm > mode change 100644 => 100755 C4/Branch.pm > mode change 100644 => 100755 C4/Breeding.pm > mode change 100644 => 100755 C4/Budgets.pm > mode change 100644 => 100755 C4/Calendar.pm > mode change 100644 => 100755 C4/Category.pm > mode change 100644 => 100755 C4/Charset.pm > mode change 100644 => 100755 C4/Circulation.pm > mode change 100644 => 100755 C4/ClassSortRoutine.pm > mode change 100644 => 100755 C4/ClassSortRoutine/Dewey.pm > mode change 100644 => 100755 C4/ClassSortRoutine/Generic.pm > mode change 100644 => 100755 C4/ClassSortRoutine/LCC.pm > mode change 100644 => 100755 C4/ClassSource.pm > mode change 100644 => 100755 C4/Context.pm > mode change 100644 => 100755 C4/Contract.pm > mode change 100644 => 100755 C4/CourseReserves.pm > mode change 100644 => 100755 C4/Creators.pm > mode change 100644 => 100755 C4/Creators/Batch.pm > mode change 100644 => 100755 C4/Creators/Layout.pm > mode change 100644 => 100755 C4/Creators/Lib.pm > mode change 100644 => 100755 C4/Creators/PDF.pm > mode change 100644 => 100755 C4/Creators/Profile.pm > mode change 100644 => 100755 C4/Creators/Template.pm > mode change 100644 => 100755 C4/Csv.pm > mode change 100644 => 100755 C4/Dates.pm > mode change 100644 => 100755 C4/Debug.pm > mode change 100644 => 100755 C4/External/Amazon.pm > mode change 100644 => 100755 C4/External/BakerTaylor.pm > mode change 100644 => 100755 C4/External/OverDrive.pm > mode change 100644 => 100755 C4/External/Syndetics.pm > mode change 100644 => 100755 C4/Form/MessagingPreferences.pm > mode change 100644 => 100755 C4/HTML5Media.pm > mode change 100644 => 100755 C4/Heading.pm > mode change 100644 => 100755 C4/Heading/MARC21.pm > mode change 100644 => 100755 C4/Heading/UNIMARC.pm > mode change 100644 => 100755 C4/ILSDI/Services.pm > mode change 100644 => 100755 C4/Images.pm > mode change 100644 => 100755 C4/ImportBatch.pm > mode change 100644 => 100755 C4/ImportExportFramework.pm > mode change 100644 => 100755 C4/Input.pm > mode change 100644 => 100755 C4/InstallAuth.pm > mode change 100644 => 100755 C4/Installer.pm > mode change 100644 => 100755 C4/Installer/PerlDependencies.pm > mode change 100644 => 100755 C4/Installer/PerlModules.pm > mode change 100644 => 100755 C4/ItemCirculationAlertPreference.pm > mode change 100644 => 100755 C4/ItemType.pm > mode change 100644 => 100755 C4/Items.pm > mode change 100644 => 100755 C4/Koha.pm > mode change 100644 => 100755 C4/Labels.pm > mode change 100644 => 100755 C4/Labels/Batch.pm > mode change 100644 => 100755 C4/Labels/Label.pm > mode change 100644 => 100755 C4/Labels/Layout.pm > mode change 100644 => 100755 C4/Labels/Profile.pm > mode change 100644 => 100755 C4/Labels/Template.pm > mode change 100644 => 100755 C4/Languages.pm > mode change 100644 => 100755 C4/Letters.pm > mode change 100644 => 100755 C4/Linker.pm > mode change 100644 => 100755 C4/Linker/Default.pm > mode change 100644 => 100755 C4/Linker/FirstMatch.pm > mode change 100644 => 100755 C4/Linker/LastMatch.pm > mode change 100644 => 100755 C4/Log.pm > mode change 100644 => 100755 C4/MarcModificationTemplates.pm > mode change 100644 => 100755 C4/Matcher.pm > mode change 100644 => 100755 C4/Members.pm > mode change 100644 => 100755 C4/Members/AttributeTypes.pm > mode change 100644 => 100755 C4/Members/Attributes.pm > mode change 100644 => 100755 C4/Members/Messaging.pm > mode change 100644 => 100755 C4/Members/Statistics.pm > mode change 100644 => 100755 C4/Message.pm > mode change 100644 => 100755 C4/NewsChannels.pm > mode change 100644 => 100755 C4/OAI/Sets.pm > mode change 100644 => 100755 C4/Output.pm > mode change 100644 => 100755 C4/Output/JSONStream.pm > mode change 100644 => 100755 C4/Overdues.pm > mode change 100644 => 100755 C4/Patroncards.pm > mode change 100644 => 100755 C4/Patroncards/Batch.pm > mode change 100644 => 100755 C4/Patroncards/Layout.pm > mode change 100644 => 100755 C4/Patroncards/Lib.pm > mode change 100644 => 100755 C4/Patroncards/Patroncard.pm > mode change 100644 => 100755 C4/Patroncards/Profile.pm > mode change 100644 => 100755 C4/Patroncards/Template.pm > mode change 100644 => 100755 C4/Print.pm > mode change 100644 => 100755 C4/Ratings.pm > mode change 100644 => 100755 C4/Record.pm > mode change 100644 => 100755 C4/Reports.pm > mode change 100644 => 100755 C4/Reports/Guided.pm > mode change 100644 => 100755 C4/Reserves.pm > mode change 100644 => 100755 C4/Review.pm > mode change 100644 => 100755 C4/Ris.pm > mode change 100644 => 100755 C4/RotatingCollections.pm > mode change 100644 => 100755 C4/SIP/ILS.pm > mode change 100644 => 100755 C4/SIP/ILS.pod > mode change 100644 => 100755 C4/SIP/ILS/Item.pm > mode change 100644 => 100755 C4/SIP/ILS/Item.pod > mode change 100644 => 100755 C4/SIP/ILS/Patron.pm > mode change 100644 => 100755 C4/SIP/ILS/Patron.pod > mode change 100644 => 100755 C4/SIP/ILS/Transaction.pm > mode change 100644 => 100755 C4/SIP/ILS/Transaction/Checkin.pm > mode change 100644 => 100755 C4/SIP/ILS/Transaction/Checkout.pm > mode change 100644 => 100755 C4/SIP/ILS/Transaction/FeePayment.pm > mode change 100644 => 100755 C4/SIP/ILS/Transaction/Hold.pm > mode change 100644 => 100755 C4/SIP/ILS/Transaction/Renew.pm > mode change 100644 => 100755 C4/SIP/ILS/Transaction/RenewAll.pm > mode change 100644 => 100755 C4/SIP/Makefile > mode change 100644 => 100755 C4/SIP/README > mode change 100644 => 100755 C4/SIP/Sip.pm > mode change 100644 => 100755 C4/SIP/Sip/Checksum.pm > mode change 100644 => 100755 C4/SIP/Sip/Configuration.pm > mode change 100644 => 100755 C4/SIP/Sip/Configuration/Account.pm > mode change 100644 => 100755 C4/SIP/Sip/Configuration/Institution.pm > mode change 100644 => 100755 C4/SIP/Sip/Configuration/Service.pm > mode change 100644 => 100755 C4/SIP/Sip/Constants.pm > mode change 100644 => 100755 C4/SIP/Sip/MsgType.pm > mode change 100644 => 100755 C4/SIP/acstest.py > mode change 100644 => 100755 C4/SIP/t/000_sc_config_auth.t > mode change 100644 => 100755 C4/SIP/t/00sc_status.t > mode change 100644 => 100755 C4/SIP/t/01patron_status.t > mode change 100644 => 100755 C4/SIP/t/02patron_info.t > mode change 100644 => 100755 C4/SIP/t/03checkout.t > mode change 100644 => 100755 C4/SIP/t/04patron_status.t > mode change 100644 => 100755 C4/SIP/t/05block_patron.t > mode change 100644 => 100755 C4/SIP/t/06patron_enable.t > mode change 100644 => 100755 C4/SIP/t/07hold.t > mode change 100644 => 100755 C4/SIP/t/08checkin.t > mode change 100644 => 100755 C4/SIP/t/09renew.t > mode change 100644 => 100755 C4/SIP/t/10renew_all.t > mode change 100644 => 100755 C4/SIP/t/11item_info.t > mode change 100644 => 100755 C4/SIP/t/Makefile > mode change 100644 => 100755 C4/SIP/t/README > mode change 100644 => 100755 C4/SIP/t/SIPtest.pm > mode change 100644 => 100755 C4/SIP/test.txt > mode change 100644 => 100755 C4/SMS.pm > mode change 100644 => 100755 C4/SQLHelper.pm > mode change 100644 => 100755 C4/Scheduler.pm > mode change 100644 => 100755 C4/Scrubber.pm > mode change 100644 => 100755 C4/Search.pm > mode change 100644 => 100755 C4/Search/History.pm > mode change 100644 => 100755 C4/Search/PazPar2.pm > mode change 100644 => 100755 C4/Serials.pm > mode change 100644 => 100755 C4/Serials/Frequency.pm > mode change 100644 => 100755 C4/Serials/Numberpattern.pm > mode change 100644 => 100755 C4/Service.pm > mode change 100644 => 100755 C4/ShelfBrowser.pm > mode change 100644 => 100755 C4/SocialData.pm > mode change 100644 => 100755 C4/Stats.pm > mode change 100644 => 100755 C4/Suggestions.pm > mode change 100644 => 100755 C4/TTParser.pm > mode change 100644 => 100755 C4/Tags.pm > mode change 100644 => 100755 C4/Templates.pm > mode change 100644 => 100755 C4/TmplToken.pm > mode change 100644 => 100755 C4/TmplTokenType.pm > mode change 100644 => 100755 C4/UploadedFile.pm > mode change 100644 => 100755 C4/UsageStats.pm > mode change 100644 => 100755 C4/Utils/DataTables.pm > mode change 100644 => 100755 C4/Utils/DataTables/ColumnsSettings.pm > mode change 100644 => 100755 C4/Utils/DataTables/Members.pm > mode change 100644 => 100755 C4/VirtualShelves.pm > mode change 100644 => 100755 C4/VirtualShelves/Page.pm > mode change 100644 => 100755 C4/XISBN.pm > mode change 100644 => 100755 C4/XSLT.pm > mode change 100644 => 100755 INSTALL > mode change 100644 => 100755 INSTALL.debian > mode change 100644 => 100755 INSTALL.fedora7 > mode change 100644 => 100755 INSTALL.opensuse > mode change 100644 => 100755 INSTALL.ubuntu > mode change 100644 => 100755 Koha/Acquisition/Order.pm > mode change 100644 => 100755 Koha/AuthUtils.pm > mode change 100644 => 100755 Koha/Authority.pm > mode change 100644 => 100755 Koha/Borrower/Debarments.pm > mode change 100644 => 100755 Koha/Borrower/Files.pm > mode change 100644 => 100755 Koha/Borrower/Modifications.pm > mode change 100644 => 100755 Koha/Cache.pm > mode change 100644 => 100755 Koha/Cache/Object.pm > mode change 100644 => 100755 Koha/Calendar.pm > mode change 100644 => 100755 Koha/Database.pm > mode change 100644 => 100755 Koha/DateUtils.pm > create mode 100644 Koha/DublinCoreTransformer.pm > mode change 100644 => 100755 Koha/Email.pm > mode change 100644 => 100755 Koha/Filter/MARC/EmbedSeeFromHeadings.pm > mode change 100644 => 100755 Koha/Filter/MARC/Null.pm > mode change 100644 => 100755 Koha/I18N.pm > mode change 100644 => 100755 Koha/Indexer/Utils.pm > mode change 100644 => 100755 Koha/Item/Search/Field.pm > mode change 100644 => 100755 Koha/Linktracker.pm > mode change 100644 => 100755 Koha/List/Patron.pm > mode change 100644 => 100755 Koha/MetadataRecord.pm > mode change 100644 => 100755 Koha/Misc/Files.pm > mode change 100644 => 100755 Koha/NorwegianPatronDB.pm > mode change 100644 => 100755 Koha/Number/Price.pm > mode change 100644 => 100755 Koha/Plugins.pm > mode change 100644 => 100755 Koha/Plugins/Base.pm > mode change 100644 => 100755 Koha/Plugins/Handler.pm > mode change 100644 => 100755 Koha/QueryParser/Driver/PQF.pm > mode change 100644 => 100755 Koha/QueryParser/Driver/PQF/Util.pm > mode change 100644 => 100755 Koha/QueryParser/Driver/PQF/query_plan.pm > mode change 100644 => 100755 Koha/QueryParser/Driver/PQF/query_plan/facet.pm > mode change 100644 => 100755 Koha/QueryParser/Driver/PQF/query_plan/filter.pm > mode change 100644 => 100755 Koha/QueryParser/Driver/PQF/query_plan/modifier.pm > mode change 100644 => 100755 Koha/QueryParser/Driver/PQF/query_plan/node.pm > mode change 100644 => 100755 Koha/QueryParser/Driver/PQF/query_plan/node/atom.pm > mode change 100644 => 100755 Koha/RecordProcessor.pm > mode change 100644 => 100755 Koha/RecordProcessor/Base.pm > mode change 100644 => 100755 Koha/Schema.pm > mode change 100644 => 100755 Koha/Schema/Result/Accountline.pm > mode change 100644 => 100755 Koha/Schema/Result/Accountoffset.pm > mode change 100644 => 100755 Koha/Schema/Result/ActionLog.pm > mode change 100644 => 100755 Koha/Schema/Result/ActionLogs.pm > mode change 100644 => 100755 Koha/Schema/Result/Alert.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqbasket.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqbasketgroup.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqbasketuser.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqbookseller.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqbudget.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqbudgetborrower.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqbudgetperiod.pm > mode change 100644 => 100755 Koha/Schema/Result/AqbudgetsPlanning.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqcontact.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqcontract.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqinvoice.pm > mode change 100644 => 100755 Koha/Schema/Result/Aqorder.pm > mode change 100644 => 100755 Koha/Schema/Result/AqordersItem.pm > mode change 100644 => 100755 Koha/Schema/Result/AqordersTransfer.pm > mode change 100644 => 100755 Koha/Schema/Result/AuthHeader.pm > mode change 100644 => 100755 Koha/Schema/Result/AuthSubfieldStructure.pm > mode change 100644 => 100755 Koha/Schema/Result/AuthTagStructure.pm > mode change 100644 => 100755 Koha/Schema/Result/AuthType.pm > mode change 100644 => 100755 Koha/Schema/Result/AuthorisedValue.pm > mode change 100644 => 100755 Koha/Schema/Result/AuthorisedValuesBranch.pm > mode change 100644 => 100755 Koha/Schema/Result/Biblio.pm > mode change 100644 => 100755 Koha/Schema/Result/BiblioFramework.pm > mode change 100644 => 100755 Koha/Schema/Result/Biblioimage.pm > mode change 100644 => 100755 Koha/Schema/Result/Biblioitem.pm > mode change 100644 => 100755 Koha/Schema/Result/Borrower.pm > mode change 100644 => 100755 Koha/Schema/Result/BorrowerAttribute.pm > mode change 100644 => 100755 Koha/Schema/Result/BorrowerAttributeType.pm > mode change 100644 => 100755 Koha/Schema/Result/BorrowerAttributeTypesBranch.pm > mode change 100644 => 100755 Koha/Schema/Result/BorrowerDebarment.pm > mode change 100644 => 100755 Koha/Schema/Result/BorrowerFile.pm > mode change 100644 => 100755 Koha/Schema/Result/BorrowerMessagePreference.pm > mode change 100644 => 100755 Koha/Schema/Result/BorrowerMessageTransportPreference.pm > mode change 100644 => 100755 Koha/Schema/Result/BorrowerModification.pm > mode change 100644 => 100755 Koha/Schema/Result/BorrowerSync.pm > mode change 100644 => 100755 Koha/Schema/Result/Branch.pm > mode change 100644 => 100755 Koha/Schema/Result/BranchBorrowerCircRule.pm > mode change 100644 => 100755 Koha/Schema/Result/BranchItemRule.pm > mode change 100644 => 100755 Koha/Schema/Result/BranchTransferLimit.pm > mode change 100644 => 100755 Koha/Schema/Result/Branchcategory.pm > mode change 100644 => 100755 Koha/Schema/Result/Branchrelation.pm > mode change 100644 => 100755 Koha/Schema/Result/Branchtransfer.pm > mode change 100644 => 100755 Koha/Schema/Result/Browser.pm > mode change 100644 => 100755 Koha/Schema/Result/CategoriesBranch.pm > mode change 100644 => 100755 Koha/Schema/Result/Category.pm > mode change 100644 => 100755 Koha/Schema/Result/City.pm > mode change 100644 => 100755 Koha/Schema/Result/ClassSortRule.pm > mode change 100644 => 100755 Koha/Schema/Result/ClassSource.pm > mode change 100644 => 100755 Koha/Schema/Result/Closure.pm > mode change 100644 => 100755 Koha/Schema/Result/ClosureRrule.pm > mode change 100644 => 100755 Koha/Schema/Result/Collection.pm > mode change 100644 => 100755 Koha/Schema/Result/CollectionsTracking.pm > mode change 100644 => 100755 Koha/Schema/Result/ColumnsSetting.pm > mode change 100644 => 100755 Koha/Schema/Result/Course.pm > mode change 100644 => 100755 Koha/Schema/Result/CourseInstructor.pm > mode change 100644 => 100755 Koha/Schema/Result/CourseItem.pm > mode change 100644 => 100755 Koha/Schema/Result/CourseReserve.pm > mode change 100644 => 100755 Koha/Schema/Result/CreatorBatch.pm > mode change 100644 => 100755 Koha/Schema/Result/CreatorImage.pm > mode change 100644 => 100755 Koha/Schema/Result/CreatorLayout.pm > mode change 100644 => 100755 Koha/Schema/Result/CreatorTemplate.pm > mode change 100644 => 100755 Koha/Schema/Result/Currency.pm > mode change 100644 => 100755 Koha/Schema/Result/DefaultBorrowerCircRule.pm > mode change 100644 => 100755 Koha/Schema/Result/DefaultBranchCircRule.pm > mode change 100644 => 100755 Koha/Schema/Result/DefaultBranchItemRule.pm > mode change 100644 => 100755 Koha/Schema/Result/DefaultCircRule.pm > mode change 100644 => 100755 Koha/Schema/Result/Deletedbiblio.pm > mode change 100644 => 100755 Koha/Schema/Result/Deletedbiblioitem.pm > mode change 100644 => 100755 Koha/Schema/Result/Deletedborrower.pm > mode change 100644 => 100755 Koha/Schema/Result/Deleteditem.pm > mode change 100644 => 100755 Koha/Schema/Result/Ethnicity.pm > mode change 100644 => 100755 Koha/Schema/Result/ExportFormat.pm > mode change 100644 => 100755 Koha/Schema/Result/Fieldmapping.pm > mode change 100644 => 100755 Koha/Schema/Result/HoldFillTarget.pm > mode change 100644 => 100755 Koha/Schema/Result/ImportAuth.pm > mode change 100644 => 100755 Koha/Schema/Result/ImportBatch.pm > mode change 100644 => 100755 Koha/Schema/Result/ImportBiblio.pm > mode change 100644 => 100755 Koha/Schema/Result/ImportItem.pm > mode change 100644 => 100755 Koha/Schema/Result/ImportRecord.pm > mode change 100644 => 100755 Koha/Schema/Result/ImportRecordMatch.pm > mode change 100644 => 100755 Koha/Schema/Result/Issue.pm > mode change 100644 => 100755 Koha/Schema/Result/Issuingrule.pm > mode change 100644 => 100755 Koha/Schema/Result/Item.pm > mode change 100644 => 100755 Koha/Schema/Result/ItemCirculationAlertPreference.pm > mode change 100644 => 100755 Koha/Schema/Result/ItemsSearchField.pm > mode change 100644 => 100755 Koha/Schema/Result/Itemtype.pm > mode change 100644 => 100755 Koha/Schema/Result/LanguageDescription.pm > mode change 100644 => 100755 Koha/Schema/Result/LanguageRfc4646ToIso639.pm > mode change 100644 => 100755 Koha/Schema/Result/LanguageScriptBidi.pm > mode change 100644 => 100755 Koha/Schema/Result/LanguageScriptMapping.pm > mode change 100644 => 100755 Koha/Schema/Result/LanguageSubtagRegistry.pm > mode change 100644 => 100755 Koha/Schema/Result/Letter.pm > mode change 100644 => 100755 Koha/Schema/Result/Linktracker.pm > mode change 100644 => 100755 Koha/Schema/Result/MarcMatcher.pm > mode change 100644 => 100755 Koha/Schema/Result/MarcModificationTemplate.pm > mode change 100644 => 100755 Koha/Schema/Result/MarcModificationTemplateAction.pm > mode change 100644 => 100755 Koha/Schema/Result/MarcSubfieldStructure.pm > mode change 100644 => 100755 Koha/Schema/Result/MarcTagStructure.pm > mode change 100644 => 100755 Koha/Schema/Result/Matchcheck.pm > mode change 100644 => 100755 Koha/Schema/Result/MatcherMatchpoint.pm > mode change 100644 => 100755 Koha/Schema/Result/Matchpoint.pm > mode change 100644 => 100755 Koha/Schema/Result/MatchpointComponent.pm > mode change 100644 => 100755 Koha/Schema/Result/MatchpointComponentNorm.pm > mode change 100644 => 100755 Koha/Schema/Result/Message.pm > mode change 100644 => 100755 Koha/Schema/Result/MessageAttribute.pm > mode change 100644 => 100755 Koha/Schema/Result/MessageQueue.pm > mode change 100644 => 100755 Koha/Schema/Result/MessageTransport.pm > mode change 100644 => 100755 Koha/Schema/Result/MessageTransportType.pm > mode change 100644 => 100755 Koha/Schema/Result/MiscFile.pm > mode change 100644 => 100755 Koha/Schema/Result/NeedMergeAuthority.pm > mode change 100644 => 100755 Koha/Schema/Result/Notify.pm > mode change 100644 => 100755 Koha/Schema/Result/OaiSet.pm > mode change 100644 => 100755 Koha/Schema/Result/OaiSetsBiblio.pm > mode change 100644 => 100755 Koha/Schema/Result/OaiSetsDescription.pm > mode change 100644 => 100755 Koha/Schema/Result/OaiSetsMapping.pm > mode change 100644 => 100755 Koha/Schema/Result/OldIssue.pm > mode change 100644 => 100755 Koha/Schema/Result/OldReserve.pm > mode change 100644 => 100755 Koha/Schema/Result/OpacNews.pm > mode change 100644 => 100755 Koha/Schema/Result/Overduerule.pm > mode change 100644 => 100755 Koha/Schema/Result/OverduerulesTransportType.pm > mode change 100644 => 100755 Koha/Schema/Result/PatronList.pm > mode change 100644 => 100755 Koha/Schema/Result/PatronListPatron.pm > mode change 100644 => 100755 Koha/Schema/Result/Patroncard.pm > mode change 100644 => 100755 Koha/Schema/Result/Patronimage.pm > mode change 100644 => 100755 Koha/Schema/Result/PendingOfflineOperation.pm > mode change 100644 => 100755 Koha/Schema/Result/Permission.pm > mode change 100644 => 100755 Koha/Schema/Result/PluginData.pm > mode change 100644 => 100755 Koha/Schema/Result/Printer.pm > mode change 100644 => 100755 Koha/Schema/Result/PrintersProfile.pm > mode change 100644 => 100755 Koha/Schema/Result/Quote.pm > mode change 100644 => 100755 Koha/Schema/Result/Rating.pm > mode change 100644 => 100755 Koha/Schema/Result/RepeatableHoliday.pm > mode change 100644 => 100755 Koha/Schema/Result/ReportsDictionary.pm > mode change 100644 => 100755 Koha/Schema/Result/Reserve.pm > mode change 100644 => 100755 Koha/Schema/Result/Reserveconstraint.pm > mode change 100644 => 100755 Koha/Schema/Result/Review.pm > mode change 100644 => 100755 Koha/Schema/Result/SavedReport.pm > mode change 100644 => 100755 Koha/Schema/Result/SavedSql.pm > mode change 100644 => 100755 Koha/Schema/Result/SearchHistory.pm > mode change 100644 => 100755 Koha/Schema/Result/Serial.pm > mode change 100644 => 100755 Koha/Schema/Result/Serialitem.pm > mode change 100644 => 100755 Koha/Schema/Result/ServicesThrottle.pm > mode change 100644 => 100755 Koha/Schema/Result/Session.pm > mode change 100644 => 100755 Koha/Schema/Result/SocialData.pm > mode change 100644 => 100755 Koha/Schema/Result/SpecialHoliday.pm > mode change 100644 => 100755 Koha/Schema/Result/Statistic.pm > mode change 100644 => 100755 Koha/Schema/Result/Stopword.pm > mode change 100644 => 100755 Koha/Schema/Result/Subscription.pm > mode change 100644 => 100755 Koha/Schema/Result/SubscriptionFrequency.pm > mode change 100644 => 100755 Koha/Schema/Result/SubscriptionNumberpattern.pm > mode change 100644 => 100755 Koha/Schema/Result/Subscriptionhistory.pm > mode change 100644 => 100755 Koha/Schema/Result/Subscriptionroutinglist.pm > mode change 100644 => 100755 Koha/Schema/Result/Suggestion.pm > mode change 100644 => 100755 Koha/Schema/Result/Systempreference.pm > mode change 100644 => 100755 Koha/Schema/Result/Tag.pm > mode change 100644 => 100755 Koha/Schema/Result/TagAll.pm > mode change 100644 => 100755 Koha/Schema/Result/TagsApproval.pm > mode change 100644 => 100755 Koha/Schema/Result/TagsIndex.pm > mode change 100644 => 100755 Koha/Schema/Result/TmpHoldsqueue.pm > mode change 100644 => 100755 Koha/Schema/Result/TransportCost.pm > mode change 100644 => 100755 Koha/Schema/Result/UserPermission.pm > mode change 100644 => 100755 Koha/Schema/Result/Userflag.pm > mode change 100644 => 100755 Koha/Schema/Result/Virtualshelfcontent.pm > mode change 100644 => 100755 Koha/Schema/Result/Virtualshelfshare.pm > mode change 100644 => 100755 Koha/Schema/Result/Virtualshelve.pm > mode change 100644 => 100755 Koha/Schema/Result/Z3950server.pm > mode change 100644 => 100755 Koha/Schema/Result/Zebraqueue.pm > mode change 100644 => 100755 Koha/SimpleMARC.pm > mode change 100644 => 100755 Koha/SuggestionEngine.pm > mode change 100644 => 100755 Koha/SuggestionEngine/Base.pm > mode change 100644 => 100755 Koha/SuggestionEngine/Plugin/AuthorityFile.pm > mode change 100644 => 100755 Koha/SuggestionEngine/Plugin/ExplodedTerms.pm > mode change 100644 => 100755 Koha/SuggestionEngine/Plugin/Null.pm > mode change 100644 => 100755 Koha/Template/Plugin/AuthorisedValues.pm > mode change 100644 => 100755 Koha/Template/Plugin/Borrowers.pm > mode change 100644 => 100755 Koha/Template/Plugin/Branches.pm > mode change 100644 => 100755 Koha/Template/Plugin/Cache.pm > mode change 100644 => 100755 Koha/Template/Plugin/ColumnsSettings.pm > mode change 100644 => 100755 Koha/Template/Plugin/ItemTypes.pm > mode change 100644 => 100755 Koha/Template/Plugin/Koha.pm > mode change 100644 => 100755 Koha/Template/Plugin/KohaDates.pm > mode change 100644 => 100755 Koha/Template/Plugin/Price.pm > mode change 100644 => 100755 Koha/Util/MARC.pm > mode change 100644 => 100755 Koha/XSLT_Handler.pm > mode change 100644 => 100755 LICENSE > mode change 100644 => 100755 MANIFEST.SKIP > mode change 100644 => 100755 Makefile.PL > mode change 100644 => 100755 OpenILS/QueryParser.pm > mode change 100644 => 100755 README > mode change 100644 => 100755 README.robots > mode change 100644 => 100755 acqui/pdfformat/layout2pages.pm > mode change 100644 => 100755 acqui/pdfformat/layout2pagesde.pm > mode change 100644 => 100755 acqui/pdfformat/layout3pages.pm > mode change 100644 => 100755 acqui/pdfformat/layout3pagesfr.pm > mode change 100644 => 100755 admin/columns_settings.yml > mode change 100644 => 100755 cataloguing/value_builder/marc21_linking_section.pl > mode change 100644 => 100755 cataloguing/value_builder/unimarc_field_100_authorities.pl > mode change 100644 => 100755 debian/README.build > mode change 100644 => 100755 debian/changelog > mode change 100644 => 100755 debian/compat > mode change 100644 => 100755 debian/control > mode change 100644 => 100755 debian/control.in > mode change 100644 => 100755 debian/copyright > mode change 100644 => 100755 debian/docs/LEEME.Debian > mode change 100644 => 100755 debian/docs/koha-common.xml > mode change 100644 => 100755 debian/docs/koha-create-dirs.xml > mode change 100644 => 100755 debian/docs/koha-create.xml > mode change 100644 => 100755 debian/docs/koha-disable.xml > mode change 100644 => 100755 debian/docs/koha-dump-defaults.xml > mode change 100644 => 100755 debian/docs/koha-dump.xml > mode change 100644 => 100755 debian/docs/koha-email-disable.xml > mode change 100644 => 100755 debian/docs/koha-email-enable.xml > mode change 100644 => 100755 debian/docs/koha-enable-sip.xml > mode change 100644 => 100755 debian/docs/koha-enable.xml > mode change 100644 => 100755 debian/docs/koha-foreach.xml > mode change 100644 => 100755 debian/docs/koha-indexer.xml > mode change 100644 => 100755 debian/docs/koha-list.xml > mode change 100644 => 100755 debian/docs/koha-mysql.xml > mode change 100644 => 100755 debian/docs/koha-mysqlcheck.xml > mode change 100644 => 100755 debian/docs/koha-rebuild-zebra.xml > mode change 100644 => 100755 debian/docs/koha-remove.xml > mode change 100644 => 100755 debian/docs/koha-reset-passwd.xml > mode change 100644 => 100755 debian/docs/koha-restart-zebra.xml > mode change 100644 => 100755 debian/docs/koha-restore.xml > mode change 100644 => 100755 debian/docs/koha-run-backups.xml > mode change 100644 => 100755 debian/docs/koha-shell.xml > mode change 100644 => 100755 debian/docs/koha-start-sip.xml > mode change 100644 => 100755 debian/docs/koha-start-zebra.xml > mode change 100644 => 100755 debian/docs/koha-stop-sip.xml > mode change 100644 => 100755 debian/docs/koha-stop-zebra.xml > mode change 100644 => 100755 debian/docs/koha-translate.xml > mode change 100644 => 100755 debian/docs/koha-upgrade-schema.xml > mode change 100644 => 100755 debian/docs/koha-upgrade-to-3.4.xml > mode change 100644 => 100755 debian/koha-common.README.Debian > mode change 100644 => 100755 debian/koha-common.bash-completion > mode change 100644 => 100755 debian/koha-common.cron.d > mode change 100644 => 100755 debian/koha-common.cron.daily > mode change 100644 => 100755 debian/koha-common.cron.hourly > mode change 100644 => 100755 debian/koha-common.default > mode change 100644 => 100755 debian/koha-common.dirs > mode change 100644 => 100755 debian/koha-common.docs > mode change 100644 => 100755 debian/koha-common.install > mode change 100644 => 100755 debian/koha-common.logrotate > mode change 100644 => 100755 debian/koha-common.postinst > mode change 100644 => 100755 debian/koha-common.templates > mode change 100644 => 100755 debian/koha-post-install-setup > mode change 100644 => 100755 debian/koha.README.Debian > mode change 100644 => 100755 debian/koha.apache-ports > mode change 100644 => 100755 debian/koha.config > mode change 100644 => 100755 debian/koha.dirs > mode change 100644 => 100755 debian/koha.install > mode change 100644 => 100755 debian/koha.postinst > mode change 100644 => 100755 debian/koha.postrm > mode change 100644 => 100755 debian/koha.prerm > mode change 100644 => 100755 debian/source/format > mode change 100644 => 100755 debian/templates/SIPconfig.xml > mode change 100644 => 100755 debian/templates/apache-shared-disable.conf > mode change 100644 => 100755 debian/templates/apache-shared-intranet.conf > mode change 100644 => 100755 debian/templates/apache-shared-opac.conf > mode change 100644 => 100755 debian/templates/apache-shared.conf > mode change 100644 => 100755 debian/templates/apache-site.conf.in > mode change 100644 => 100755 debian/templates/koha-common.conf > mode change 100644 => 100755 debian/templates/koha-conf-site.xml.in > mode change 100644 => 100755 debian/templates/koha-sites.conf > mode change 100644 => 100755 debian/templates/marc21-retrieval-info-auth-dom.xml > mode change 100644 => 100755 debian/templates/marc21-retrieval-info-auth-grs1.xml > mode change 100644 => 100755 debian/templates/marc21-retrieval-info-bib-dom.xml > mode change 100644 => 100755 debian/templates/marc21-retrieval-info-bib-grs1.xml > mode change 100644 => 100755 debian/templates/normarc-retrieval-info-auth-dom.xml > mode change 100644 => 100755 debian/templates/normarc-retrieval-info-auth-grs1.xml > mode change 100644 => 100755 debian/templates/normarc-retrieval-info-bib-dom.xml > mode change 100644 => 100755 debian/templates/normarc-retrieval-info-bib-grs1.xml > mode change 100644 => 100755 debian/templates/unimarc-retrieval-info-auth-dom.xml > mode change 100644 => 100755 debian/templates/unimarc-retrieval-info-auth-grs1.xml > mode change 100644 => 100755 debian/templates/unimarc-retrieval-info-bib-dom.xml > mode change 100644 => 100755 debian/templates/unimarc-retrieval-info-bib-grs1.xml > mode change 100644 => 100755 debian/templates/zebra-authorities-dom-site.cfg.in > mode change 100644 => 100755 debian/templates/zebra-authorities-site.cfg.in > mode change 100644 => 100755 debian/templates/zebra-biblios-dom-site.cfg.in > mode change 100644 => 100755 debian/templates/zebra-biblios-site.cfg.in > mode change 100644 => 100755 debian/templates/zebra.passwd.in > mode change 100644 => 100755 debian/unavailable.html > mode change 100644 => 100755 docs/CAS/CAS/README > mode change 100644 => 100755 docs/CAS/CASProxy/README > mode change 100644 => 100755 docs/CAS/CASProxy/examples/casSession.tmp > mode change 100644 => 100755 docs/history.txt > mode change 100644 => 100755 docs/opac/OpacHiddenItems.txt > mode change 100644 => 100755 etc/README.txt > mode change 100644 => 100755 etc/SIPconfig.xml > mode change 100644 => 100755 etc/koha-conf.xml > mode change 100644 => 100755 etc/koha-httpd.conf > mode change 100644 => 100755 etc/pazpar2/MARC21slimUtils.xsl > mode change 100644 => 100755 etc/pazpar2/koha-biblios.xml > mode change 100644 => 100755 etc/pazpar2/marc21-work-groups.xsl > mode change 100644 => 100755 etc/pazpar2/marc21.xsl > mode change 100644 => 100755 etc/pazpar2/pazpar2.xml > mode change 100644 => 100755 etc/pazpar2/pz2-ourl-base.xsl > mode change 100644 => 100755 etc/pazpar2/pz2-ourl-marc21.xsl > mode change 100644 => 100755 etc/searchengine/queryparser.yaml > mode change 100644 => 100755 etc/zebradb/authorities/etc/bib1.att > mode change 100644 => 100755 etc/zebradb/authorities/etc/dom-config-marc.xml > mode change 100644 => 100755 etc/zebradb/authorities/etc/dom-config.xml > mode change 100644 => 100755 etc/zebradb/biblios/etc/bib1.att > mode change 100644 => 100755 etc/zebradb/biblios/etc/dom-config-marc.xml > mode change 100644 => 100755 etc/zebradb/biblios/etc/dom-config.xml > mode change 100644 => 100755 etc/zebradb/ccl.properties > mode change 100644 => 100755 etc/zebradb/cql.properties > mode change 100644 => 100755 etc/zebradb/etc/default.idx > mode change 100644 => 100755 etc/zebradb/etc/explain.abs > mode change 100644 => 100755 etc/zebradb/etc/explain.att > mode change 100644 => 100755 etc/zebradb/etc/explain.tag > mode change 100644 => 100755 etc/zebradb/etc/gils.att > mode change 100644 => 100755 etc/zebradb/etc/marc21.mar > mode change 100644 => 100755 etc/zebradb/etc/normarc.mar > mode change 100644 => 100755 etc/zebradb/etc/numeric.chr > mode change 100644 => 100755 etc/zebradb/etc/passwd > mode change 100644 => 100755 etc/zebradb/etc/phrases-icu.xml > mode change 100644 => 100755 etc/zebradb/etc/tagsetm.tag > mode change 100644 => 100755 etc/zebradb/etc/unimarc.mar > mode change 100644 => 100755 etc/zebradb/etc/urx.chr > mode change 100644 => 100755 etc/zebradb/etc/usmarc.mar > mode change 100644 => 100755 etc/zebradb/etc/word-phrase-utf.chr > mode change 100644 => 100755 etc/zebradb/etc/words-icu.xml > mode change 100644 => 100755 etc/zebradb/explain-authorities.xml > mode change 100644 => 100755 etc/zebradb/explain-biblios.xml > mode change 100644 => 100755 etc/zebradb/lang_defs/en/sort-string-utf.chr > mode change 100644 => 100755 etc/zebradb/lang_defs/es/sort-string-utf.chr > mode change 100644 => 100755 etc/zebradb/lang_defs/fr/sort-string-utf.chr > mode change 100644 => 100755 etc/zebradb/lang_defs/nb/sort-string-utf.chr > mode change 100644 => 100755 etc/zebradb/lang_defs/ru/sort-string-utf.chr > mode change 100644 => 100755 etc/zebradb/lang_defs/uk/sort-string-utf.chr > mode change 100644 => 100755 etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml > mode change 100644 => 100755 etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl > mode change 100644 => 100755 etc/zebradb/marc_defs/marc21/authorities/record.abs > mode change 100644 => 100755 etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml > mode change 100644 => 100755 etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl > mode change 100644 => 100755 etc/zebradb/marc_defs/marc21/biblios/record.abs > mode change 100644 => 100755 etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml > mode change 100644 => 100755 etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl > mode change 100644 => 100755 etc/zebradb/marc_defs/normarc/biblios/record.abs > mode change 100644 => 100755 etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml > mode change 100644 => 100755 etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl > mode change 100644 => 100755 etc/zebradb/marc_defs/unimarc/authorities/record.abs > mode change 100644 => 100755 etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml > mode change 100644 => 100755 etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl > mode change 100644 => 100755 etc/zebradb/marc_defs/unimarc/biblios/record.abs > mode change 100644 => 100755 etc/zebradb/pqf.properties > mode change 100644 => 100755 etc/zebradb/retrieval-info-auth-dom.xml > mode change 100644 => 100755 etc/zebradb/retrieval-info-auth-grs1.xml > mode change 100644 => 100755 etc/zebradb/retrieval-info-bib-dom.xml > mode change 100644 => 100755 etc/zebradb/retrieval-info-bib-grs1.xml > mode change 100644 => 100755 etc/zebradb/xsl/identity.xsl > mode change 100644 => 100755 etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl > mode change 100644 => 100755 etc/zebradb/xsl/zebra.xsl > mode change 100644 => 100755 etc/zebradb/zebra-authorities-dom.cfg > mode change 100644 => 100755 etc/zebradb/zebra-authorities.cfg > mode change 100644 => 100755 etc/zebradb/zebra-biblios-dom.cfg > mode change 100644 => 100755 etc/zebradb/zebra-biblios.cfg > mode change 100644 => 100755 fix-perl-path.PL > mode change 100644 => 100755 install-CPAN.pl > mode change 100644 => 100755 install_misc/UpgradeBackup.pm > mode change 100644 => 100755 install_misc/debian.packages > mode change 100644 => 100755 install_misc/environment_Makefile.PL > mode change 100644 => 100755 install_misc/ubuntu.10.04.packages > mode change 100644 => 100755 install_misc/ubuntu.12.04.packages > mode change 100644 => 100755 install_misc/ubuntu.packages > mode change 100644 => 100755 installer/data/mysql/atomicupdate/0009-patron-attr-display-checkout.pl > mode change 100644 => 100755 installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl > mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_7144-add-returnbranch-to-branch-item-issuing-rules.pl > mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_7284_authority_linking_pt1 > mode change 100644 => 100755 installer/data/mysql/atomicupdate/hourlyloans.sql > mode change 100644 => 100755 installer/data/mysql/atomicupdate/issuedate_times.pl > mode change 100644 => 100755 installer/data/mysql/atomicupdate/oai_sets.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/auth_values.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/auth_values.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/class_sources.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/class_sources.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/message_transport_types.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/message_transport_types.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_frequencies.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_frequencies.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_notices.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_numberpatterns.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sample_numberpatterns.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/stopwords.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/stopwords.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/system_preferences.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/system_preferences.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/userflags.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/userflags.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/userpermissions.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/userpermissions.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/mandatory/authorities_normal_marc21.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/mandatory/authorities_normal_marc21.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/auth_val.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/auth_val.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/csv_profiles.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/csv_profiles.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/parameters.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/parameters.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/patron_atributes.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/patron_atributes.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/patron_categories.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/patron_categories.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_creator_data.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_creator_data.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_holidays.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_holidays.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_itemtypes.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_itemtypes.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_libraries.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_libraries.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_news.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_news.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_patrons.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_patrons.txt > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_z3950_servers.sql > mode change 100644 => 100755 installer/data/mysql/de-DE/optional/sample_z3950_servers.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/auth_values.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/auth_values.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/class_sources.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/class_sources.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/message_transport_types.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/message_transport_types.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_frequencies.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_frequencies.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_notices.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_notices_message_attributes.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_notices_message_attributes.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_notices_message_transports.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_notices_message_transports.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_numberpatterns.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/sample_numberpatterns.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/stopwords.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/stopwords.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/userflags.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/userflags.txt > mode change 100644 => 100755 installer/data/mysql/en/mandatory/userpermissions.sql > mode change 100644 => 100755 installer/data/mysql/en/mandatory/userpermissions.txt > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.txt > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.txt > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/auth_val.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/auth_val.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/csv_profiles.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/csv_profiles.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/marc21_holdings_coded_values.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/marc21_holdings_coded_values.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/marc21_relatorterms.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/marc21_relatorterms.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/parameters.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/parameters.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/patron_atributes.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/patron_atributes.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/patron_categories.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/patron_categories.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_creator_data.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_creator_data.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_holidays.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_holidays.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_itemtypes.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_itemtypes.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_libraries.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_libraries.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_news.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_news.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_patrons.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_patrons.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_quotes.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_quotes.txt > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_z3950_servers.sql > mode change 100644 => 100755 installer/data/mysql/en/optional/sample_z3950_servers.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/auth_values.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/auth_values.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/class_sources.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/class_sources.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/message_transport_types.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/message_transport_types.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_frequencies.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_frequencies.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_notices.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_numberpatterns.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/sample_numberpatterns.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/stopwords.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/stopwords.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/system_preferences.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/system_preferences.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/userflags.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/userflags.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/userpermissions.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/mandatory/userpermissions.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/mandatory/authorities_normal_marc21.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/mandatory/authorities_normal_marc21.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/auth_val.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/auth_val.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/marc21_relatorterms.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/marc21_relatorterms.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/parameters.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/parameters.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/patron_atributes.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/patron_atributes.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/patron_categories.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/patron_categories.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_creator_data.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_creator_data.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_holidays.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_holidays.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_itemtypes.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_itemtypes.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_libraries.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_libraries.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_news.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_news.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_patrons.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_patrons.txt > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_z3950_servers.sql > mode change 100644 => 100755 installer/data/mysql/es-ES/optional/sample_z3950_servers.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/class_sources.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/class_sources.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_frequencies.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_frequencies.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_numberpatterns.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/sample_numberpatterns.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/stopwords.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/stopwords.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/userflags.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/userflags.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/userpermissions.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/userpermissions.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/2-Optionel/patron_categories.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/2-Optionel/patron_categories.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/2-Optionel/sample_labels.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/2-Optionel/sample_labels.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/2-Optionel/sample_news.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/2-Optionel/sample_news.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/2-Optionel/z3950_BNF.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/2-Optionel/z3950_BNF.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/3-LecturePub/sample_itemtypes.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/3-LecturePub/sample_itemtypes.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/4-Conservation/sample_itemtypes.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/4-Conservation/sample_itemtypes.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/authorities_normal_marc21.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/authorities_normal_marc21.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/marc21_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/marc21_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_relatorterms.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_relatorterms.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_simple_bib_frameworks.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_simple_bib_frameworks.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorites_norme_unimarc.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorites_norme_unimarc.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Optionnel/cataloguage_rapide.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Optionnel/cataloguage_rapide.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/autorites_norme_unimarc.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/autorites_norme_unimarc.txt > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/mandatory/authorities_normal_marc21.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/mandatory/authorities_normal_marc21.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_relatorterms.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_relatorterms.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/unimarc/necessari/authorities_normal_unimarc.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/unimarc/necessari/authority_framework.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/unimarc/necessari/unimarc_framework.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/unimarc/necessari/unimarc_framework.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_relatorterms.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_relatorterms.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/auth_val.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/auth_val.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/class_sources.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/class_sources.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/csv_profiles.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/csv_profiles.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/message_transport_types.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/message_transport_types.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/notices.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/notices.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/parameters.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/parameters.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/patron_categories.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/patron_categories.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_creator_data.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_creator_data.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_frequencies.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_frequencies.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_holidays.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_holidays.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_itemtypes.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_itemtypes.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_news.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_news.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_notices_message_transports.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_notices_message_transports.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_numberpatterns.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_quotes.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sample_quotes.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/stopwords.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/stopwords.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/system_preferences.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/userflags.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/userflags.txt > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/userpermissions.sql > mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/userpermissions.txt > mode change 100644 => 100755 installer/data/mysql/kohastructure.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_frequencies.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_frequencies.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_numberpatterns.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/sample_numberpatterns.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/userflags.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/userflags.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/auth_val.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/parameters.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_libraries.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_libraries.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_news.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/authorities_normal_marc21.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/authorities_normal_marc21.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_fastadd_framework.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_fastadd_framework.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.txt > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/normarc/Valgfritt/normarc_fastadd_framework.sql > mode change 100644 => 100755 installer/data/mysql/nb-NO/marcflavour/normarc/Valgfritt/normarc_fastadd_framework.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/class_sources.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/class_sources.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/message_transport_types.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/message_transport_types.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_frequencies.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_frequencies.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_notices.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_numberpatterns.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sample_numberpatterns.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/stopwords.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/stopwords.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/userflags.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/userflags.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/userpermissions.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/userpermissions.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/authorities_normal_marc21.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/authorities_normal_marc21.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_fastadd_framework.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_fastadd_framework.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/auth_val.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/auth_val.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/parameters.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/parameters.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/patron_categories.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/patron_categories.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_holidays.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_holidays.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_itemtypes.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_itemtypes.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_libraries.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_libraries.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_news.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_news.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_patrons.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_patrons.txt > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_z3950_servers.sql > mode change 100644 => 100755 installer/data/mysql/pl-PL/optional/sample_z3950_servers.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[CCODE].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[CCODE].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[COUNTRY].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[COUNTRY].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[DAMAGED].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[DAMAGED].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[LANG].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[LANG].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOC].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOC].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOST].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOST].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[NOT_LOAN].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[NOT_LOAN].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[RESTRICTED].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[RESTRICTED].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[STACK].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[STACK].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUGGEST].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUGGEST].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUPPRESS].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUPPRESS].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[WITHDRAWN].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[WITHDRAWN].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[rusmarc856].sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/authorised_values/authorised_values_[rusmarc856].txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/class_sources.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/class_sources.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/message_transport_types.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/message_transport_types.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/permissions_and_user_flags.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/permissions_and_user_flags.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_frequencies.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_frequencies.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_notices.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_numberpatterns.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/sample_numberpatterns.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/stopwords.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/stopwords.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/system_preferences_optimal_values_insert_only.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/system_preferences_optimal_values_insert_only.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/fieldmapping.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/fieldmapping.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_local.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_local.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_authorities_DEFAULT_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_CO_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_NP_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SAUTTIT_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SAUT_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SCO_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SNC_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SNG_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_STU_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_TU_general.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/example_branches.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/example_branches.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/holidays.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/holidays.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/library_item_types.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/library_item_types.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/patron_atributes.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/patron_atributes.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/patron_categories.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/patron_categories.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/print_labels.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/print_labels.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_cities.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_cities.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_currency.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_currency.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_news.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_news.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_notices.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_user_suggestions.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/sample_user_suggestions.txt > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/z39-50servers_collection.sql > mode change 100644 => 100755 installer/data/mysql/ru-RU/optional/z39-50servers_collection.txt > mode change 100644 => 100755 installer/data/mysql/sysprefs.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[CCODE].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[CCODE].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[COUNTRY].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[COUNTRY].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[DAMAGED].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[DAMAGED].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[IND_852].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[IND_852].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[LANG].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[LANG].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOC].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOC].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOST].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOST].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[NOT_LOAN].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[NOT_LOAN].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[RESTRICTED].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[RESTRICTED].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[STACK].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[STACK].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUGGEST].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUGGEST].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUPPRESS].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUPPRESS].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[WITHDRAWN].sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/authorised_values/authorised_values_[WITHDRAWN].txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/class_sources.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/class_sources.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/message_transport_types.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/message_transport_types.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/permissions_and_user_flags.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/permissions_and_user_flags.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/sample_frequencies.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/sample_frequencies.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/sample_numberpatterns.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/sample_numberpatterns.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/stopwords.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/stopwords.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/system_preferences_optimal_values_insert_only.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/system_preferences_optimal_values_insert_only.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/fieldmapping.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/fieldmapping.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_authorities_DEFAULT_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_authorities_DEFAULT_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_CO_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_NP_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SAUTTIT_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SAUT_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SCO_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SNC_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SNG_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_STU_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_TU_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_general.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_general.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_local.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_local.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_default_matching_rules.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_default_matching_rules.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/example_branches.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/example_branches.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/holidays.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/holidays.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/library_item_types.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/library_item_types.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/patron_atributes.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/patron_atributes.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/patron_categories.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/patron_categories.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/print_labels.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/print_labels.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_cities.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_cities.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_currency.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_currency.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_news.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_news.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_notices.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_notices.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_user_suggestions.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/sample_user_suggestions.txt > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/z39-50servers_collection.sql > mode change 100644 => 100755 installer/data/mysql/uk-UA/optional/z39-50servers_collection.txt > mode change 100644 => 100755 koha-tmpl/favicon.ico > mode change 100644 => 100755 koha-tmpl/index.html > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/js/browser.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/bootstrap/bootstrap.min.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/bootstrap/bootstrap.min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/bootstrap/img/glyphicons-halflings-white.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/bootstrap/img/glyphicons-halflings.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/AJS.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/AJS_fx.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5.zip > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/LGPL.txt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/about.html > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/adobe_images/nav_buttons.psd > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/advance_usage.html > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/combiner.py > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/compressing_greybox.html > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/compression_lib/AJS_minify.py > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/compression_lib/__init__.py > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/examples.html > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/auto_deco.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS_fx.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/base.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/base.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/indicator.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/loader_frame.html > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/gallery/g_close.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/next.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/prev.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/set.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/set.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/header_bg.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/w_close.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/window.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/window.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/installation.html > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/normal_usage.html > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/help.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/help.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/logo.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/night_valley.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/salt.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/salt_thumb.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/g_close.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/gb_scripts.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/gb_styles.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/header_bg.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/indicator.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/loader_frame.html > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/next.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/prev.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/greybox/w_close.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_flat_75_ffffff_40x100.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_65_ffffff_1x400.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_75_dadada_1x400.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_95_fef1ec_1x400.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_222222_256x240.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_2e83ff_256x240.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_454545_256x240.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_888888_256x240.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_cd0a0a_256x240.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/jquery.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/ajaxfileupload.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/dataTables.fnReloadAjax.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/humanmsg.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.checkboxes.min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.cookie.min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.columnFilter.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.colvis.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.rowGrouping.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.highlight-3.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.indexeddb.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.insertatcaret.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.jeditable.mini.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.jstree.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.treeview.pack.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.validate.min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/multiple-select/LICENSE > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/multiple-select/jquery.multiple.select.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/multiple-select/multiple-select.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/d.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/d.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/dot_for_ie.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/style.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/throbber.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/jquery.treetable.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.theme.default.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/screen.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jsdiff/jsdiff.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/jsdiff/jsdiff.min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/shims/json2.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/shims/json2.min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/shortcut/shortcut.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/langs/en.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/license.txt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/css/advhr.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/editor_plugin.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/js/rule.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/langs/en_dlg.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/rule.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/css/advlink.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/editor_plugin.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/js/advlink.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/langs/en_dlg.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/link.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/contextmenu/editor_plugin.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/print/editor_plugin.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/save/editor_plugin.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/css/searchreplace.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/editor_plugin.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/js/searchreplace.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/langs/en_dlg.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/searchreplace.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/cell.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/cell.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/row.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/table.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/editor_plugin.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/cell.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/merge_cells.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/row.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/table.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/langs/en_dlg.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/merge_cells.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/row.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/table.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/about.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/anchor.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/charmap.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/color_picker.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/editor_template.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/image.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/colorpicker.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/flash.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/icons.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/iframe.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/pagebreak.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/quicktime.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/realmedia.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/shockwave.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/trans.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/video.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/windowsmedia.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/about.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/anchor.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/charmap.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/color_picker.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/image.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/link.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/source_editor.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en_dlg.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/link.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/shortcuts.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/content.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/dialog.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/buttons.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/items.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_check.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/progress.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/tabs.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/ui.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/content.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/dialog.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/ui.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/content.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/dialog.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_black.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/source_editor.htm > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/editor_template.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/img/icons.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/langs/en.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/content.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/ui.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/content.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/ui.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.pl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_popup.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/editable_selects.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/form_utils.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/mctabs.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/validate.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/columns.def > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/blue.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/card.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/datatables.colvis.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/datatables.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/help.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/hierarchy.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/itemsearchform.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/label.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/login.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/preferences.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/print.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/quotes.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/spinelabel.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/tinymce.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/file.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/folder-closed.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/folder.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/minus.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/plus.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-black-line.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-black.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-default-line.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-default.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-famfamfam-line.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-famfamfam.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-gray-line.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-gray.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-red-line.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-red.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/treeview/jquery.treeview.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/uploader.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_CF.xsd > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/additem.js.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/biblio-default-view.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/browser-strings.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/cat-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_items.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/contracts-admin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/basket.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/basketgroup.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/currencies-admin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/datatables-strings.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-open.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/form-blocks.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/format_price.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/header.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/intranetstylesheet.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/merge-record-strings.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/nl-search-form.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/page-numbers.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/popup-bottom.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/printers-admin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/quotes-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/quotes-upload-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/resort_form.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/rotating-collections-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/slip-print.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/stopwords-admin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/subscriptions-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/timepicker.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/tools-nomatch-action.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/tools-overlay-action.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/validator-strings.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/vendor-menu.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves/merge/selection.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/acq.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/additem.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/ajax.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/basket.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/basketgroup.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/datatables.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/holds.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/localcovers.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/members.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/merge-record.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/offlinecirc.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/pages/addbiblio.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/pages/batchMod.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/prevent_submit.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/js/xmlControlfield.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation-debug.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/button-core.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/button-skin.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/button.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/menu-button-arrow-disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/menu-button-arrow.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-active.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-focus.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-hover.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-beta-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-debug.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/alrt16_1.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/blck16_1.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/close12_1.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/container-core.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/container.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/hlp16_1.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/info16_1.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/skins/sam/container-skin.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/skins/sam/container.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/tip16_1.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/warn16_1.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container-debug.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core-debug.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-debug.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-beta-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-debug.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json-debug.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu-button-arrow-disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu-button-arrow.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu-core.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_down_arrow.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_down_arrow_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_up_arrow.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_up_arrow_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator_selected.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox_selected.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator_selected.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menu-skin.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menu.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_checkbox.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_checkbox_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-debug.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/plugins/bubbling-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/plugins/loading-min.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/skin.css > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-active.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-focus.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-hover.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/sprite.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/utilities/utilities.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/lib/yui/yahoo-dom-event/yahoo-dom-event.js > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ajax.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/aqbasketuser_search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basketgroup.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/lateorders.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget_user_search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_field.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/local_use.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/stopwords.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.json.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/subject.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/ajax.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_book.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_computerfile.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100_authorities.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_106.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115b.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_117.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121b.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_122.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123d.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123e.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123f.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123g.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123i_j.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124b.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124c.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124d.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124e.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124f.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124g.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125b.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126b.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_127.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128b.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128c.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_130.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_141.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_686a.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_700-4.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/invalid-course.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketgroup.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/booksellers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/histsearch.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoice.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoices.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/lateorders.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderbiblio.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderempty.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersuggestion.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/orderreceive.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcel.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcels.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/supplier.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/uncertainprice.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/z3950_search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branch_transfer_limits.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/checkmarc.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/cities.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/merge.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/addbiblio.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/addbooks.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/additem.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/linkitem.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/merge.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/moveitem.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchoverdues.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchtransfers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/offline.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/overdue.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/pendingreserves.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/reserveratios.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/selectbranchprinter.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/transferstoreceive.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/view_holdsqueue.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/waitingreserves.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/add_items.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-details.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-reserves.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/patron_lists/lists.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/acquisitions_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/bor_issues_top.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_out.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/cat_issues_top.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_out.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/dictionary.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_avg_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/itemslost.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reserves_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/reviews/reviewswaiting.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/checkexpiration.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/claims.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-collection.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-edit.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-detail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/cleanborrowers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/koha-news.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/marc_modification_templates.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/modborrowers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/tools-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/upload-cover-image.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/viewlog.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/guarantor_search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/nl-search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/card-print.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_by_borrower_category.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/reservereport.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reports/stats_screen.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-recieve.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-history.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/services/itemrecorddisplay.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/sms/sms-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/test/README > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/merge.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/Del952.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/Del995.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept952.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept995.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MADS.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3-1.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS32.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl.1 > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2SRWDC.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim9522852.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils-MODS31.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils2.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2OAIDC.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2OAIDC.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/identity.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/oilsMARC21slim2HTML.xsl > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/approve.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/arrow-bullet.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/asc.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/ascdesc.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/background_koha_logo.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/cart-small.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/cart.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/checkall.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/clear-field.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/clone-field.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/clone-subfield.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/collapse.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/css_header.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/datatables/back_disabled.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/datatables/back_enabled.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/datatables/forward_disabled.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/datatables/forward_enabled.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/datatables/sort_asc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/datatables/sort_asc_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/datatables/sort_both.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/datatables/sort_desc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/datatables/sort_desc_disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/delete-subfield.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/delete-tag.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/deny.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/desc.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/dropshadow-alpha.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/dropshadow-mask.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/dropshadow.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/edit-tag.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/elipsis.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/expand.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/AR.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/BK.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/CF.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/GR.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/MM.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/MP.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/MU.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/MX.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/PR.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/SE.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/ST.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/TD.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/VM.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/book.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/book_link.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/book_open.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/calendar.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/computer_link.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/cross.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/error.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/film.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/map.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/music.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/newspaper.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/page_white_acrobat.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/page_white_code.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/page_white_excel.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/report_disk.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/sound.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/favicon.ico > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/filefind.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/first-disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/first.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/glyphicons-halflings-koha.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/glyphicons-halflings-white-koha.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/go-bottom.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/go-down.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/go-top.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/go-up.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/item-bullet.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/AV.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/AV.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/DVD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/DVDreserve.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ILL.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ILL.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalCD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalDVD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalVHS.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalVHS.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivaltape.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/book.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cd.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cdrom.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cdromreserve.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/download.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ebook.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/key.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/key.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/newbook.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/referencebook.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservebook.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservecd.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservetape.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservevhs.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/tape.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/vhs.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/2d_art.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/3d_art.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/7Day_book.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/archive.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/audio.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/book.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/cd_music.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/computer_file.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/digital_audio.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/dvd.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_book.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_journal.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_video.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/journal.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/juvenile_book.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/kit.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/laserdisk.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/map.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/noncirc_book.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/noncirc_dvd.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/periodical.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/realia.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/reference.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/reserve_book.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/score.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/software.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/sound.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/tape_music.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/vhs.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/vinyl_music.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/web.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/bd.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/cd.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/cdrom.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dossier_de_presse.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dvd.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dvd_musical.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_ancien.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_artiste.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_audio.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_en_gros_caracteres.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_multimedia.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/partition.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/revue.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/vhs.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/000000.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/006600.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/3333cc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/660000.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/6600cc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/663333.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/6666cc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/66cc66.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/990000.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/996633.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/999999.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/9999cc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/99cc33.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc3333.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc6666.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc66cc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc9999.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc99cc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cccc00.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/ffff33.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/ffffcc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/ffffff.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/Internet_Connection_Tools.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/Quicktime.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_COPYING.txt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_README.txt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/aktion.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/binary.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/blockdevice.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/bookmark.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/books-closed-32.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/books-open-32.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/books-open-cd-32.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/browser.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/build.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/calc.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/camera.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cardgame.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdimage.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdrom_mount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdrom_unmount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdtrack.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdwriter_mount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdwriter_unmount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/decrypted.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/demo.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/desktopshare.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/display.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/document.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/document2.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/download_manager.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/dvd_mount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/dvd_mount_2.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/dvd_unmount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/edit.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/editpaste.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/encrypted.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/file_temporary.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/floppy_mount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/floppy_unmount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_blue.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_green.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_grey.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_grey_open.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_html.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_image.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_images.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_locked.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_music.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_print.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_red.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_sound.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_txt.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_video.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_yellow.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/hdd_mount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/html.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/image.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/image2.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/info.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/internet.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/joystick.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kaddressbook.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kbackgammon.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kcmdf.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kcmmidi.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kcoloredit.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kdict.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kedit.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/keyboard.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/klaptop.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kmid.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/korganizer.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kpackage.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kpat.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kpoker.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kscd.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/ksnapshot.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kuser2.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kwrite.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kxkb.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lock-silver.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lock.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lock_-_pink.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/log.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lsongs.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/make.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/man.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/message.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mime-postscript.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mime_txt.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mp3player.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mp3player2.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/musicstore.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/musicstore2.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mymac.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/nfs_mount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/nfs_unmount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/palm.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/pda.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/pda_black.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/pda_blue.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/print_class.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/readme.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/reminders.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/scanner.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/schedule.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/starthere.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/tablet.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/tutorials.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/tv.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/usb.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/usbpendrive_mount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/usbpendrive_unmount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/viewmag.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/voice-support.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/xmms.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/zip_mount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/zip_unmount.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtobasket.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtocart.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtoshelf.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtoshelf.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook-cd.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook-cd.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/beginner-reader-book.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/beginner-reader.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/big-book-icon.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/big-book-icon.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-bag-icon.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-bag.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-60px.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-author-search.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-author-search.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-biography.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-biography.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-call-number.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-mystery.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-mystery.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-mystery2.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-non-fiction.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-scifi-60px.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-sifi.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-subject-search.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-subject-search.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-title-search.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-title-search.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-western.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-western.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-large-print.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-large-print.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/brief..gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/card.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/card.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/cd-rom-icon.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/clear-book-bag.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/clear-book-bag.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/detail.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/detail.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/faculty-course-manual.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/faculty-course-materials.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/icon-reference.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/icon-refrence.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/keyword-search.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/keyword-search.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/music-CD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/music-cd.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/newspaper-icon.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/newspaper-icon.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/videocassette.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/videocassette.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/vinyl-sound-recordings.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/vynal-sound-recording.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/AVA.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Adult-nonfiction-book-on-cassette.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Audiobook.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Biography.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Book-on-CD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Book-on-Tape.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/CD-ROM-software.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD-Juvenile-nonfiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD-Juvenile.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD-nonfiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/EDLS.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Ed.-Curriculum.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/FLAG.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Faculty-Course-Materials.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Fiction-large-print.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Fiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-audiobook.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-biography.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-book-tape-kit.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-fiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-nonfiction-book-on-CD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-nonfiction-book-on-cassette.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-picture-books.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-reference.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Local-history.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Magazine.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Microfiche.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Microfilm.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Music-CD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Mystery.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Non-fiction-large-print.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Non-fiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Pamphlet.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Paperback-romance.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Rare-Book.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Reference.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/SIRS.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/SS.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/ScienceFictionFantasy.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette-juvenile-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette-juvenile.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Vinyl-Sound-Recordings.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/WEB.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Western.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/YAC.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-Adult-fiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-Adult-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-adult-fiction-book-on-CD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-adult-nonfiction-book-on-CD.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-adult-nonfiction-book-on-cassette.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ACT-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ACT.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BLURAY-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BLURAY.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-On-CD-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-On-Tape-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BookOnCD.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BookOnTape.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/DVD-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/DVD.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Download-Audio-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/DownloadableAudio.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EDUC-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EDUC.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EQUIP-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EQUIP.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/FIC-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/FIC.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/HOLIDAY-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/HOLIDAY.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Hardware-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Hardware.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ILL-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ILL.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Backpack_Image.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Backpack_Word.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Image.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/LargePrint-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/LargePrint.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Music-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Music.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NEWBK-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NEWBK.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NFIC-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NFIC.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Periodical-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Periodical.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/PlayAway-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/PlayAway.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Reference-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Reference.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Special-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Special.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/VHS-32px.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/VHS.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/koha-logo-black.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/koha-logo-white.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/koha-logo.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/koha-logo.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/koha.org-logo.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/label-creator-image.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/last-disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/last.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/loading-small.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/loading.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/locked.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/more-arrow.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/more-up-arrow.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/more.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/next-disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/next.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/note.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/patron-blank.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/pop-up-link.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/prev-disabled.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/prev.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/print-confirm.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/progress.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/regularDay.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/regularHoliday.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/repeat-tag.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/repeatable.jpg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/search-audio-books.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/search-books.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/search-kids.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/search-large-print.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/search-local-history.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/search-movies.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/search-music.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/search-reference.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/search-software-web.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/spinner-small.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/staff-home-icons-sprite.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-add-to-shelf.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-delete.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-duplicate.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-edit.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-hold.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-new.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-orders.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-password.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-print.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-receive.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-renew.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-save.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/toolbar-search.gif > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/up.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/x.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/img/x_alt_16x16.png > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.odt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.pdf > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.odt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.pdf > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.odt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.pdf > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.odt > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.pdf > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/IM_notification.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/beep.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/call.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/critical.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/device_connect.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/device_disconnect.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/ending.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/fail.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/incoming_call.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/loading.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/loading_2.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/maximize.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/minimize.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/new_mail_notification.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/opening.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/panic.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/popup.ogg > mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/sound/warning.ogg > mode change 100644 => 100755 koha-tmpl/intranet.html > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/babeltheque.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/datatables.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/hierarchy.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/jquery.rating.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/opac.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/persona-buttons.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/print.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/right-to-left.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/css/sco.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/bodytag.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/datatables.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/date-format.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-open.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status-schema-org.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-sco.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/navigation.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/patron-title.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/resort_form.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/search/facets.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/search/page-numbers.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/search/resort_form.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/subtypes_unimarc.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-mymessages.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-invalid.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showmarc.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/modules/text/explodedterms.tt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACResults.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslimUtils.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/compact.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/en/xslt/plainMARC.xsl > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/asc.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/ascdesc.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/bonus.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/datatables/back_disabled.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/datatables/back_enabled.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/datatables/forward_disabled.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/datatables/forward_enabled.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_asc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_asc_disabled.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_both.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_desc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_desc_disabled.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/desc.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/favicon.ico > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/feed-icon-16x16.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/filefind.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/koha-logo-navbar.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/koha-logo.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/loading.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/sign_in_green.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/social-sprite.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/sprite.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/images/star-ratings-sprite.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/AV.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/AV.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/DVD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/DVDreserve.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/ILL.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/ILL.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalCD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalDVD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalVHS.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalVHS.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivaltape.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/book.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/cd.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/cdrom.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/cdromreserve.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/download.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/ebook.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/key.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/key.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/newbook.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/referencebook.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservebook.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservecd.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservetape.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservevhs.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/tape.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/vhs.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/2d_art.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/3d_art.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/7Day_book.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/archive.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/audio.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/book.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/cd_music.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/computer_file.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/digital_audio.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/dvd.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/e_book.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/e_journal.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/e_video.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/journal.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/juvenile_book.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/kit.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/laserdisk.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/map.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/noncirc_book.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/noncirc_dvd.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/periodical.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/realia.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/reference.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/reserve_book.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/score.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/software.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/sound.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/tape_music.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/vhs.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/vinyl_music.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/web.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/bd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/cd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/cdrom.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/dossier_de_presse.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/dvd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/dvd_musical.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_ancien.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_artiste.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_audio.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_en_gros_caracteres.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_multimedia.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/partition.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/revue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/vhs.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/000000.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/006600.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/3333cc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/660000.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/6600cc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/663333.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/6666cc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/66cc66.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/990000.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/996633.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/999999.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/9999cc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/99cc33.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc3333.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc6666.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc66cc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc9999.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc99cc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cccc00.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/ffff33.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/ffffcc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/ffffff.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/Internet_Connection_Tools.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/Quicktime.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_COPYING.txt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_README.txt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/aktion.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/binary.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/blockdevice.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/bookmark.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/books-closed-32.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/books-open-32.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/books-open-cd-32.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/browser.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/build.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/calc.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/camera.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cardgame.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdimage.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdrom_mount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdrom_unmount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdtrack.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdwriter_mount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdwriter_unmount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/decrypted.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/demo.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/desktopshare.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/display.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/document.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/document2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/download_manager.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/dvd_mount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/dvd_mount_2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/dvd_unmount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/editpaste.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/encrypted.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/file_temporary.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/floppy_mount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/floppy_unmount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_green.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_grey.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_grey_open.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_html.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_image.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_images.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_locked.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_music.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_print.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_sound.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_txt.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_video.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_yellow.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/hdd_mount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/html.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/image.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/image2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/info.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/internet.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/joystick.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kaddressbook.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kbackgammon.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kcmdf.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kcmmidi.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kcoloredit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kdict.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kedit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/keyboard.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/klaptop.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kmid.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/korganizer.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kpackage.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kpat.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kpoker.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kscd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/ksnapshot.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kuser2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kwrite.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kxkb.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lock-silver.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lock.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lock_-_pink.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/log.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lsongs.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/make.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/man.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/message.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mime-postscript.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mime_txt.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mp3player.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mp3player2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/musicstore.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/musicstore2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mymac.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/nfs_mount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/nfs_unmount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/palm.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/pda.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/pda_black.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/pda_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/print_class.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/readme.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/reminders.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/scanner.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/schedule.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/starthere.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/tablet.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/tutorials.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/tv.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/usb.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/usbpendrive_mount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/usbpendrive_unmount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/viewmag.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/voice-support.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/xmms.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/zip_mount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/zip_unmount.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtobasket.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtocart.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtoshelf.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtoshelf.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook-cd.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook-cd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/beginner-reader-book.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/beginner-reader.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/big-book-icon.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/big-book-icon.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-bag-icon.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-bag.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-60px.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-author-search.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-author-search.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-biography.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-biography.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-call-number.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-mystery.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-mystery.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-mystery2.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-non-fiction.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-scifi-60px.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-sifi.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-subject-search.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-subject-search.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-title-search.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-title-search.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-western.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-western.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-large-print.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-large-print.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/brief..gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/card.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/card.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/cd-rom-icon.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/clear-book-bag.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/clear-book-bag.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/detail.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/detail.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/faculty-course-manual.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/faculty-course-materials.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/icon-reference.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/icon-refrence.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/keyword-search.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/keyword-search.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/music-CD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/music-cd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/newspaper-icon.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/newspaper-icon.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/videocassette.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/videocassette.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/vinyl-sound-recordings.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/vynal-sound-recording.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/AVA.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Adult-nonfiction-book-on-cassette.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Audiobook.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Biography.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Book-on-CD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Book-on-Tape.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/CD-ROM-software.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD-Juvenile-nonfiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD-Juvenile.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD-nonfiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/EDLS.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Ed.-Curriculum.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/FLAG.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Faculty-Course-Materials.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Fiction-large-print.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Fiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-audiobook.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-biography.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-book-tape-kit.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-fiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-nonfiction-book-on-CD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-nonfiction-book-on-cassette.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-picture-books.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-reference.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Local-history.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Magazine.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Microfiche.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Microfilm.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Music-CD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Mystery.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Non-fiction-large-print.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Non-fiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Pamphlet.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Paperback-romance.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Rare-Book.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Reference.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/SIRS.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/SS.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/ScienceFictionFantasy.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette-juvenile-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette-juvenile.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Vinyl-Sound-Recordings.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/WEB.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Western.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/YAC.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-Adult-fiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-Adult-non-fiction.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-adult-fiction-book-on-CD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-adult-nonfiction-book-on-CD.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-adult-nonfiction-book-on-cassette.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ACT-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ACT.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BLURAY-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BLURAY.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-On-CD-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-On-Tape-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BookOnCD.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BookOnTape.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/DVD-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/DVD.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Download-Audio-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/DownloadableAudio.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EDUC-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EDUC.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EQUIP-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EQUIP.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/FIC-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/FIC.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/HOLIDAY-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/HOLIDAY.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Hardware-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Hardware.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ILL-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ILL.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Backpack_Image.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Backpack_Word.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Bag_Image.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Bag_Word-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Bag_Word.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/LargePrint-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/LargePrint.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/MuseumPass-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/MuseumPass.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Music-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Music.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NEWBK-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NEWBK.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NFIC-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NFIC.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Periodical-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Periodical.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/PlayAway-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/PlayAway.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Reference-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Reference.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Special-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Special.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/VHS-32px.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/VHS.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/amazonimages.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/bakertaylorimages.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/basket.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/browserid_include.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/datatables.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/global.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/google-jackets.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/googleindictransliteration.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/localcovers.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/overdrive.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/script.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/js/tags.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/less/mixins.less > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/less/opac.less > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/less/responsive.less > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/less/right-to-left.less > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap-rtl.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap-rtl.min.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap.min.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/img/glyphicons-halflings-white.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/img/glyphicons-halflings.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/enquire.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/enquire.min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/AR.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/BK.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/CF.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/GR.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MM.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MP.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MU.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MX.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/PR.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/SE.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/ST.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/TD.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/VM.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_back.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_forward.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_go.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_paste.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_print.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_refresh.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_refresh_blue.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_save.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_stop.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/application_dreamweaver.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/application_firefox.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/application_flash.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_down.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_left.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_right.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_up.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/box.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/calendar.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_blue.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_delete.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_new.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_yellow.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/copy.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/cut.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/date.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/date_delete.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/date_new.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/file_acrobat.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/file_font.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/file_font_truetype.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_blue.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_green.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_orange.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_red.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_white.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_delete.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_images.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_lock.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_new.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_page.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_accept.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_airmail.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_alert.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_attachment.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_clock.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_component.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_download.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_email.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_extension.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_favourites.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_get_world.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_history.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_home.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_info.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_key.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_link.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_mail.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_monitor_mac.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_monitor_pc.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_network.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_package.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_package_get.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_package_open.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_padlock.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_security.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_settings.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_user.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_wand.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_world.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_world_dynamic.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/image.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/image_new.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/interface_browser.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/interface_dialog.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/interface_installer.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_comments.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_components.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_errors.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_extensions.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_images.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_keys.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_links.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_packages.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_security.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_settings.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_users.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_world.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/note.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/note_delete.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/note_new.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_alert.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_attachment.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_bookmark.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_boy.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_code.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_colors.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_component.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_cross.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_delete.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_deny.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_down.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_dynamic.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_edit.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_extension.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_favourites.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_find.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_flash.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_girl.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_html.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_java.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_key.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_left.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_link.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_lock.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_new.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_next.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_package.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_php.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_prev.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_refresh.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_right.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_script.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_security.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_settings.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_sound.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tag_blue.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tag_red.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_text.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_text_delete.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tick.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tree.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_up.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_url.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_user.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_user_dark.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_user_light.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_video.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_wizard.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/readme.txt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/table.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/table_delete.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/tables.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/readme.txt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/accept.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/anchor.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_cascade.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_double.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_magnify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_get.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_home.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_osx.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_osx_terminal.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_put.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_boxes.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_contract.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_expand.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_list.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_tree.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_split.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_tile_horizontal.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_tile_vertical.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_columns.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_detail.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_gallery.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_icons.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_list.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_tile.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_xp.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_xp_terminal.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_branch.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_divide.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_down.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_in.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_inout.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_join.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_left.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_merge.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_out.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_redo.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_refresh.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_refresh_small.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_right.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_rotate_anticlockwise.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_rotate_clockwise.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_switch.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_turn_left.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_turn_right.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_undo.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_up.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/asterisk_orange.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/asterisk_yellow.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/attach.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_bronze_1.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_bronze_2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_bronze_3.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_gold_1.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_gold_2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_gold_3.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_silver_1.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_silver_2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_silver_3.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_put.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_remove.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bin.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bin_closed.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bin_empty.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bomb.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_addresses.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_next.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_open.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_previous.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/box.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bricks.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/briefcase.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_bottom.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_down.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_top.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_up.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_black.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_disk.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_feed.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_green.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_orange.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_picture.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_pink.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_purple.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_star.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_toggle_minus.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_toggle_plus.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_white.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_wrench.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_yellow.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cake.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_view_day.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_view_month.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_view_week.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_small.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cancel.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/car.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/car_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/car_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_put.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_remove.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_burn.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_eject.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_organisation.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_organisation_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_organisation_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_pause.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_play.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_stop.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/coins.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/coins_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/coins_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/color_swatch.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/color_wheel.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comments.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comments_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comments_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/compress.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/connect.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_decrease.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_high.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_increase.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_low.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_eject.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_eject_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_end.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_end_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_equalizer.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_equalizer_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_fastforward.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_fastforward_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_pause.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_pause_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_play.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_play_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_repeat.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_repeat_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_rewind.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_rewind_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_start.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_start_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_stop.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_stop_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/creditcards.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cross.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_valid.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cursor.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cut.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cut_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_connect.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_gear.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_refresh.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_save.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_table.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_magnify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_next.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_previous.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/disconnect.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/disk.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/disk_multiple.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door_in.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door_open.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door_out.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drink.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drink_empty.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_burn.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_cd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_cd_empty.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_disk.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_magnify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_network.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_rename.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_user.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_web.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_attach.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_open.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_open_image.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_evilgrin.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_grin.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_happy.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_smile.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_surprised.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_tongue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_unhappy.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_waii.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_wink.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/exclamation.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/eye.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_disk.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_magnify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/female.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_save.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/find.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_green.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_orange.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_pink.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_purple.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_yellow.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_bell.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_brick.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_bug.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_camera.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_database.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_explore.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_feed.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_find.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_heart.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_image.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_lightbulb.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_magnify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_page.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_page_white.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_palette.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_picture.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_star.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_table.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_user.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_wrench.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_gear.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/heart.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/heart_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/heart_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/help.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/house.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/house_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/house_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_valid.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/images.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/information.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_cast.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_cast_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_cast_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_sound.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard_magnify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layers.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_content.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_header.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_sidebar.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb_off.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_break.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_break.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_open.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_flatbed.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/magifier_zoom_out.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/magnifier.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/magnifier_zoom_in.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/male.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_magnify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_1.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_3.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_1.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_3.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_1.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_3.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_dollar.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_euro.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_pound.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_yen.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/music.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/new.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/overlays.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_green.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_attach.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_code.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_copy.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_excel.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_find.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_gear.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_green.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_paintbrush.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_paste.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_refresh.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_save.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_acrobat.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_actionscript.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_c.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_camera.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_cd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_code.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_code_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_coldfusion.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_compressed.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_copy.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_cplusplus.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_csharp.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_cup.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_database.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_dvd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_excel.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_find.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_flash.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_freehand.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_gear.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_get.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_h.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_horizontal.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_magnify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_medal.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_office.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_paint.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_paintbrush.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_paste.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_php.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_picture.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_powerpoint.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_put.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_ruby.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_stack.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_star.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_swoosh.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_text.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_text_width.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_tux.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_vector.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_visualstudio.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_width.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_word.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_world.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_wrench.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_zip.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_word.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_world.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paintbrush.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paintcan.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/palette.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paste_plain.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paste_word.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone_sound.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photos.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_empty.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_save.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pictures.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pilcrow.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_disabled.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_empty.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rainbow.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_disk.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_magnify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_picture.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_user.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_word.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_first.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_last.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_next.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_previous.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rosette.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_valid.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_gear.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_get.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_put.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_code.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_code_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_gear.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_palette.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_save.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_chart.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_compressed.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_connect.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_database.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_uncompressed.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shading.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_bottom.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_center.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_left.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_middle.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_right.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_top.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_flip_horizontal.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_flip_vertical.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_group.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_handles.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_back.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_backwards.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_forwards.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_front.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_rotate_anticlockwise.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_rotate_clockwise.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_ungroup.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sitemap.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sitemap_color.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_low.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_mute.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_none.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/spellcheck.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_8ball.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_basketball.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_football.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_golf.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_raquet.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_shuttlecock.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_soccer.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_tennis.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/star.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_away.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_busy.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_offline.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_online.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/stop.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sum.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_gear.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_multiple.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_refresh.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_relationship.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_row_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_row_insert.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_save.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_sort.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_green.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_orange.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_pink.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_purple.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_yellow.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/television.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/television_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/television_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_center.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_justify.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_left.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_right.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_allcaps.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_bold.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_columns.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_dropcaps.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_1.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_2.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_3.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_4.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_5.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_6.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_horizontalrule.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_indent.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_indent_remove.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_italic.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_kerning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_letter_omega.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_letterspacing.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_linespacing.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_list_bullets.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_list_numbers.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_lowercase.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_bottom.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_left.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_right.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_top.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_replace.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_signature.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_smallcaps.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_strikethrough.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_subscript.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_superscript.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_underline.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_uppercase.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_key.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_rename.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/thumb_down.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/thumb_up.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tick.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/timeline_marker.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_blue.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tux.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_comment.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_female.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_gray.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_green.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_orange.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_red.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_suit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vector.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vector_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vector_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/wand.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_clouds.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_cloudy.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_lightning.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_rain.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_snow.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_sun.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam_error.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_edit.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/wrench.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/wrench_orange.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_add.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_delete.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_go.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_valid.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/zoom.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/zoom_in.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/zoom_out.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/AJS.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/AJS_fx.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5.zip > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/LGPL.txt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/about.html > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/adobe_images/nav_buttons.psd > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/advance_usage.html > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/combiner.py > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/compressing_greybox.html > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/compression_lib/AJS_minify.py > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/compression_lib/__init__.py > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/examples.html > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/auto_deco.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS_fx.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/base.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/base.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/indicator.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/loader_frame.html > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/gallery/g_close.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/next.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/prev.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/set.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/set.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/header_bg.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/w_close.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/window.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/window.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/installation.html > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/normal_usage.html > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/help.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/help.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/logo.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/night_valley.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/salt.jpg > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/salt_thumb.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/g_close.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/gb_scripts.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/gb_styles.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/header_bg.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/indicator.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/loader_frame.html > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/next.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/prev.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/greybox/w_close.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/images/ui-icons_222222_256x240.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/images/ui-icons_454545_256x240.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/images/ui-icons_888888_256x240.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-rtl.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.checkboxes.min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.highlight-3.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.hoverIntent.minified.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.metadata.min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.rating.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/media.match.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/media.match.min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/modernizr.min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/respond.min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/bootstrap/lib/respond.src.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/AR.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/BK.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/CF.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/GR.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/MM.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/MP.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/MU.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/MX.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/PR.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/SE.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/ST.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/TD.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/VM.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/readme.txt > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/arrow_left.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/arrow_refresh.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/book.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_open.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_previous.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/calendar.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/cancel.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/cd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/chart_curve.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/computer_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/controller.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/cross.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/database.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/drive_web.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/dvd.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/film.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/font.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/help.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/keyboard.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/magnifier.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/map.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/music.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/newspaper.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/note.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/paintbrush.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/pencil.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/picture.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/pictures.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/report.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/report_disk.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/script.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/sound.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/stop.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/text_list_bullets.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/user.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/world.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/famfamfam/silk/world_link.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.dataTables.min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jqtransform_select.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jstree.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/d.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/d.png > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/dot_for_ie.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/style.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/throbber.gif > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/button.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/container.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/container/container-min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/container/container_core-min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/menu.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/menu/menu-min.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/reset-fonts-grids.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/skin.css > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/utilities/utilities.js > mode change 100644 => 100755 koha-tmpl/opac-tmpl/lib/yui/yui-sprite.png > mode change 100644 => 100755 koha-tmpl/opac.html > mode change 100644 => 100755 koha-tmpl/templates.readme > mode change 100644 => 100755 kohaversion.pl > mode change 100644 => 100755 misc/cronjobs/CONFIGURE.gmail > mode change 100644 => 100755 misc/cronjobs/cloud-sample.conf > mode change 100644 => 100755 misc/cronjobs/crontab.example > mode change 100644 => 100755 misc/cronjobs/nl-sync-from-koha.pl > mode change 100644 => 100755 misc/cronjobs/nl-sync-to-koha.pl > mode change 100644 => 100755 misc/cronjobs/rss/README > mode change 100644 => 100755 misc/cronjobs/rss/lastAcquired-1.0.conf > mode change 100644 => 100755 misc/cronjobs/rss/lastAcquired-1.0.tt > mode change 100644 => 100755 misc/cronjobs/rss/lastAcquired-2.0.conf > mode change 100644 => 100755 misc/cronjobs/rss/lastAcquired-2.0.tt > mode change 100644 => 100755 misc/cronjobs/rss/lastAcquired.conf > mode change 100644 => 100755 misc/cronjobs/rss/lastAcquired.tt > mode change 100644 => 100755 misc/cronjobs/rss/longestUnseen.conf > mode change 100644 => 100755 misc/cronjobs/rss/longestUnseen.tt > mode change 100644 => 100755 misc/cronjobs/rss/mostReserved.conf > mode change 100644 => 100755 misc/cronjobs/rss/mostReserved.tt > mode change 100644 => 100755 misc/cronjobs/rss/sm-koha-icon.jpg > mode change 100644 => 100755 misc/cronjobs/social_data/get_report_social_data.pl > mode change 100644 => 100755 misc/cronjobs/social_data/update_social_data.pl > mode change 100644 => 100755 misc/cronjobs/thirdparty/TalkingTech.README > mode change 100644 => 100755 misc/interface_customization/koha3-opac-button-background.png > mode change 100644 => 100755 misc/interface_customization/koha3-opac-button-background.psd > mode change 100644 => 100755 misc/interface_customization/koha3-opac-button-background.svg > mode change 100644 => 100755 misc/interface_customization/koha3-staff-client-logo.png > mode change 100644 => 100755 misc/interface_customization/koha3-staff-client-logo.psd > mode change 100644 => 100755 misc/interface_customization/koha3-staff-client-logo.svg > mode change 100644 => 100755 misc/interface_customization/opac-sprite.psd > mode change 100644 => 100755 misc/interface_customization/staff-home-icons-sprite.psd > mode change 100644 => 100755 misc/koha-install-log > mode change 100644 => 100755 misc/load_testing/benchmark_staff.pl > mode change 100644 => 100755 misc/migration_tools/22_to_30/biblio_framework.sql > mode change 100644 => 100755 misc/migration_tools/22_to_30/phrase_log.sql > mode change 100644 => 100755 misc/plack/README.plack > mode change 100644 => 100755 misc/plack/koha.psgi > mode change 100644 => 100755 misc/release_notes/README.txt > mode change 100644 => 100755 misc/release_notes/release_notes_191.txt > mode change 100644 => 100755 misc/release_notes/release_notes_192.txt > mode change 100644 => 100755 misc/release_notes/release_notes_193.txt > mode change 100644 => 100755 misc/release_notes/release_notes_200RC1.txt > mode change 100644 => 100755 misc/release_notes/release_notes_200RC2.txt > mode change 100644 => 100755 misc/release_notes/release_notes_200RC3.txt > mode change 100644 => 100755 misc/release_notes/release_notes_200RC4.txt > mode change 100644 => 100755 misc/release_notes/release_notes_200pre1.txt > mode change 100644 => 100755 misc/release_notes/release_notes_200pre2.txt > mode change 100644 => 100755 misc/release_notes/release_notes_200pre3.txt > mode change 100644 => 100755 misc/release_notes/release_notes_200pre4.txt > mode change 100644 => 100755 misc/release_notes/release_notes_200pre5.txt > mode change 100644 => 100755 misc/release_notes/release_notes_210.txt > mode change 100644 => 100755 misc/release_notes/release_notes_211.txt > mode change 100644 => 100755 misc/release_notes/release_notes_212.txt > mode change 100644 => 100755 misc/release_notes/release_notes_213.txt > mode change 100644 => 100755 misc/release_notes/release_notes_220.txt > mode change 100644 => 100755 misc/release_notes/release_notes_221.txt > mode change 100644 => 100755 misc/release_notes/release_notes_222.txt > mode change 100644 => 100755 misc/release_notes/release_notes_223.txt > mode change 100644 => 100755 misc/release_notes/release_notes_22RC1.txt > mode change 100644 => 100755 misc/release_notes/release_notes_22RC2.txt > mode change 100644 => 100755 misc/release_notes/release_notes_22RC3.txt > mode change 100644 => 100755 misc/release_notes/release_notes_22RC4.txt > mode change 100644 => 100755 misc/release_notes/release_notes_22RC5.txt > mode change 100644 => 100755 misc/release_notes/release_notes_30000.txt > mode change 100644 => 100755 misc/release_notes/release_notes_30000alpha.txt > mode change 100644 => 100755 misc/release_notes/release_notes_30000beta.txt > mode change 100644 => 100755 misc/release_notes/release_notes_30000stableRC1.txt > mode change 100644 => 100755 misc/release_notes/release_notes_30001.txt > mode change 100644 => 100755 misc/release_notes/release_notes_30002.txt > mode change 100644 => 100755 misc/release_notes/release_notes_30003.txt > mode change 100644 => 100755 misc/release_notes/release_notes_30004.txt > mode change 100644 => 100755 misc/release_notes/release_notes_30005.txt > mode change 100644 => 100755 misc/release_notes/release_notes_3_10_0.txt > mode change 100644 => 100755 misc/release_notes/release_notes_3_12_0.txt > mode change 100644 => 100755 misc/release_notes/release_notes_3_14_0.txt > mode change 100644 => 100755 misc/release_notes/release_notes_3_16_0.txt > mode change 100644 => 100755 misc/release_notes/release_notes_3_2_0.txt > mode change 100644 => 100755 misc/release_notes/release_notes_3_4_0.txt > mode change 100644 => 100755 misc/release_notes/release_notes_3_6_0.txt > mode change 100644 => 100755 misc/release_notes/release_notes_3_8_0.txt > mode change 100644 => 100755 misc/translator/LangInstaller.pm > mode change 100644 => 100755 misc/translator/Makefile > mode change 100644 => 100755 misc/translator/TmplTokenizer.pm > mode change 100644 => 100755 misc/translator/VerboseWarnings.pm > mode change 100644 => 100755 misc/translator/po/am-Ethi-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/am-Ethi-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/am-Ethi-pref.po > mode change 100644 => 100755 misc/translator/po/am-Ethi-staff-help.po > mode change 100644 => 100755 misc/translator/po/ar-Arab-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ar-Arab-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ar-Arab-pref.po > mode change 100644 => 100755 misc/translator/po/ar-Arab-staff-help.po > mode change 100644 => 100755 misc/translator/po/az-AZ-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/az-AZ-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/az-AZ-pref.po > mode change 100644 => 100755 misc/translator/po/az-AZ-staff-help.po > mode change 100644 => 100755 misc/translator/po/be-BY-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/be-BY-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/be-BY-pref.po > mode change 100644 => 100755 misc/translator/po/be-BY-staff-help.po > mode change 100644 => 100755 misc/translator/po/ben-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ben-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ben-pref.po > mode change 100644 => 100755 misc/translator/po/ben-staff-help.po > mode change 100644 => 100755 misc/translator/po/bg-Cyrl-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/bg-Cyrl-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/bg-Cyrl-pref.po > mode change 100644 => 100755 misc/translator/po/bg-Cyrl-staff-help.po > mode change 100644 => 100755 misc/translator/po/ca-ES-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ca-ES-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ca-ES-pref.po > mode change 100644 => 100755 misc/translator/po/ca-ES-staff-help.po > mode change 100644 => 100755 misc/translator/po/cs-CZ-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/cs-CZ-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/cs-CZ-pref.po > mode change 100644 => 100755 misc/translator/po/cs-CZ-staff-help.po > mode change 100644 => 100755 misc/translator/po/da-DK-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/da-DK-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/da-DK-pref.po > mode change 100644 => 100755 misc/translator/po/da-DK-staff-help.po > mode change 100644 => 100755 misc/translator/po/de-CH-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/de-CH-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/de-CH-pref.po > mode change 100644 => 100755 misc/translator/po/de-CH-staff-help.po > mode change 100644 => 100755 misc/translator/po/de-DE-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/de-DE-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/de-DE-pref.po > mode change 100644 => 100755 misc/translator/po/de-DE-staff-help.po > mode change 100644 => 100755 misc/translator/po/el-GR-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/el-GR-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/el-GR-pref.po > mode change 100644 => 100755 misc/translator/po/el-GR-staff-help.po > mode change 100644 => 100755 misc/translator/po/en-GB-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/en-GB-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/en-GB-pref.po > mode change 100644 => 100755 misc/translator/po/en-GB-staff-help.po > mode change 100644 => 100755 misc/translator/po/en-NZ-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/en-NZ-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/en-NZ-pref.po > mode change 100644 => 100755 misc/translator/po/en-NZ-staff-help.po > mode change 100644 => 100755 misc/translator/po/es-ES-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/es-ES-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/es-ES-pref.po > mode change 100644 => 100755 misc/translator/po/es-ES-staff-help.po > mode change 100644 => 100755 misc/translator/po/eu-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/eu-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/eu-pref.po > mode change 100644 => 100755 misc/translator/po/eu-staff-help.po > mode change 100644 => 100755 misc/translator/po/fa-Arab-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/fa-Arab-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/fa-Arab-pref.po > mode change 100644 => 100755 misc/translator/po/fa-Arab-staff-help.po > mode change 100644 => 100755 misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/fi-FI-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/fi-FI-pref.po > mode change 100644 => 100755 misc/translator/po/fi-FI-staff-help.po > mode change 100644 => 100755 misc/translator/po/fo-FO-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/fo-FO-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/fo-FO-pref.po > mode change 100644 => 100755 misc/translator/po/fo-FO-staff-help.po > mode change 100644 => 100755 misc/translator/po/fr-CA-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/fr-CA-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/fr-CA-pref.po > mode change 100644 => 100755 misc/translator/po/fr-CA-staff-help.po > mode change 100644 => 100755 misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/fr-FR-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/fr-FR-pref.po > mode change 100644 => 100755 misc/translator/po/fr-FR-staff-help.po > mode change 100644 => 100755 misc/translator/po/gl-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/gl-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/gl-pref.po > mode change 100644 => 100755 misc/translator/po/gl-staff-help.po > mode change 100644 => 100755 misc/translator/po/he-Hebr-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/he-Hebr-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/he-Hebr-pref.po > mode change 100644 => 100755 misc/translator/po/he-Hebr-staff-help.po > mode change 100644 => 100755 misc/translator/po/hi-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/hi-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/hi-pref.po > mode change 100644 => 100755 misc/translator/po/hi-staff-help.po > mode change 100644 => 100755 misc/translator/po/hr-HR-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/hr-HR-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/hr-HR-pref.po > mode change 100644 => 100755 misc/translator/po/hr-HR-staff-help.po > mode change 100644 => 100755 misc/translator/po/hu-HU-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/hu-HU-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/hu-HU-pref.po > mode change 100644 => 100755 misc/translator/po/hu-HU-staff-help.po > mode change 100644 => 100755 misc/translator/po/hy-Armn-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/hy-Armn-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/hy-Armn-pref.po > mode change 100644 => 100755 misc/translator/po/hy-Armn-staff-help.po > mode change 100644 => 100755 misc/translator/po/id-ID-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/id-ID-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/id-ID-pref.po > mode change 100644 => 100755 misc/translator/po/id-ID-staff-help.po > mode change 100644 => 100755 misc/translator/po/is-IS-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/is-IS-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/is-IS-pref.po > mode change 100644 => 100755 misc/translator/po/is-IS-staff-help.po > mode change 100644 => 100755 misc/translator/po/it-IT-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/it-IT-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/it-IT-pref.po > mode change 100644 => 100755 misc/translator/po/it-IT-staff-help.po > mode change 100644 => 100755 misc/translator/po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ja-Jpan-JP-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ja-Jpan-JP-pref.po > mode change 100644 => 100755 misc/translator/po/ja-Jpan-JP-staff-help.po > mode change 100644 => 100755 misc/translator/po/kn-Knda-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/kn-Knda-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/kn-Knda-pref.po > mode change 100644 => 100755 misc/translator/po/kn-Knda-staff-help.po > mode change 100644 => 100755 misc/translator/po/ko-Kore-KP-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ko-Kore-KP-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ko-Kore-KP-pref.po > mode change 100644 => 100755 misc/translator/po/ko-Kore-KP-staff-help.po > mode change 100644 => 100755 misc/translator/po/ku-Arab-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ku-Arab-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ku-Arab-pref.po > mode change 100644 => 100755 misc/translator/po/ku-Arab-staff-help.po > mode change 100644 => 100755 misc/translator/po/lo-Laoo-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/lo-Laoo-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/lo-Laoo-pref.po > mode change 100644 => 100755 misc/translator/po/lo-Laoo-staff-help.po > mode change 100644 => 100755 misc/translator/po/mi-NZ-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/mi-NZ-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/mi-NZ-pref.po > mode change 100644 => 100755 misc/translator/po/mi-NZ-staff-help.po > mode change 100644 => 100755 misc/translator/po/mon-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/mon-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/mon-pref.po > mode change 100644 => 100755 misc/translator/po/mon-staff-help.po > mode change 100644 => 100755 misc/translator/po/mr-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/mr-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/mr-pref.po > mode change 100644 => 100755 misc/translator/po/mr-staff-help.po > mode change 100644 => 100755 misc/translator/po/ms-MY-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ms-MY-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ms-MY-pref.po > mode change 100644 => 100755 misc/translator/po/ms-MY-staff-help.po > mode change 100644 => 100755 misc/translator/po/nb-NO-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/nb-NO-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/nb-NO-pref.po > mode change 100644 => 100755 misc/translator/po/nb-NO-staff-help.po > mode change 100644 => 100755 misc/translator/po/ne-NE-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ne-NE-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ne-NE-pref.po > mode change 100644 => 100755 misc/translator/po/ne-NE-staff-help.po > mode change 100644 => 100755 misc/translator/po/nl-BE-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/nl-BE-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/nl-BE-pref.po > mode change 100644 => 100755 misc/translator/po/nl-BE-staff-help.po > mode change 100644 => 100755 misc/translator/po/nl-NL-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/nl-NL-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/nl-NL-pref.po > mode change 100644 => 100755 misc/translator/po/nl-NL-staff-help.po > mode change 100644 => 100755 misc/translator/po/nn-NO-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/nn-NO-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/nn-NO-pref.po > mode change 100644 => 100755 misc/translator/po/nn-NO-staff-help.po > mode change 100644 => 100755 misc/translator/po/pbr-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/pbr-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/pbr-pref.po > mode change 100644 => 100755 misc/translator/po/pbr-staff-help.po > mode change 100644 => 100755 misc/translator/po/pl-PL-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/pl-PL-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/pl-PL-pref.po > mode change 100644 => 100755 misc/translator/po/pl-PL-staff-help.po > mode change 100644 => 100755 misc/translator/po/prs-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/prs-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/prs-pref.po > mode change 100644 => 100755 misc/translator/po/prs-staff-help.po > mode change 100644 => 100755 misc/translator/po/pt-BR-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/pt-BR-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/pt-BR-pref.po > mode change 100644 => 100755 misc/translator/po/pt-BR-staff-help.po > mode change 100644 => 100755 misc/translator/po/pt-PT-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/pt-PT-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/pt-PT-pref.po > mode change 100644 => 100755 misc/translator/po/pt-PT-staff-help.po > mode change 100644 => 100755 misc/translator/po/ro-RO-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ro-RO-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ro-RO-pref.po > mode change 100644 => 100755 misc/translator/po/ro-RO-staff-help.po > mode change 100644 => 100755 misc/translator/po/ru-RU-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ru-RU-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ru-RU-pref.po > mode change 100644 => 100755 misc/translator/po/ru-RU-staff-help.po > mode change 100644 => 100755 misc/translator/po/rw-RW-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/rw-RW-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/rw-RW-pref.po > mode change 100644 => 100755 misc/translator/po/rw-RW-staff-help.po > mode change 100644 => 100755 misc/translator/po/sd-PK-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/sd-PK-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/sd-PK-pref.po > mode change 100644 => 100755 misc/translator/po/sd-PK-staff-help.po > mode change 100644 => 100755 misc/translator/po/sk-SK-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/sk-SK-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/sk-SK-pref.po > mode change 100644 => 100755 misc/translator/po/sk-SK-staff-help.po > mode change 100644 => 100755 misc/translator/po/sl-SI-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/sl-SI-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/sl-SI-pref.po > mode change 100644 => 100755 misc/translator/po/sl-SI-staff-help.po > mode change 100644 => 100755 misc/translator/po/sq-AL-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/sq-AL-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/sq-AL-pref.po > mode change 100644 => 100755 misc/translator/po/sq-AL-staff-help.po > mode change 100644 => 100755 misc/translator/po/sr-Cyrl-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/sr-Cyrl-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/sr-Cyrl-pref.po > mode change 100644 => 100755 misc/translator/po/sr-Cyrl-staff-help.po > mode change 100644 => 100755 misc/translator/po/sv-SE-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/sv-SE-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/sv-SE-pref.po > mode change 100644 => 100755 misc/translator/po/sv-SE-staff-help.po > mode change 100644 => 100755 misc/translator/po/sw-KE-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/sw-KE-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/sw-KE-pref.po > mode change 100644 => 100755 misc/translator/po/sw-KE-staff-help.po > mode change 100644 => 100755 misc/translator/po/ta-LK-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ta-LK-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ta-LK-pref.po > mode change 100644 => 100755 misc/translator/po/ta-LK-staff-help.po > mode change 100644 => 100755 misc/translator/po/ta-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ta-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ta-pref.po > mode change 100644 => 100755 misc/translator/po/ta-staff-help.po > mode change 100644 => 100755 misc/translator/po/tet-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/tet-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/tet-pref.po > mode change 100644 => 100755 misc/translator/po/tet-staff-help.po > mode change 100644 => 100755 misc/translator/po/th-TH-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/th-TH-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/th-TH-pref.po > mode change 100644 => 100755 misc/translator/po/th-TH-staff-help.po > mode change 100644 => 100755 misc/translator/po/tl-PH-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/tl-PH-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/tl-PH-pref.po > mode change 100644 => 100755 misc/translator/po/tl-PH-staff-help.po > mode change 100644 => 100755 misc/translator/po/tr-TR-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/tr-TR-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/tr-TR-pref.po > mode change 100644 => 100755 misc/translator/po/tr-TR-staff-help.po > mode change 100644 => 100755 misc/translator/po/uk-UA-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/uk-UA-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/uk-UA-pref.po > mode change 100644 => 100755 misc/translator/po/uk-UA-staff-help.po > mode change 100644 => 100755 misc/translator/po/ur-Arab-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/ur-Arab-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/ur-Arab-pref.po > mode change 100644 => 100755 misc/translator/po/ur-Arab-staff-help.po > mode change 100644 => 100755 misc/translator/po/vi-VN-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/vi-VN-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/vi-VN-pref.po > mode change 100644 => 100755 misc/translator/po/vi-VN-staff-help.po > mode change 100644 => 100755 misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/zh-Hans-CN-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/zh-Hans-CN-pref.po > mode change 100644 => 100755 misc/translator/po/zh-Hans-CN-staff-help.po > mode change 100644 => 100755 misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3006000.po > mode change 100644 => 100755 misc/translator/po/zh-Hans-TW-opac-bootstrap.po > mode change 100644 => 100755 misc/translator/po/zh-Hans-TW-pref.po > mode change 100644 => 100755 misc/translator/po/zh-Hans-TW-staff-help.po > mode change 100644 => 100755 opac/rss/DO_NOT_REMOVE > mode change 100644 => 100755 rewrite-config.PL > mode change 100644 => 100755 selenium/KohaTests > mode change 100644 => 100755 selenium/Members/AddMember > mode change 100644 => 100755 selenium/Members/DeletMember > mode change 100644 => 100755 selenium/Members/SearchMember > mode change 100644 => 100755 selenium/Members/filter_members > mode change 100644 => 100755 selenium/PERL/Members/AddMember.pl > mode change 100644 => 100755 selenium/PERL/Members/FilterMembers.pl > mode change 100644 => 100755 selenium/PERL/Members/Searchmember.pl > mode change 100644 => 100755 skel/README > mode change 100644 => 100755 skel/var/lib/koha/plugins/README > mode change 100644 => 100755 skel/var/lib/koha/zebradb/authorities/key/README > mode change 100644 => 100755 skel/var/lib/koha/zebradb/authorities/register/README > mode change 100644 => 100755 skel/var/lib/koha/zebradb/authorities/shadow/README > mode change 100644 => 100755 skel/var/lib/koha/zebradb/authorities/tmp/README > mode change 100644 => 100755 skel/var/lib/koha/zebradb/biblios/key/README > mode change 100644 => 100755 skel/var/lib/koha/zebradb/biblios/register/README > mode change 100644 => 100755 skel/var/lib/koha/zebradb/biblios/shadow/README > mode change 100644 => 100755 skel/var/lib/koha/zebradb/biblios/tmp/README > mode change 100644 => 100755 skel/var/lock/koha/zebradb/authorities/README > mode change 100644 => 100755 skel/var/lock/koha/zebradb/biblios/README > mode change 100644 => 100755 skel/var/lock/koha/zebradb/rebuild/README > mode change 100644 => 100755 skel/var/log/koha/README > mode change 100644 => 100755 skel/var/run/koha/zebradb/README > mode change 100644 => 100755 skel/var/spool/koha/README > mode change 100644 => 100755 t/00-checkdatabase-version.t > mode change 100644 => 100755 t/00-load.t > mode change 100644 => 100755 t/00-merge-conflict-markers.t > mode change 100644 => 100755 t/00-valid-xml.t > mode change 100644 => 100755 t/Acquisition/CanUserManageBasket.t > mode change 100644 => 100755 t/AuthUtils.t > mode change 100644 => 100755 t/Auth_with_shibboleth.t > mode change 100644 => 100755 t/Barcodes_ValueBuilder.t > mode change 100644 => 100755 t/Biblio/TransformKohaToMarc.t > mode change 100644 => 100755 t/Budgets/CanUserModifyBudget.t > mode change 100644 => 100755 t/Budgets/CanUserUseBudget.t > mode change 100644 => 100755 t/Cache.t > mode change 100644 => 100755 t/Circulation/AgeRestrictionMarkers.t > mode change 100644 => 100755 t/Circulation_barcodedecode.t > mode change 100644 => 100755 t/DataTables/Members.t > mode change 100644 => 100755 t/Dates.t > mode change 100644 => 100755 t/Images.t > mode change 100644 => 100755 t/ImportBatch.t > mode change 100644 => 100755 t/Koha/Plugin/Test.pm > mode change 100644 => 100755 t/Koha_Template_Plugin_Cache.t > mode change 100644 => 100755 t/Labels.t > mode change 100644 => 100755 t/Languages.t > mode change 100644 => 100755 t/Members/cardnumber.t > mode change 100644 => 100755 t/NorwegianPatronDB.t > mode change 100644 => 100755 t/Number/Price.t > mode change 100644 => 100755 t/QueryParser.t > mode change 100644 => 100755 t/Scheduler.t > mode change 100644 => 100755 t/Search/History.t > mode change 100644 => 100755 t/Serials/GetNextSeq.t > mode change 100644 => 100755 t/SimpleMARC.t > mode change 100644 => 100755 t/SocialData.t > mode change 100644 => 100755 t/db_dependent/00-strict.t > mode change 100644 => 100755 t/db_dependent/Accounts.t > mode change 100644 => 100755 t/db_dependent/Acquisition/CancelReceipt.t > mode change 100644 => 100755 t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t > mode change 100644 => 100755 t/db_dependent/Acquisition/GetOrdersByBiblionumber.t > mode change 100644 => 100755 t/db_dependent/Acquisition/Invoices.t > mode change 100644 => 100755 t/db_dependent/Acquisition/NewOrder.t > mode change 100644 => 100755 t/db_dependent/Acquisition/OrderFromSubscription.t > mode change 100644 => 100755 t/db_dependent/Acquisition/TransferOrder.t > mode change 100644 => 100755 t/db_dependent/Acquisition/close_reopen_basket.t > mode change 100644 => 100755 t/db_dependent/Auth.t > mode change 100644 => 100755 t/db_dependent/BackgroundJob.t > mode change 100644 => 100755 t/db_dependent/Bookseller.t > mode change 100644 => 100755 t/db_dependent/Borrower_Files.t > mode change 100644 => 100755 t/db_dependent/Branch.t > mode change 100644 => 100755 t/db_dependent/Breeding.t > mode change 100644 => 100755 t/db_dependent/Charset.t > mode change 100644 => 100755 t/db_dependent/Circulation/CheckIfIssuedToPatron.t > mode change 100644 => 100755 t/db_dependent/Circulation/CheckValidBarcode.t > mode change 100644 => 100755 t/db_dependent/Circulation/GetIssues.t > mode change 100644 => 100755 t/db_dependent/Circulation/IsItemIssued.t > mode change 100644 => 100755 t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t > mode change 100644 => 100755 t/db_dependent/Circulation_Branch.t > mode change 100644 => 100755 t/db_dependent/Circulation_Issuingrule.t > mode change 100644 => 100755 t/db_dependent/Circulation_OfflineOperation.t > mode change 100644 => 100755 t/db_dependent/Circulation_issue.t > mode change 100644 => 100755 t/db_dependent/Circulation_issuingrules.t > mode change 100644 => 100755 t/db_dependent/Circulation_transfers.t > mode change 100644 => 100755 t/db_dependent/ClassSource.t > mode change 100644 => 100755 t/db_dependent/ColumnsSettings.t > mode change 100644 => 100755 t/db_dependent/Contract.t > mode change 100644 => 100755 t/db_dependent/ILSDI_Services.t > mode change 100644 => 100755 t/db_dependent/ImportBatch.t > mode change 100644 => 100755 t/db_dependent/Installer.t > mode change 100644 => 100755 t/db_dependent/Items_DelItem.t > mode change 100644 => 100755 t/db_dependent/KitchenSinkPlugin.kpz > mode change 100644 => 100755 t/db_dependent/Koha.t > mode change 100644 => 100755 t/db_dependent/Koha/GetDailyQuote.t > mode change 100644 => 100755 t/db_dependent/Koha/IsKohaFieldLinked.t > mode change 100644 => 100755 t/db_dependent/Koha_Database.t > mode change 100644 => 100755 t/db_dependent/Koha_template_plugin_Branches.t > mode change 100644 => 100755 t/db_dependent/Koha_template_plugin_KohaDates.t > mode change 100644 => 100755 t/db_dependent/LDAP/example3.ldif > mode change 100644 => 100755 t/db_dependent/Labels/t_Batch.t > mode change 100644 => 100755 t/db_dependent/Labels/t_Layout.t > mode change 100644 => 100755 t/db_dependent/Labels/t_Profile.t > mode change 100644 => 100755 t/db_dependent/Labels/t_Template.t > mode change 100644 => 100755 t/db_dependent/Letters.t > mode change 100644 => 100755 t/db_dependent/Log.t > mode change 100644 => 100755 t/db_dependent/MarcModificationTemplates.t > mode change 100644 => 100755 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t > mode change 100644 => 100755 t/db_dependent/Members/GetAllIssues.t > mode change 100644 => 100755 t/db_dependent/Members/GetPendingIssues.t > mode change 100644 => 100755 t/db_dependent/Members_columns.t > mode change 100644 => 100755 t/db_dependent/NewsChannels.t > mode change 100644 => 100755 t/db_dependent/Overdues.t > mode change 100644 => 100755 t/db_dependent/QueryParser.t > mode change 100644 => 100755 t/db_dependent/Record/testrecords/marc21_marc8.dat > mode change 100644 => 100755 t/db_dependent/Record/testrecords/marc21_marc8_combining_chars.dat > mode change 100644 => 100755 t/db_dependent/Record/testrecords/marc21_marc8_errors.dat > mode change 100644 => 100755 t/db_dependent/Record/testrecords/marc21_utf8.dat > mode change 100644 => 100755 t/db_dependent/Record/testrecords/marc21_utf8_combining_chars.dat > mode change 100644 => 100755 t/db_dependent/Record/testrecords/marcxml_utf8.xml > mode change 100644 => 100755 t/db_dependent/Record/testrecords/marcxml_utf8_entityencoded.xml > mode change 100644 => 100755 t/db_dependent/Reports/Guided.t > mode change 100644 => 100755 t/db_dependent/RotatingCollections.t > mode change 100644 => 100755 t/db_dependent/Search.t > mode change 100644 => 100755 t/db_dependent/Search/History.t > mode change 100644 => 100755 t/db_dependent/Search_SearchHistory.t > mode change 100644 => 100755 t/db_dependent/Serials.t > mode change 100644 => 100755 t/db_dependent/Serials/Claims.t > mode change 100644 => 100755 t/db_dependent/Serials/Frequency.t > mode change 100644 => 100755 t/db_dependent/Serials/GetNextDate.t > mode change 100644 => 100755 t/db_dependent/Serials/GetNextSeq.t > mode change 100644 => 100755 t/db_dependent/Serials/Numberpattern.t > mode change 100644 => 100755 t/db_dependent/Serials_2.t > mode change 100644 => 100755 t/db_dependent/ShelfBrowser.t > mode change 100644 => 100755 t/db_dependent/Stats.t > mode change 100644 => 100755 t/db_dependent/Suggestions.t > mode change 100644 => 100755 t/db_dependent/Utils/Datatables_Members.t > mode change 100644 => 100755 t/db_dependent/XSLT_Handler.t > mode change 100644 => 100755 t/db_dependent/XSLT_Handler/test01.xsl > mode change 100644 => 100755 t/db_dependent/XSLT_Handler/test02.xsl > mode change 100644 => 100755 t/db_dependent/XSLT_Handler/test03.xsl > mode change 100644 => 100755 t/db_dependent/data/marc21/zebraexport/authority/exported_records > mode change 100644 => 100755 t/db_dependent/data/marc21/zebraexport/biblio/exported_records > mode change 100644 => 100755 t/db_dependent/data/marc21/zebraexport/large_biblio_dom/exported_records.xml > mode change 100644 => 100755 t/db_dependent/data/marc21/zebraexport/large_biblio_grs1/exported_records.xml > mode change 100644 => 100755 t/db_dependent/data/unimarc/zebraexport/authority/exported_records > mode change 100644 => 100755 t/db_dependent/data/unimarc/zebraexport/biblio/exported_records > mode change 100644 => 100755 t/db_dependent/rollingloans.t > mode change 100644 => 100755 t/db_dependent/www/batch.t > mode change 100644 => 100755 t/db_dependent/www/data/marc21record.mrc > mode change 100644 => 100755 t/db_dependent/www/data/unimarcrecord.mrc > mode change 100644 => 100755 t/lib/Mocks.pm > mode change 100644 => 100755 t/perlcriticrc > delete mode 100755 tags/list.pl > delete mode 100755 tags/review.pl > delete mode 100644 test/README > delete mode 100755 test/progressbar.pl > delete mode 100755 test/progressbarsubmit.pl > delete mode 100755 test/search.pl > delete mode 100644 tmp/modified_authorities/README.txt > mode change 100644 => 100755 tools/csv-profiles/example.yaml > mode change 100644 => 100755 xt/author/icondirectories.t > mode change 100644 => 100755 xt/author/pod_spell.t > mode change 100644 => 100755 xt/author/podcorrectness.t > mode change 100644 => 100755 xt/author/translatable-templates.t > mode change 100644 => 100755 xt/author/valid-templates.t > mode change 100644 => 100755 xt/fix-old-fsf-address.exclude > mode change 100644 => 100755 xt/perltidyrc > >diff --git a/.editorconfig b/.editorconfig >old mode 100644 >new mode 100755 >diff --git a/.htaccess b/.htaccess >old mode 100644 >new mode 100755 >diff --git a/.mailmap b/.mailmap >old mode 100644 >new mode 100755 >diff --git a/C4/Accounts.pm b/C4/Accounts.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Auth.pm b/C4/Auth.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Auth_cas_servers.yaml.orig b/C4/Auth_cas_servers.yaml.orig >old mode 100644 >new mode 100755 >diff --git a/C4/Auth_with_cas.pm b/C4/Auth_with_cas.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Auth_with_shibboleth.pm b/C4/Auth_with_shibboleth.pm >old mode 100644 >new mode 100755 >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >old mode 100644 >new mode 100755 >diff --git a/C4/AuthoritiesMarc/MARC21.pm b/C4/AuthoritiesMarc/MARC21.pm >old mode 100644 >new mode 100755 >diff --git a/C4/AuthoritiesMarc/UNIMARC.pm b/C4/AuthoritiesMarc/UNIMARC.pm >old mode 100644 >new mode 100755 >diff --git a/C4/BackgroundJob.pm b/C4/BackgroundJob.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Barcodes.pm b/C4/Barcodes.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Barcodes/EAN13.pm b/C4/Barcodes/EAN13.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Barcodes/ValueBuilder.pm b/C4/Barcodes/ValueBuilder.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Barcodes/annual.pm b/C4/Barcodes/annual.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Barcodes/hbyymmincr.pm b/C4/Barcodes/hbyymmincr.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Barcodes/incremental.pm b/C4/Barcodes/incremental.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Bookseller.pm b/C4/Bookseller.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Bookseller/Contact.pm b/C4/Bookseller/Contact.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Boolean.pm b/C4/Boolean.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Branch.pm b/C4/Branch.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Breeding.pm b/C4/Breeding.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Budgets.pm b/C4/Budgets.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Calendar.pm b/C4/Calendar.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Category.pm b/C4/Category.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Charset.pm b/C4/Charset.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ClassSortRoutine.pm b/C4/ClassSortRoutine.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ClassSortRoutine/Dewey.pm b/C4/ClassSortRoutine/Dewey.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ClassSortRoutine/Generic.pm b/C4/ClassSortRoutine/Generic.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ClassSortRoutine/LCC.pm b/C4/ClassSortRoutine/LCC.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ClassSource.pm b/C4/ClassSource.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Context.pm b/C4/Context.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Contract.pm b/C4/Contract.pm >old mode 100644 >new mode 100755 >diff --git a/C4/CourseReserves.pm b/C4/CourseReserves.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Creators.pm b/C4/Creators.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Creators/Batch.pm b/C4/Creators/Batch.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Creators/Layout.pm b/C4/Creators/Layout.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Creators/Lib.pm b/C4/Creators/Lib.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Creators/PDF.pm b/C4/Creators/PDF.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Creators/Profile.pm b/C4/Creators/Profile.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Creators/Template.pm b/C4/Creators/Template.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Csv.pm b/C4/Csv.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Dates.pm b/C4/Dates.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Debug.pm b/C4/Debug.pm >old mode 100644 >new mode 100755 >diff --git a/C4/External/Amazon.pm b/C4/External/Amazon.pm >old mode 100644 >new mode 100755 >diff --git a/C4/External/BakerTaylor.pm b/C4/External/BakerTaylor.pm >old mode 100644 >new mode 100755 >diff --git a/C4/External/OverDrive.pm b/C4/External/OverDrive.pm >old mode 100644 >new mode 100755 >diff --git a/C4/External/Syndetics.pm b/C4/External/Syndetics.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Form/MessagingPreferences.pm b/C4/Form/MessagingPreferences.pm >old mode 100644 >new mode 100755 >diff --git a/C4/HTML5Media.pm b/C4/HTML5Media.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Heading.pm b/C4/Heading.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Heading/MARC21.pm b/C4/Heading/MARC21.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Heading/UNIMARC.pm b/C4/Heading/UNIMARC.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Images.pm b/C4/Images.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ImportExportFramework.pm b/C4/ImportExportFramework.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Input.pm b/C4/Input.pm >old mode 100644 >new mode 100755 >diff --git a/C4/InstallAuth.pm b/C4/InstallAuth.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Installer.pm b/C4/Installer.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >old mode 100644 >new mode 100755 >index 96557e3..8b0fd73 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -737,6 +737,26 @@ our $PERL_DEPS = { > 'required' => '0', > 'min_ver' => '5.61', > }, >+ 'HTML::Entities' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '3.69', >+ }, >+ 'XML::Entities' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '1.0001', >+ }, >+ 'RDF::Trine' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '1.012', >+ }, >+ 'RDF::Helper' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '2.01', >+ }, > }; > > 1; >diff --git a/C4/Installer/PerlModules.pm b/C4/Installer/PerlModules.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ItemCirculationAlertPreference.pm b/C4/ItemCirculationAlertPreference.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ItemType.pm b/C4/ItemType.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Items.pm b/C4/Items.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Koha.pm b/C4/Koha.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Labels.pm b/C4/Labels.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Labels/Batch.pm b/C4/Labels/Batch.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Labels/Label.pm b/C4/Labels/Label.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Labels/Layout.pm b/C4/Labels/Layout.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Labels/Profile.pm b/C4/Labels/Profile.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Labels/Template.pm b/C4/Labels/Template.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Languages.pm b/C4/Languages.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Letters.pm b/C4/Letters.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Linker.pm b/C4/Linker.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Linker/Default.pm b/C4/Linker/Default.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Linker/FirstMatch.pm b/C4/Linker/FirstMatch.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Linker/LastMatch.pm b/C4/Linker/LastMatch.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Log.pm b/C4/Log.pm >old mode 100644 >new mode 100755 >diff --git a/C4/MarcModificationTemplates.pm b/C4/MarcModificationTemplates.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Matcher.pm b/C4/Matcher.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Members.pm b/C4/Members.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Members/AttributeTypes.pm b/C4/Members/AttributeTypes.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Members/Attributes.pm b/C4/Members/Attributes.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Members/Messaging.pm b/C4/Members/Messaging.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Members/Statistics.pm b/C4/Members/Statistics.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Message.pm b/C4/Message.pm >old mode 100644 >new mode 100755 >diff --git a/C4/NewsChannels.pm b/C4/NewsChannels.pm >old mode 100644 >new mode 100755 >diff --git a/C4/OAI/Sets.pm b/C4/OAI/Sets.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Output.pm b/C4/Output.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Output/JSONStream.pm b/C4/Output/JSONStream.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Overdues.pm b/C4/Overdues.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Patroncards.pm b/C4/Patroncards.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Patroncards/Batch.pm b/C4/Patroncards/Batch.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Patroncards/Layout.pm b/C4/Patroncards/Layout.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Patroncards/Lib.pm b/C4/Patroncards/Lib.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Patroncards/Patroncard.pm b/C4/Patroncards/Patroncard.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Patroncards/Profile.pm b/C4/Patroncards/Profile.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Patroncards/Template.pm b/C4/Patroncards/Template.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Print.pm b/C4/Print.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Ratings.pm b/C4/Ratings.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Record.pm b/C4/Record.pm >old mode 100644 >new mode 100755 >index 16d3f54..56b7618 >--- a/C4/Record.pm >+++ b/C4/Record.pm >@@ -25,7 +25,7 @@ use strict; > # please specify in which methods a given module is used > use MARC::Record; # marc2marcxml, marcxml2marc, changeEncoding > use MARC::File::XML; # marc2marcxml, marcxml2marc, changeEncoding >-use MARC::Crosswalk::DublinCore; # marc2dcxml >+use Koha::DublinCoreTransformer; # marc2dcxml > use Biblio::EndnoteStyle; > use Unicode::Normalize; # _entity_encode > use C4::Biblio; #marc2bibtex >@@ -222,16 +222,29 @@ sub marcxml2marc { > > Returns a DublinCore::Record object, will eventually return a Dublin Core scalar > >-FIXME: should return actual XML, not just an object >+FIXME: should return actual XML, not just an object (Koha::DublinCoreTransformer return an XML) >+ >+C<$type> - the recommendation ( simple-dc-rdf, dc-rdf, dc-xml, oai-dc) > > C<$marc> - an ISO-2709 scalar or MARC::Record object > >-C<$qualified> - specify whether qualified Dublin Core should be used in the input or output [0] >+C<$qualified> - specify whether simple or qualified Dublin Core should be used in output [0 or 1] >+ >+C<$entities> placing entities to 0 will codify only the five basic entities e.g., <, >, ", &, and &apos. Conversely if it is encoded to 1, all entities will coded into decimal >+ >+C<$root> root element for XML files >+ >+C<$xsi_schemaLocation> the xsischemaLocation for XML files. >+ >+C<$rdf_subject> Represent the main subject of RDF triples (for Koha the URI of the resource) >+ >+C<$rdf_format> Imply multiple formats for RDF (ntriples, nquads, rdfxml, rdfjson, ntriples-canonical, turtle) > > =cut > > sub marc2dcxml { >- my ($marc,$qualified) = @_; >+ my ( $type, $marc, $qualified, $entities, $root, $xsi_schemaLocation, $rdf_subject, >+ $rdf_format ) = @_; > my $error; > # test if it's already a MARC::Record object, if not, make it one > my $marc_record_obj; >@@ -245,24 +258,75 @@ sub marc2dcxml { > $error .="\nCreation of MARC::Record object failed: ".$MARC::File::ERROR; > } > } >- my $crosswalk = MARC::Crosswalk::DublinCore->new; >- if ($qualified) { >- $crosswalk = MARC::Crosswalk::DublinCore->new( qualified => 1 ); >- } >- my $dcxml = $crosswalk->as_dublincore($marc_record_obj); >- my $dcxmlfinal = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; >- $dcxmlfinal .= "<metadata >- xmlns=\"http://example.org/myapp/\" >- xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" >- xsi:schemaLocation=\"http://example.org/myapp/ http://example.org/myapp/schema.xsd\" >- xmlns:dc=\"http://purl.org/dc/elements/1.1/\" >- xmlns:dcterms=\"http://purl.org/dc/terms/\">"; >- >- foreach my $element ( $dcxml->elements() ) { >- $dcxmlfinal.="<"."dc:".$element->name().">".$element->content()."</"."dc:".$element->name().">\n"; >+ my $dcxml; >+ >+ SWITCH: >+ for ($type) { >+ if (/^simple-dc-rdf/) { >+ my $objectDC = Koha::DublinCoreTransformer->new({ >+ type => 'rdf', >+ qualified => 0, >+ get_marc_record => $marc, >+ }); >+ >+ $objectDC->get_rdf_data({ >+ rdf_subject => $rdf_subject, >+ rdf_format => 'rdfxml', >+ entities => 1, >+ }); >+ $dcxml = $objectDC->write_rdf(); >+ last SWITCH; >+ } >+ if (/^dc-rdf/) { >+ my $objectDC = Koha::DublinCoreTransformer->new({ >+ type => 'rdf', >+ qualified => 1, >+ get_marc_record => $marc, >+ }); >+ >+ $objectDC->get_rdf_data({ >+ rdf_subject => $rdf_subject, >+ rdf_format => $rdf_format, >+ entities => 1, >+ }); >+ $dcxml = $objectDC->write_rdf(); >+ last SWITCH; >+ } >+ if (/^dc-xml/) { >+ my $objectDC = Koha::DublinCoreTransformer->new({ >+ type => 'xml', >+ qualified => $qualified, >+ get_marc_record => $marc, >+ }); >+ >+ $objectDC->get_xml_data({ >+ root => $root, >+ xsi_schemaLocation => $xsi_schemaLocation, >+ entities => 1, >+ }); >+ $dcxml = $objectDC->write_xml(); >+ last SWITCH; >+ } >+ if ($type eq 'oai-dc') { >+ my $objectDC = Koha::DublinCoreTransformer->new({ >+ type => 'xml', >+ qualified => 0, >+ get_marc_record => $marc, >+ }); >+ >+ $objectDC->get_xml_data({ >+ root => 'oai_dc:dc', >+ xsi_schemaLocation => 'http://www.openarchives.org/OAI/2.0/oai_dc/' . >+ ' http://www.openarchives.org/OAI/2.0/oai_dc.xsd', >+ entities => 0, >+ optional_namespace => 'oai_dc', >+ namespace_url => 'http://www.openarchives.org/OAI/2.0/oai_dc/', >+ }); >+ $dcxml = $objectDC->write_xml(); >+ last SWITCH; >+ } > } >- $dcxmlfinal .= "\n</metadata>"; >- return ($error,$dcxmlfinal); >+ return ( $error, $dcxml ); > } > > =head2 marc2modsxml - Convert from ISO-2709 to MODS >diff --git a/C4/Reports.pm b/C4/Reports.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Review.pm b/C4/Review.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Ris.pm b/C4/Ris.pm >old mode 100644 >new mode 100755 >diff --git a/C4/RotatingCollections.pm b/C4/RotatingCollections.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS.pm b/C4/SIP/ILS.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS.pod b/C4/SIP/ILS.pod >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Item.pm b/C4/SIP/ILS/Item.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Item.pod b/C4/SIP/ILS/Item.pod >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Patron.pod b/C4/SIP/ILS/Patron.pod >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Transaction.pm b/C4/SIP/ILS/Transaction.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Transaction/Checkin.pm b/C4/SIP/ILS/Transaction/Checkin.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Transaction/Checkout.pm b/C4/SIP/ILS/Transaction/Checkout.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Transaction/FeePayment.pm b/C4/SIP/ILS/Transaction/FeePayment.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Transaction/Hold.pm b/C4/SIP/ILS/Transaction/Hold.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Transaction/Renew.pm b/C4/SIP/ILS/Transaction/Renew.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/ILS/Transaction/RenewAll.pm b/C4/SIP/ILS/Transaction/RenewAll.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/Makefile b/C4/SIP/Makefile >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/README b/C4/SIP/README >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/Sip.pm b/C4/SIP/Sip.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/Sip/Checksum.pm b/C4/SIP/Sip/Checksum.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/Sip/Configuration.pm b/C4/SIP/Sip/Configuration.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/Sip/Configuration/Account.pm b/C4/SIP/Sip/Configuration/Account.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/Sip/Configuration/Institution.pm b/C4/SIP/Sip/Configuration/Institution.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/Sip/Configuration/Service.pm b/C4/SIP/Sip/Configuration/Service.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/Sip/Constants.pm b/C4/SIP/Sip/Constants.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/acstest.py b/C4/SIP/acstest.py >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/000_sc_config_auth.t b/C4/SIP/t/000_sc_config_auth.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/00sc_status.t b/C4/SIP/t/00sc_status.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/01patron_status.t b/C4/SIP/t/01patron_status.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/02patron_info.t b/C4/SIP/t/02patron_info.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/03checkout.t b/C4/SIP/t/03checkout.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/04patron_status.t b/C4/SIP/t/04patron_status.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/05block_patron.t b/C4/SIP/t/05block_patron.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/06patron_enable.t b/C4/SIP/t/06patron_enable.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/07hold.t b/C4/SIP/t/07hold.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/08checkin.t b/C4/SIP/t/08checkin.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/09renew.t b/C4/SIP/t/09renew.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/10renew_all.t b/C4/SIP/t/10renew_all.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/11item_info.t b/C4/SIP/t/11item_info.t >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/Makefile b/C4/SIP/t/Makefile >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/README b/C4/SIP/t/README >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/t/SIPtest.pm b/C4/SIP/t/SIPtest.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SIP/test.txt b/C4/SIP/test.txt >old mode 100644 >new mode 100755 >diff --git a/C4/SMS.pm b/C4/SMS.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SQLHelper.pm b/C4/SQLHelper.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Scheduler.pm b/C4/Scheduler.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Scrubber.pm b/C4/Scrubber.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Search.pm b/C4/Search.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Search/History.pm b/C4/Search/History.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Search/PazPar2.pm b/C4/Search/PazPar2.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Serials.pm b/C4/Serials.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Serials/Frequency.pm b/C4/Serials/Frequency.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Serials/Numberpattern.pm b/C4/Serials/Numberpattern.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Service.pm b/C4/Service.pm >old mode 100644 >new mode 100755 >diff --git a/C4/ShelfBrowser.pm b/C4/ShelfBrowser.pm >old mode 100644 >new mode 100755 >diff --git a/C4/SocialData.pm b/C4/SocialData.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Stats.pm b/C4/Stats.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm >old mode 100644 >new mode 100755 >diff --git a/C4/TTParser.pm b/C4/TTParser.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Tags.pm b/C4/Tags.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Templates.pm b/C4/Templates.pm >old mode 100644 >new mode 100755 >diff --git a/C4/TmplToken.pm b/C4/TmplToken.pm >old mode 100644 >new mode 100755 >diff --git a/C4/TmplTokenType.pm b/C4/TmplTokenType.pm >old mode 100644 >new mode 100755 >diff --git a/C4/UploadedFile.pm b/C4/UploadedFile.pm >old mode 100644 >new mode 100755 >diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Utils/DataTables.pm b/C4/Utils/DataTables.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Utils/DataTables/ColumnsSettings.pm b/C4/Utils/DataTables/ColumnsSettings.pm >old mode 100644 >new mode 100755 >diff --git a/C4/Utils/DataTables/Members.pm b/C4/Utils/DataTables/Members.pm >old mode 100644 >new mode 100755 >diff --git a/C4/VirtualShelves.pm b/C4/VirtualShelves.pm >old mode 100644 >new mode 100755 >diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm >old mode 100644 >new mode 100755 >diff --git a/C4/XISBN.pm b/C4/XISBN.pm >old mode 100644 >new mode 100755 >diff --git a/C4/XSLT.pm b/C4/XSLT.pm >old mode 100644 >new mode 100755 >diff --git a/INSTALL b/INSTALL >old mode 100644 >new mode 100755 >diff --git a/INSTALL.debian b/INSTALL.debian >old mode 100644 >new mode 100755 >diff --git a/INSTALL.fedora7 b/INSTALL.fedora7 >old mode 100644 >new mode 100755 >diff --git a/INSTALL.opensuse b/INSTALL.opensuse >old mode 100644 >new mode 100755 >diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu >old mode 100644 >new mode 100755 >diff --git a/Koha/Acquisition/Order.pm b/Koha/Acquisition/Order.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/AuthUtils.pm b/Koha/AuthUtils.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Authority.pm b/Koha/Authority.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Borrower/Debarments.pm b/Koha/Borrower/Debarments.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Borrower/Files.pm b/Koha/Borrower/Files.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Borrower/Modifications.pm b/Koha/Borrower/Modifications.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Cache.pm b/Koha/Cache.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Cache/Object.pm b/Koha/Cache/Object.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Calendar.pm b/Koha/Calendar.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Database.pm b/Koha/Database.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/DateUtils.pm b/Koha/DateUtils.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/DublinCoreTransformer.pm b/Koha/DublinCoreTransformer.pm >new file mode 100644 >index 0000000..57c16b0 >--- /dev/null >+++ b/Koha/DublinCoreTransformer.pm >@@ -0,0 +1,913 @@ >+#!/usr/bin/perl >+package Koha::DublinCoreTransformer; >+ >+# >+# This file is part of Koha. >+# >+# Copyright (C) 2014 Universidad de El Salvador, >+# Facultad Multidisciplinaria Oriental >+# >+# Koha is free software; you can redistribute it and/or modify it >+# under the terms of the GNU General Public License as published by >+# the Free Software Foundation; either version 3 of the License, or >+# (at your option) any later version. >+# >+# Koha is distributed in the hope that it will be useful, but >+# WITHOUT ANY WARRANTY; without even the implied warranty of >+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+# GNU General Public License for more details. >+# >+# You should have received a copy of the GNU General Public License >+# along with Koha; if not, see <http://www.gnu.org/licenses>. >+# >+ >+use Modern::Perl; >+use strict; >+use warnings::register; >+use version; >+use v5.10.1; >+ >+BEGIN { >+ require Exporter; >+ >+ # set the version for version checking >+ our $VERSION = version->declare("v0.01"); >+ >+ # Inherit from Exporter to export functions and variables >+ our @ISA = qw(Exporter); >+ >+ # Functions and variables which are exported by default >+ our @EXPORT = qw(new get_xml_data get_rdf_data write_xml write_rdf); >+ >+ # Functions and variables which can be optionally exported >+ our @EXPORT_OK = >+ qw(type qualified get_marc_record root xsi_schemaLocation rdf_subject rdf_format entities optional_namespace namespace_url); >+ >+} >+ >+use Encode qw(encode decode); >+use MARC::File::USMARC; >+use MARC::Crosswalk::DublinCore; >+use XML::LibXML; >+use HTML::Entities; >+use XML::Entities; >+use RDF::Helper; >+use base qw(Class::Accessor); >+__PACKAGE__->mk_accessors( >+ qw(type qualified get_marc_record root xsi_schemaLocation rdf_subject rdf_format entities optional_namespace namespace_url) >+); >+ >+# Defining some constants >+my $xsi_schema = qq(http://www.w3.org/2001/XMLSchema-instance); >+my $unqualified = qq(http://purl.org/dc/elements/1.1/); >+my $qualified = qq(http://purl.org/dc/terms/); >+my $dcam = qq(http://purl.org/dc/dcam/); >+my $rdfNS = qq(http://www.w3.org/1999/02/22-rdf-syntax-ns#); >+my @elementupcase = >+ qw/tableOfContents dateAccepted dateCopyrighted dateSubmitted isVersionOf hasVersion isReplacedBy isRequiredBy isPartOf hasPart isReferencedBy isFormatOf hasFormat conformsTo accrualMethod accrualPeriodicity accrualPolicy instructionalMethod rightsHolder educationLevel accessRights bibliographicCitation/; >+ >+#USAGE: Koha::DublinCoreTransformer->new({ >+# type => 'xml|rdf', >+# qualified => 0|1, >+# get_marc_record => $record >+#}); >+ >+sub new { >+ my ( $class, $args ) = @_; >+ $args = {} unless defined $args; >+ return bless( $args, $class ); >+} >+ >+sub get_xml_data { >+ >+#USAGE: oop->get_xml_data({ >+# root => 'root', >+# xsi_schemaLocation => 'http://example.org/myapp/ http://example.org/myapp/schema.xsd', >+# entities => 0|1, >+# optional_namespace => 'oai_dc' >+# namespace_url => 'http://www.openarchives.org/OAI/2.0/oai_dc/' >+#}); >+ my $self = shift; >+ my ($args) = @_; >+ >+ if (@_) { >+ $self->root( $args->{root} ); >+ $self->xsi_schemaLocation( $args->{xsi_schemaLocation} ); >+ $self->entities( $args->{entities} ); >+ $self->optional_namespace( $args->{optional_namespace} ); >+ $self->namespace_url( $args->{namespace_url} ); >+ } >+ >+ #if data not filled >+ $self->{root} = "metadata" unless ( defined $self->{root} ); >+ $self->{entities} = 0 unless ( defined $self->{entities} ); >+ my %dataxml = ( >+ xmlroot => $self->{root}, >+ entities => $self->{entities}, >+ optional_namespace => $self->{optional_namespace}, >+ namespace_url => $self->{namespace_url}, >+ ); >+ >+ if ( exists $self->{xsi_schemaLocation} ) { >+ $dataxml{'xsi_schemaLocation'} = $self->{xsi_schemaLocation}; >+ } >+ if ( exists $self->{xsi_schemaLocation} ) { >+ $dataxml{'optional_namespace'} = $self->{optional_namespace}; >+ } >+ if ( exists $self->{xsi_schemaLocation} ) { >+ $dataxml{'namespace_url'} = $self->{namespace_url}; >+ } >+ return \%dataxml; >+} >+ >+sub get_rdf_data { >+ >+#USAGE: oop->get_rdf_data({ >+# rdf_subject => 'http://opac.mydomain.edu/cgi-bin/koha/opac-detail.pl?biblionumber=17589', >+# rdf_format => 'ntriples | nquads| rdfxml | rdfjson | ntriples-canonical | turtle', >+# entities => 0|1, >+#}) >+ >+ my $self = shift; >+ my ($args) = @_; >+ >+ if (@_) { >+ $self->rdf_subject( $args->{rdf_subject} ); >+ $self->rdf_format( $args->{rdf_format} ); >+ $self->entities( $args->{entities} ); >+ } >+ >+ #if data not filled >+ $self->{rdf_subject} = "http://koha-community.org/" >+ unless ( defined $self->{rdf_subject} ); >+ $self->{rdf_format} = "rdfxml" unless ( defined $self->{rdf_format} ); >+ $self->{entities} = 0 unless ( defined $self->{entities} ); >+ my %rdfdescription = ( >+ rdf_subject => $self->{rdf_subject}, >+ rdf_format => $self->{rdf_format}, >+ entities => $self->{entities}, >+ ); >+ >+ return \%rdfdescription; >+} >+ >+sub conversion_to_dc { >+ >+#Get the MARC record and return a Dublin Core elements, passed as argument in dc_order_execution method. >+#USAGE: >+#my dc = $self->conversion_to_dc(); >+#$self->dc_order_execution ($dc, $dcxml, $root); >+ my $self = shift; >+ my $marc_record_obj = $self->get_marc_record(); >+ my $crosswalk; >+ my $dc; >+ >+ #if data not filled >+ $self->qualified(0) unless ( exists $self->{qualified} ); >+ if ( ( $self->qualified() != 0 and $self->qualified() != 1 ) >+ && warnings::enabled($self) ) >+ { >+ warnings::warn( $self, "Only the 0 or 1 values are accepted" ); >+ die "Set qualified => " . $self->qualified() . " is no good, stopped"; >+ } >+ if ( $self->qualified() == 1 ) { >+ $crosswalk = MARC::Crosswalk::DublinCore->new( qualified => 1 ); >+ } >+ elsif ( $self->qualified() == 0 ) { >+ $crosswalk = MARC::Crosswalk::DublinCore->new( qualified => 0 ); >+ } >+ if ( $marc_record_obj =~ /^MARC::Record/ ) { >+ $dc = $crosswalk->as_dublincore($marc_record_obj); >+ } >+ else { >+ warnings::warn( $self, >+ "MARC::Record object failed or not a MARC::Record" ); >+ die "Stopped due get_marc_record => is not a MARC::Record"; >+ } >+ >+ return $dc; >+ >+} >+ >+sub write_xml { >+ my $self = shift; >+ my $dataxml = $self->get_xml_data(); >+ my $dc = $self->conversion_to_dc(); >+ >+ #Looking for bad data >+ if ( ( $self->type() ne 'xml' and $self->type() ne 'rdf' ) >+ && warnings::enabled($self) ) >+ { >+ warnings::warn( $self, "Only the xml or rdf values are accepted" ); >+ die "Set type => " . $self->type() . " is no good, stopped"; >+ } >+ elsif ( $self->type() eq 'rdf' && warnings::enabled($self) ) { >+ warnings::warn( $self, "The constructor specified rdf" ); >+ die "Cannot use this method with rdf. This is no good, stopped"; >+ } >+ >+ if ( ( $self->entities() != 0 and $self->entities() != 1 ) >+ && warnings::enabled($self) ) >+ { >+ warnings::warn( $self, "Only the 0 or 1 values are accepted" ); >+ die "Set entities => " . $self->entities() . " is no good, stopped"; >+ } >+ >+ #Creating XML object >+ my $doc = XML::LibXML::Document->new( '1.0', 'utf-8' ); >+ my $root = $doc->createElement( $dataxml->{'xmlroot'} ); >+ $root->setNamespace( $xsi_schema, 'xsi', 0 ); >+ >+ if (defined $dataxml->{'optional_namespace'}){ >+ $root->setNamespace( $dataxml->{'namespace_url'}, >+ $dataxml->{'optional_namespace'}, 0 ); >+ } >+ >+ if ( $self->type() eq 'xml' ) { >+ if ( $self->qualified() == 0 ) { >+ if ( defined $dataxml->{'xsi_schemaLocation'} ) { >+ $root->setAttribute( >+ 'xsi:schemaLocation' => $dataxml->{'xsi_schemaLocation'} ); >+ $root->setNamespace( $unqualified, 'dc', 0 ); >+ $self->dc_order_execution( $dc, $doc, $root ); >+ } >+ else { >+ $root->setNamespace( $unqualified, 'dc', 0 ); >+ $self->dc_order_execution( $dc, $doc, $root ); >+ } >+ } >+ elsif ( $self->qualified() == 1 ) { >+ if ( defined $dataxml->{'xsi_schemaLocation'} ) { >+ $root->setAttribute( >+ 'xsi:schemaLocation' => $dataxml->{'xsi_schemaLocation'} ); >+ $root->setNamespace( $unqualified, 'dc', 0 ); >+ $root->setNamespace( $qualified, 'dcterms', 0 ); >+ $self->dc_order_execution( $dc, $doc, $root ); >+ } >+ else { >+ $root->setNamespace( $unqualified, 'dc', 0 ); >+ $root->setNamespace( $qualified, 'dcterms', 0 ); >+ $self->dc_order_execution( $dc, $doc, $root ); >+ } >+ } >+ } >+ >+ $doc->setDocumentElement($root); >+ >+ #Enabling or desabling entities and print the xml >+ if ( $dataxml->{'entities'} == 1 ) { >+ my @xml = $doc->toString(1); >+ foreach (@xml) { >+ my ($dcxml_entity_encoded) = >+ XML_entity_encode( Encode::decode( 'UTF-8', $_ ) ); >+ $xml[-1] = $dcxml_entity_encoded; >+ } >+ my $xmljoiner = join "", @xml; >+ return $xmljoiner; >+ } >+ else { >+ return $doc->toString(1); >+ } >+} >+ >+sub write_rdf { >+ my $self = shift; >+ my $rdfdescription = $self->get_rdf_data(); >+ my $dc = $self->conversion_to_dc(); >+ my $rdf; >+ my $subject = $rdfdescription->{'rdf_subject'}; >+ >+ #Looking for bad data >+ if ( ( $self->type() ne 'xml' and $self->type() ne 'rdf' ) >+ && warnings::enabled($self) ) >+ { >+ warnings::warn( $self, "Only the xml or rdf values are accepted" ); >+ die "Set type => " . $self->type() . " is no good, stopped"; >+ } >+ elsif ( $self->type() eq 'xml' && warnings::enabled($self) ) { >+ warnings::warn( $self, "The constructor specified xml" ); >+ die "Cannot use this method with xml. This is no good, stopped"; >+ } >+ >+ if ( ( $self->entities() != 0 and $self->entities() != 1 ) >+ && warnings::enabled($self) ) >+ { >+ warnings::warn( $self, "Only the 0 or 1 values are accepted" ); >+ die "Set entities => " . $self->entities() . " is no good, stopped"; >+ } >+ >+ if ( $self->qualified() == 0 ) { >+ >+ #Creating RDF::Helper object >+ $rdf = RDF::Helper->new( >+ BaseInterface => 'RDF::Trine', >+ namespaces => { >+ rdf => $rdfNS, >+ dc => $unqualified, >+ }, >+ ExpandQNames => 1, >+ base_uri => '', >+ ); >+ } >+ else { >+ $rdf = RDF::Helper->new( >+ BaseInterface => 'RDF::Trine', >+ namespaces => { >+ rdf => $rdfNS, >+ dcterms => $qualified, >+ dcam => $dcam, >+ }, >+ ExpandQNames => 1, >+ base_uri => '', >+ ); >+ } >+ >+ if ( $self->type() eq 'rdf' ) { >+ $self->dc_order_execution( $dc, $rdf, $subject ); >+ } >+ >+ #Enabling or desabling entities and print the xml, fixing encode with rdfjson >+ if ( $rdfdescription->{'entities'} == 1 >+ && $rdfdescription->{'rdf_format'} eq 'rdfxml' ) >+ { >+ my @xml = $rdf->serialize( format => $rdfdescription->{'rdf_format'} ); >+ foreach (@xml) { >+ my ($dcxml_entity_encoded) = >+ XML_entity_encode( Encode::decode( 'UTF-8', $_ ) ); >+ $xml[-1] = $dcxml_entity_encoded; >+ } >+ my $xmljoiner = join "", @xml; >+ return $xmljoiner; >+ } >+ elsif ( $rdfdescription->{'rdf_format'} eq 'rdfjson' ) { >+ my $encoding = >+ $rdf->serialize( format => $rdfdescription->{'rdf_format'} ); >+ $encoding = Encode::encode( 'UTF-8', $encoding ); >+ return $encoding; >+ } >+ else { >+ return $rdf->serialize( format => $rdfdescription->{'rdf_format'} ); >+ } >+} >+ >+sub upper_or_lowercase { >+ >+#This subroutine define if is necessary to convert lowercase some qualifiers or let them as crosswalk method basis >+#USAGE: upper_or_lowercase (element->qualifier()) >+ my $dcelement = $_[0]; >+ my $count = 0; >+ my $result; >+ while ( $count <= $#elementupcase ) { >+ if ( $elementupcase[$count] eq $dcelement ) { >+ $result = $dcelement; >+ last; >+ } >+ elsif ( $dcelement ne $elementupcase[$count] ) { >+ $result = lc($dcelement); >+ $count++; >+ next; >+ } >+ } >+ >+ return $result; >+ >+} >+ >+sub XML_entity_encode { >+ >+#This subroutine change characteres to XML entities. Since XML::LibXML only encode the five basics >+#USAGE: This subroutine is called when get_xml_data is populated with entities => 1 >+ my @strings = @_; >+ my @strings_entity_encoded; >+ foreach my $string (@strings) { >+ my $html_entities = >+ HTML::Entities::encode_entities( $string, '^\n\t\x20-\x26\x28-\x7e' ); >+ my $xml_entities = XML::Entities::numify( 'all', $html_entities ); >+ push @strings_entity_encoded, $xml_entities; >+ } >+ return @strings_entity_encoded; >+} >+ >+sub xml_constructor { >+ >+#xml_constructor ( doc, root, namespace, attr, element_name, element_content, element_qualifier, element_scheme ) >+#USAGE: define all posible elements (name, content, qualifier, scheme) as neccesary >+#doc: the XML object >+#root: append root to doc >+#namespace: defined as "dc" or "dcterms" >+#attr: a boolean value to determinate xsi:type xml namespace for dcterms >+#examples: >+#xml_constructor ( $dcxml, $root, "dc", 0, element->name(), element->content() ); >+#xml_constructor ( $dcxml, $root, "dcterms", 1, element->name(), element->content(), $element->qualifier() ); >+ >+ my ( $doc, $root, $namespace, $attr, $element_name, $element_content, >+ $element_qualifier, $element_scheme ) >+ = @_; >+ >+ # This scalar is used for deleting spaces in scheme elements >+ my $deletespaces; >+ >+ # This scalar is used for making upper or lowercase the qualifier elements >+ my $lowercase; >+ my $tagxml; >+ >+ given ($namespace) { >+ when ( $namespace eq "dc" ) { >+ $lowercase = lc($element_name); >+ } >+ when ( $namespace eq "dcterms" ) { >+ $lowercase = upper_or_lowercase($element_qualifier); >+ >+ #replacing spacial to spatial, bug from dublin or crosswalk. >+ $lowercase =~ s/spacial/spatial/; >+ } >+ } >+ >+ if ( ( $namespace eq "dc" or "dcterms" ) and $attr == 0 ) { >+ >+ # This will do something like: <dc:title>Title</dc:title> >+ $tagxml = XML::LibXML::Element->new($lowercase); >+ $tagxml->setNamespace( undef, $namespace, 1 ); >+ $tagxml->appendTextNode($element_content); >+ $root->appendChild($tagxml); >+ } >+ elsif ( ( $namespace eq "dcterms" ) and $attr == 1 ) { >+ >+# This will do something like: <dcterms:spatial xsi:type="dcterms:ISO3166">us</dcterms:spatial> >+ $deletespaces = $element_scheme; >+ $deletespaces =~ s/\s//; >+ $tagxml = XML::LibXML::Element->new($lowercase); >+ $tagxml->setNamespace( undef, $namespace, 1 ); >+ my $attribute = $namespace . ':' . $deletespaces; >+ $tagxml->setAttribute( 'xsi:type', $attribute ); >+ $tagxml->appendTextNode($element_content); >+ $root->appendChild($tagxml); >+ } >+ elsif ( ( $namespace eq "dc" ) and $attr == 1 ) { >+ given ($element_scheme) { >+ >+# This will do something like: <dc:subject xsi:type="dcterms:LCSH">Water supply.</dc:subject> >+ when ( $element_scheme ne "DCMI Type Vocabulary" ) >+ { #Dublin core returns DCMI Type Vocabulary >+ $deletespaces = $element_scheme; >+ $deletespaces =~ s/\s//; >+ $tagxml = XML::LibXML::Element->new($lowercase); >+ $tagxml->setNamespace( undef, $namespace, 1 ); >+ my $attribute = 'dcterms:' . $deletespaces; >+ $tagxml->setAttribute( 'xsi:type', $attribute ); >+ $tagxml->appendTextNode($element_content); >+ $root->appendChild($tagxml); >+ } >+ when ( $element_scheme eq "DCMI Type Vocabulary" ) >+ { #Changing for DCMIType >+ # This will do something like: <dc:type xsi:type="dcterms:DCMIType">Text</dc:type> >+ $tagxml = XML::LibXML::Element->new($lowercase); >+ $tagxml->setNamespace( undef, $namespace, 1 ); >+ $tagxml->setAttribute( 'xsi:type', 'dcterms:DCMIType' ); >+ $tagxml->appendTextNode($element_content); >+ $root->appendChild($tagxml); >+ } >+ } >+ } #if...elsif >+ >+ return $tagxml; >+ >+} #subroutine >+ >+sub rdf_constructor { >+ >+#xml_constructor ( rdf, subject, namespace, attr, element_name, element_content, element_qualifier, element_scheme ) >+#USAGE: define all posible elements (name, content, qualifier, scheme) as neccesary >+#rdf: the RDF object >+#subject: the subject for the triples >+#namespace: defined as "dc" or "dcterms". This is for Simple DC or DC-RDF recommendations. >+#attr: a boolean value to determine the nodeID attribute for dcterms >+ >+ my ( $rdf, $subject, $namespace, $attr, $element_name, $element_content, >+ $element_qualifier, $element_scheme ) >+ = @_; >+ >+ #This scalar is used for deleting spaces in scheme elements >+ my $deletespaces; >+ >+ #This scalar is used for making upper or lowercase the qualifier elements >+ my $lowercase; >+ >+ given ($namespace) { >+ when ( $namespace eq "dc" ) { >+ $lowercase = lc($element_name); >+ } >+ when ( $namespace eq "dcterms" ) { >+ $lowercase = upper_or_lowercase($element_qualifier); >+ >+ #replacing spacial to spatial, bug from dublin or crosswalk. >+ $lowercase =~ s/spacial/spatial/; >+ } >+ } >+ >+ if ( ( $namespace eq "dc" or "dcterms" ) and $attr == 0 ) { >+ >+ # This will do something like: <dc:title>Title</dc:title> >+ my $predicate = $namespace . ':' . $lowercase; >+ my $object = $element_content; >+ $rdf->assert_literal( $subject, $predicate, $object ); >+ } >+ elsif ( ( $namespace eq "dc" ) and $attr == 2 ) { >+ >+ # This will do something like: <dcterms:title>Title</dcterms:title> >+ my $predicate = 'dcterms:' . $lowercase; >+ my $object = $element_content; >+ $rdf->assert_literal( $subject, $predicate, $object ); >+ } >+ elsif ( ( $namespace eq "dc" ) and $attr == 1 ) { >+ $deletespaces = $element_scheme; >+ $deletespaces =~ s/\s//; >+ my $predicate = 'dcterms:' . $lowercase; >+ my $object = $element_content; >+ given ($element_scheme) { >+ when ( $element_scheme ne "DCMI Type Vocabulary" ) { >+ >+ # Dublin core returns DCMI Type Vocabulary >+ # This will do something like: >+ # <rdf:Description rdf:nodeID="ISO3166"> >+ # <dcam:memberOf rdf:resource="http://purl.org/dc/terms/ISO3166"/> >+ # <rdf:value>us</rdf:value> >+ # </rdf:Description> >+ # <dcterms:spatial rdf:nodeID="ISO3166"/> >+ my $bnode = $rdf->new_bnode($deletespaces); >+ my $uri_resource = join "", $qualified, $deletespaces; >+ my $resource = $rdf->new_resource($uri_resource); >+ $rdf->assert_literal( $subject, $predicate, $bnode ); >+ $rdf->assert_literal( $bnode, 'dcam:memberOf', $resource ); >+ $rdf->assert_literal( $bnode, 'rdf:value', $object ); >+ } >+ when ( $element_scheme eq "DCMI Type Vocabulary" ) >+ { #Changing for DCMIType >+ my $bnode = $rdf->new_bnode('DCMIType'); >+ my $uri_resource = $qualified . 'DCMIType'; >+ my $resource = $rdf->new_resource($uri_resource); >+ $rdf->assert_literal( $subject, $predicate, $bnode ); >+ $rdf->assert_literal( $bnode, 'dcam:memberOf', $resource ); >+ $rdf->assert_literal( $bnode, 'rdf:value', $object ); >+ } >+ } >+ } #if-elsif >+ return $rdf; >+} #subroutine >+ >+sub dc_order_execution { >+ >+ #USAGE: USAGE: Get the parameters for xml or rdf and execute in order. >+ my $self = shift; >+ >+ if ( $self->type() eq 'xml' ) { #Order for xml >+ my ( $dc, $dcxml, $root ) = @_; >+ foreach my $element ( $dc->elements() ) { >+ SWITCH: { >+ if ( $element->name() >+ and not defined $element->scheme() >+ and not defined $element->qualifier() ) >+ { >+ $dcxml = >+ xml_constructor( $dcxml, $root, "dc", 0, $element->name(), >+ $element->content() ); >+ last SWITCH; >+ } >+ >+ if ( $element->name() >+ and not defined $element->scheme() >+ and not defined $element->qualifier() ) >+ { >+ $dcxml = >+ xml_constructor( $dcxml, $root, "dcterms", 0, >+ $element->name(), $element->content() ); >+ last SWITCH; >+ } >+ >+ if ( $element->name() >+ and $element->scheme() >+ and $element->qualifier() ) >+ { >+ $dcxml = xml_constructor( >+ $dcxml, $root, >+ "dcterms", 1, >+ $element->name(), $element->content(), >+ $element->qualifier(), $element->scheme() >+ ); >+ last SWITCH; >+ } >+ >+ if ( $element->name() >+ and $element->scheme() >+ and ( $element->scheme ne "DCMI Type Vocabulary" ) ) >+ { >+ $dcxml = >+ xml_constructor( $dcxml, $root, "dc", 1, $element->name(), >+ $element->content(), $element->qualifier(), >+ $element->scheme() ); >+ last SWITCH; >+ } >+ >+ if ( $element->name() >+ and $element->scheme() >+ and ( $element->scheme() eq "DCMI Type Vocabulary" ) ) >+ { >+ $dcxml = >+ xml_constructor( $dcxml, $root, "dc", 1, $element->name(), >+ $element->content(), $element->qualifier(), >+ $element->scheme() ); >+ last SWITCH; >+ } >+ >+ if ( $element->name() and $element->qualifier() ) { >+ $dcxml = xml_constructor( >+ $dcxml, $root, >+ "dcterms", 0, >+ $element->name(), $element->content(), >+ $element->qualifier(), $element->scheme() >+ ); >+ last SWITCH; >+ } #if >+ } #SWITCH >+ } #foreach 1 >+ } >+ elsif ( $self->type() eq 'rdf' ) { #Order for rdf/xml >+ my ( $dc, $rdf, $subject ) = @_; >+ foreach my $element ( $dc->elements() ) { >+ SWITCH: { >+ if ( $element->name() >+ and not defined $element->scheme() >+ and not defined $element->qualifier() ) >+ { >+ rdf_constructor( $rdf, $subject, "dc", 0, $element->name(), >+ $element->content() ) >+ unless $self->qualified() == 1; >+ rdf_constructor( $rdf, $subject, "dc", 2, $element->name(), >+ $element->content() ) >+ unless $self->qualified() == 0; >+ last SWITCH; >+ } >+ >+ if ( $element->name() >+ and $element->scheme() >+ and ( $element->scheme ne "DCMI Type Vocabulary" ) ) >+ { >+ rdf_constructor( $rdf, $subject, "dc", 1, $element->name(), >+ $element->content(), $element->qualifier(), >+ $element->scheme() ); >+ last SWITCH; >+ } >+ >+ if ( $element->name() >+ and $element->scheme() >+ and ( $element->scheme() eq "DCMI Type Vocabulary" ) ) >+ { >+ rdf_constructor( $rdf, $subject, "dc", 1, $element->name(), >+ $element->content(), $element->qualifier(), >+ $element->scheme() ); >+ last SWITCH; >+ } >+ >+ if ( $element->name() and $element->qualifier() ) { >+ rdf_constructor( >+ $rdf, $subject, >+ "dcterms", 0, >+ $element->name(), $element->content(), >+ $element->qualifier(), $element->scheme() >+ ); >+ last SWITCH; >+ } #if >+ } #SWITCH >+ } #foreach 2 >+ } >+ return; >+} >+ >+END { >+ >+ #When opened with MARC::File::USMARC, close marc record if not closed >+ sub DESTROY { >+ my $self = shift; >+ if ( $self->{get_marc_record} =~ /^MARC:File::USMARC/ ) { >+ $self->{get_marc_record}->close(); >+ undef $self->{get_marc_record}; >+ } >+ } >+} >+1; >+__END__ >+ >+=pod >+ >+=encoding UTF-8 >+ >+=head1 NAME >+ >+Koha::DublinCoreTransformer - transform the values of MARC::Crosswalk::DublinCore >+into metadata in XML or RDF format. >+ >+=head1 SYNOPSIS >+ >+=head2 XML-DC >+ >+ use Koha::DublinCoreTransformer; >+ use MARC::File::USMARC; >+ my $batch = MARC::File::USMARC->in('in.mrc'); >+ >+ ## the $record will be a MARC::Record object. >+ my $record = $batch->next(); >+ >+ #For Simple DC-XML >+ my $objectDC = DublinCoreTransformer->new({ >+ type => 'xml', >+ qualified => 0, >+ get_marc_record => $record}); >+ >+ #For Qualified DC-XML >+ my $objectDC = DublinCoreTransformer->new({ >+ type => 'xml', >+ qualified => 1, >+ get_marc_record => $record}); >+ >+ #After call constructor you need to pass the root element and >+ #the schema in .xsd format. If you prefer or you don't know nothing >+ #about it pass the method in blank, i.e., without arguments. >+ #Also you can determine if you want to encode with xml entities or >+ #just with the five basics entities. >+ #Set entities to 0 for the five basics or 1 to encode with the >+ #complete xml entities. >+ $objectDC->get_xml_data({ >+ root => 'metadata', >+ xsi_schemaLocation => 'http://example.org/myapp/ http://example.org/myapp/schema.xsd', >+ }); >+ #This print your xml file in STDOUT >+ my $XML-DC = $objectDC->write_xml(); >+ print $XML-DC; >+ >+ #Close the file according to MARC::File::USMARC >+ $batch->close(); >+ undef $batch; >+ >+ #Or if you want to generate a file >+ open (OUTPUT, '> dc2xml.xml') or die $!; >+ print OUTPUT print $XML-DC; >+ close(OUTPUT); >+ >+=head2 DC-RDF >+ >+ use Koha::DublinCoreTransformer; >+ use MARC::File::USMARC; >+ my $marc = MARC::File::USMARC->in('in.mrc'); >+ my $record = $marc->next(); >+ >+ #Simple DC-RDF is not used but not deprecated, DublinCoreTransformer >+ #can generate it as follow: >+ my $objectDC = DublinCoreTransformer->new({ >+ type => 'rdf', >+ qualified => 0, >+ get_marc_record => $record}); >+ >+ #DC-RDF >+ my $objectDC = DublinCoreTransformer->new({ >+ type => 'rdf', >+ qualified => 1, >+ get_marc_record => $record}); >+ >+ #The get_rdf_data method for RDF does not need to use the root element >+ #and the schema, but you need to declare the resource being described, >+ #i.e., the record. >+ #Note: For Koha is the IRI identifier of the record >+ $objectDC->get_rdf_data({ >+ rdf_subject => 'http://opac.mydomain.edu/cgi-bin/koha/opac-detail.pl?biblionumber=17589', >+ }); >+ >+ my $XML-RDF = $objectDC->write_rdf(); >+ print $XML-RDF; >+ >+ #Close the file according to MARC::File::USMARC >+ $batch->close(); >+ undef $marc; >+ >+=head1 DESCRIPTION >+ >+The Koha::DublinCoreTransformer defines the interface to transform >+and manipulate MARC records into DC-XML or DC-RDF recommendation. >+This package transform MARC records to XML or RDF/XML Dublin Core >+and follows the recommendations listed below: >+ >+L<DC-XML-GUIDELINES [DCMI Recommendation]|http://dublincore.org/documents/dc-xml-guidelines/> >+ >+L<Expressing Simple Dublin Core in RDF-XML|http://dublincore.org/documents/dcmes-xml/> >+This recommendation is superseded by DC-RDFrecommendation but not obsoleted at all. >+ >+L<DC-RDF [DCMI Recommendation]|http://dublincore.org/documents/dc-rdf/> >+ >+=head2 Methods >+ >+=over 12 >+ >+=item C<new> >+ >+Return a new Koha::DublinCoreTransformer object. >+This constructor sets the output type (RDF or XML), the level of the standard (Simple DC or Qualified DC) and the MARC record to be transformed to DC. >+ >+ my $objectDC = DublinCoreTransformer->new({ >+ type => 'rdf', >+ qualified => 0, >+ get_marc_record => $record}); >+ >+=item C<get_xml_data> >+ >+This method is just for DC-XML: Fetch the xml root element and the schema in .xsd format. >+ >+ $objectDC->get_xml_data({ >+ root => 'metadata', >+ xsi_schemaLocation => 'http://example.org/myapp/ http://example.org/myapp/schema.xsd', >+ entities => 1, >+ }); >+ >+The entities argument is for extended xml entities, i.e., placing entities to zero will codify only the five basic entities e.g., <, >, ", &, and &apos. Conversely if it is encoded to one, all entities will coded into decimal. >+ >+Additionally, has been included the optional_namespace and namespace_url arguments to include another XML name space. >+ >+NOTE: This method is only for use of the DC-XML recommendation, i.e., type => 'xml'. >+See C<new> method or the section SYNOPSIS. >+ >+=item C<get_rdf_data> >+ >+This method is only for DC-RDF: Fetch the IRI identifier of the resource being described. As well, you can pass the format you want to generate with the rdf, by default the DC-RDF specify RDF/XML but RDF can represent in other formats listed below: >+ >+. ntriples >+ >+. nquads >+ >+. rdfxml >+ >+. rdfjson >+ >+. ntriples-canonical >+ >+. turtle >+ >+ $objectDC->get_rdf_data({ >+ rdf_subject => 'http://opac.fmoues.edu.sv/cgi-bin/koha/opac-detail.pl?biblionumber=17589', >+ rdf_format => 'rdfxml', >+ entities => 0|1, >+ }); >+ >+NOTE: The entities is needed only for rdfxml value and is used like C<get_xml_data> method. >+ >+=item C<write_xml> >+ >+Return the xml object as string. >+ >+NOTE: This method is only for use of the DC-XML recommendation, i.e., type => 'xml'. >+See C<new> and C<get_xml_data> methods or the section SYNOPSIS. >+ >+=item C<write_rdf> >+ >+Return the rdf object as string. >+ >+NOTE: This method is only for use of the DC-RDF recommendation, i.e., type => 'rdf'. >+See C<new> and C<get_rdf_data> methods or the section SYNOPSIS. >+ >+=back >+ >+=head1 VERSION >+ >+version 0.01 >+ >+=head1 RELATES MODULES >+ >+This package requires the following modules: >+ >+DublinCore::Record >+ >+MARC::Record >+ >+MARC::File::USMARC >+ >+MARC::Crosswalk::DublinCore >+ >+HTML::Entities >+ >+XML::Entities >+ >+XML::LibXML >+ >+RDF::Helper >+ >+=head2 SEE ALSO >+ >+Dublin Core Web Page L<http://dublincore.org>. >+ >+=head1 LICENSE >+ >+Copyright (c) 2014 Koha Community. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. >+ >+=head1 AUTHOR >+ >+Hector Eduardo Catro Avalos E<lt> hector.hecaxmmx at gmail dot com E<gt> >+and the Koha Development Team. >+ >+=cut >diff --git a/Koha/Email.pm b/Koha/Email.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Filter/MARC/EmbedSeeFromHeadings.pm b/Koha/Filter/MARC/EmbedSeeFromHeadings.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Filter/MARC/Null.pm b/Koha/Filter/MARC/Null.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/I18N.pm b/Koha/I18N.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Indexer/Utils.pm b/Koha/Indexer/Utils.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Item/Search/Field.pm b/Koha/Item/Search/Field.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Linktracker.pm b/Koha/Linktracker.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/List/Patron.pm b/Koha/List/Patron.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/MetadataRecord.pm b/Koha/MetadataRecord.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Misc/Files.pm b/Koha/Misc/Files.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/NorwegianPatronDB.pm b/Koha/NorwegianPatronDB.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Number/Price.pm b/Koha/Number/Price.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Plugins.pm b/Koha/Plugins.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Plugins/Base.pm b/Koha/Plugins/Base.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Plugins/Handler.pm b/Koha/Plugins/Handler.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/QueryParser/Driver/PQF.pm b/Koha/QueryParser/Driver/PQF.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/QueryParser/Driver/PQF/Util.pm b/Koha/QueryParser/Driver/PQF/Util.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/QueryParser/Driver/PQF/query_plan.pm b/Koha/QueryParser/Driver/PQF/query_plan.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/QueryParser/Driver/PQF/query_plan/facet.pm b/Koha/QueryParser/Driver/PQF/query_plan/facet.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/QueryParser/Driver/PQF/query_plan/filter.pm b/Koha/QueryParser/Driver/PQF/query_plan/filter.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/QueryParser/Driver/PQF/query_plan/modifier.pm b/Koha/QueryParser/Driver/PQF/query_plan/modifier.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/QueryParser/Driver/PQF/query_plan/node.pm b/Koha/QueryParser/Driver/PQF/query_plan/node.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/QueryParser/Driver/PQF/query_plan/node/atom.pm b/Koha/QueryParser/Driver/PQF/query_plan/node/atom.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/RecordProcessor.pm b/Koha/RecordProcessor.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/RecordProcessor/Base.pm b/Koha/RecordProcessor/Base.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema.pm b/Koha/Schema.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Accountoffset.pm b/Koha/Schema/Result/Accountoffset.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ActionLog.pm b/Koha/Schema/Result/ActionLog.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ActionLogs.pm b/Koha/Schema/Result/ActionLogs.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Alert.pm b/Koha/Schema/Result/Alert.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqbasket.pm b/Koha/Schema/Result/Aqbasket.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqbasketgroup.pm b/Koha/Schema/Result/Aqbasketgroup.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqbasketuser.pm b/Koha/Schema/Result/Aqbasketuser.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqbookseller.pm b/Koha/Schema/Result/Aqbookseller.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqbudget.pm b/Koha/Schema/Result/Aqbudget.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqbudgetborrower.pm b/Koha/Schema/Result/Aqbudgetborrower.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqbudgetperiod.pm b/Koha/Schema/Result/Aqbudgetperiod.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/AqbudgetsPlanning.pm b/Koha/Schema/Result/AqbudgetsPlanning.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqcontact.pm b/Koha/Schema/Result/Aqcontact.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqcontract.pm b/Koha/Schema/Result/Aqcontract.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqinvoice.pm b/Koha/Schema/Result/Aqinvoice.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/AqordersItem.pm b/Koha/Schema/Result/AqordersItem.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/AqordersTransfer.pm b/Koha/Schema/Result/AqordersTransfer.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/AuthHeader.pm b/Koha/Schema/Result/AuthHeader.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/AuthSubfieldStructure.pm b/Koha/Schema/Result/AuthSubfieldStructure.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/AuthTagStructure.pm b/Koha/Schema/Result/AuthTagStructure.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/AuthType.pm b/Koha/Schema/Result/AuthType.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/AuthorisedValue.pm b/Koha/Schema/Result/AuthorisedValue.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/AuthorisedValuesBranch.pm b/Koha/Schema/Result/AuthorisedValuesBranch.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Biblio.pm b/Koha/Schema/Result/Biblio.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BiblioFramework.pm b/Koha/Schema/Result/BiblioFramework.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Biblioimage.pm b/Koha/Schema/Result/Biblioimage.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Biblioitem.pm b/Koha/Schema/Result/Biblioitem.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BorrowerAttribute.pm b/Koha/Schema/Result/BorrowerAttribute.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BorrowerAttributeType.pm b/Koha/Schema/Result/BorrowerAttributeType.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BorrowerAttributeTypesBranch.pm b/Koha/Schema/Result/BorrowerAttributeTypesBranch.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BorrowerDebarment.pm b/Koha/Schema/Result/BorrowerDebarment.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BorrowerFile.pm b/Koha/Schema/Result/BorrowerFile.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BorrowerMessagePreference.pm b/Koha/Schema/Result/BorrowerMessagePreference.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BorrowerMessageTransportPreference.pm b/Koha/Schema/Result/BorrowerMessageTransportPreference.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BorrowerModification.pm b/Koha/Schema/Result/BorrowerModification.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BorrowerSync.pm b/Koha/Schema/Result/BorrowerSync.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BranchBorrowerCircRule.pm b/Koha/Schema/Result/BranchBorrowerCircRule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BranchItemRule.pm b/Koha/Schema/Result/BranchItemRule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/BranchTransferLimit.pm b/Koha/Schema/Result/BranchTransferLimit.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Branchcategory.pm b/Koha/Schema/Result/Branchcategory.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Branchrelation.pm b/Koha/Schema/Result/Branchrelation.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Branchtransfer.pm b/Koha/Schema/Result/Branchtransfer.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Browser.pm b/Koha/Schema/Result/Browser.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/CategoriesBranch.pm b/Koha/Schema/Result/CategoriesBranch.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/City.pm b/Koha/Schema/Result/City.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ClassSortRule.pm b/Koha/Schema/Result/ClassSortRule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ClassSource.pm b/Koha/Schema/Result/ClassSource.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Closure.pm b/Koha/Schema/Result/Closure.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ClosureRrule.pm b/Koha/Schema/Result/ClosureRrule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Collection.pm b/Koha/Schema/Result/Collection.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/CollectionsTracking.pm b/Koha/Schema/Result/CollectionsTracking.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ColumnsSetting.pm b/Koha/Schema/Result/ColumnsSetting.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Course.pm b/Koha/Schema/Result/Course.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/CourseInstructor.pm b/Koha/Schema/Result/CourseInstructor.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/CourseItem.pm b/Koha/Schema/Result/CourseItem.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/CourseReserve.pm b/Koha/Schema/Result/CourseReserve.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/CreatorBatch.pm b/Koha/Schema/Result/CreatorBatch.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/CreatorImage.pm b/Koha/Schema/Result/CreatorImage.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/CreatorLayout.pm b/Koha/Schema/Result/CreatorLayout.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/CreatorTemplate.pm b/Koha/Schema/Result/CreatorTemplate.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Currency.pm b/Koha/Schema/Result/Currency.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/DefaultBorrowerCircRule.pm b/Koha/Schema/Result/DefaultBorrowerCircRule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/DefaultBranchCircRule.pm b/Koha/Schema/Result/DefaultBranchCircRule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/DefaultBranchItemRule.pm b/Koha/Schema/Result/DefaultBranchItemRule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/DefaultCircRule.pm b/Koha/Schema/Result/DefaultCircRule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Deletedbiblio.pm b/Koha/Schema/Result/Deletedbiblio.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Deletedbiblioitem.pm b/Koha/Schema/Result/Deletedbiblioitem.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Deleteditem.pm b/Koha/Schema/Result/Deleteditem.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Ethnicity.pm b/Koha/Schema/Result/Ethnicity.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ExportFormat.pm b/Koha/Schema/Result/ExportFormat.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Fieldmapping.pm b/Koha/Schema/Result/Fieldmapping.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/HoldFillTarget.pm b/Koha/Schema/Result/HoldFillTarget.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ImportAuth.pm b/Koha/Schema/Result/ImportAuth.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ImportBatch.pm b/Koha/Schema/Result/ImportBatch.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ImportBiblio.pm b/Koha/Schema/Result/ImportBiblio.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ImportItem.pm b/Koha/Schema/Result/ImportItem.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ImportRecord.pm b/Koha/Schema/Result/ImportRecord.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ImportRecordMatch.pm b/Koha/Schema/Result/ImportRecordMatch.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Issue.pm b/Koha/Schema/Result/Issue.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Issuingrule.pm b/Koha/Schema/Result/Issuingrule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Item.pm b/Koha/Schema/Result/Item.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ItemCirculationAlertPreference.pm b/Koha/Schema/Result/ItemCirculationAlertPreference.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ItemsSearchField.pm b/Koha/Schema/Result/ItemsSearchField.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/LanguageDescription.pm b/Koha/Schema/Result/LanguageDescription.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/LanguageRfc4646ToIso639.pm b/Koha/Schema/Result/LanguageRfc4646ToIso639.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/LanguageScriptBidi.pm b/Koha/Schema/Result/LanguageScriptBidi.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/LanguageScriptMapping.pm b/Koha/Schema/Result/LanguageScriptMapping.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/LanguageSubtagRegistry.pm b/Koha/Schema/Result/LanguageSubtagRegistry.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Letter.pm b/Koha/Schema/Result/Letter.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Linktracker.pm b/Koha/Schema/Result/Linktracker.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MarcMatcher.pm b/Koha/Schema/Result/MarcMatcher.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MarcModificationTemplate.pm b/Koha/Schema/Result/MarcModificationTemplate.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MarcModificationTemplateAction.pm b/Koha/Schema/Result/MarcModificationTemplateAction.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MarcSubfieldStructure.pm b/Koha/Schema/Result/MarcSubfieldStructure.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MarcTagStructure.pm b/Koha/Schema/Result/MarcTagStructure.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Matchcheck.pm b/Koha/Schema/Result/Matchcheck.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MatcherMatchpoint.pm b/Koha/Schema/Result/MatcherMatchpoint.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Matchpoint.pm b/Koha/Schema/Result/Matchpoint.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MatchpointComponent.pm b/Koha/Schema/Result/MatchpointComponent.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MatchpointComponentNorm.pm b/Koha/Schema/Result/MatchpointComponentNorm.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Message.pm b/Koha/Schema/Result/Message.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MessageAttribute.pm b/Koha/Schema/Result/MessageAttribute.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MessageQueue.pm b/Koha/Schema/Result/MessageQueue.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MessageTransport.pm b/Koha/Schema/Result/MessageTransport.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MessageTransportType.pm b/Koha/Schema/Result/MessageTransportType.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/MiscFile.pm b/Koha/Schema/Result/MiscFile.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/NeedMergeAuthority.pm b/Koha/Schema/Result/NeedMergeAuthority.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Notify.pm b/Koha/Schema/Result/Notify.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/OaiSet.pm b/Koha/Schema/Result/OaiSet.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/OaiSetsBiblio.pm b/Koha/Schema/Result/OaiSetsBiblio.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/OaiSetsDescription.pm b/Koha/Schema/Result/OaiSetsDescription.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/OaiSetsMapping.pm b/Koha/Schema/Result/OaiSetsMapping.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/OpacNews.pm b/Koha/Schema/Result/OpacNews.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Overduerule.pm b/Koha/Schema/Result/Overduerule.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/OverduerulesTransportType.pm b/Koha/Schema/Result/OverduerulesTransportType.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/PatronList.pm b/Koha/Schema/Result/PatronList.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/PatronListPatron.pm b/Koha/Schema/Result/PatronListPatron.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Patroncard.pm b/Koha/Schema/Result/Patroncard.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Patronimage.pm b/Koha/Schema/Result/Patronimage.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/PendingOfflineOperation.pm b/Koha/Schema/Result/PendingOfflineOperation.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Permission.pm b/Koha/Schema/Result/Permission.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/PluginData.pm b/Koha/Schema/Result/PluginData.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Printer.pm b/Koha/Schema/Result/Printer.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/PrintersProfile.pm b/Koha/Schema/Result/PrintersProfile.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Quote.pm b/Koha/Schema/Result/Quote.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Rating.pm b/Koha/Schema/Result/Rating.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/RepeatableHoliday.pm b/Koha/Schema/Result/RepeatableHoliday.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ReportsDictionary.pm b/Koha/Schema/Result/ReportsDictionary.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Reserveconstraint.pm b/Koha/Schema/Result/Reserveconstraint.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Review.pm b/Koha/Schema/Result/Review.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/SavedReport.pm b/Koha/Schema/Result/SavedReport.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/SavedSql.pm b/Koha/Schema/Result/SavedSql.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/SearchHistory.pm b/Koha/Schema/Result/SearchHistory.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Serial.pm b/Koha/Schema/Result/Serial.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Serialitem.pm b/Koha/Schema/Result/Serialitem.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/ServicesThrottle.pm b/Koha/Schema/Result/ServicesThrottle.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Session.pm b/Koha/Schema/Result/Session.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/SocialData.pm b/Koha/Schema/Result/SocialData.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/SpecialHoliday.pm b/Koha/Schema/Result/SpecialHoliday.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Statistic.pm b/Koha/Schema/Result/Statistic.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Stopword.pm b/Koha/Schema/Result/Stopword.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Subscription.pm b/Koha/Schema/Result/Subscription.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/SubscriptionFrequency.pm b/Koha/Schema/Result/SubscriptionFrequency.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/SubscriptionNumberpattern.pm b/Koha/Schema/Result/SubscriptionNumberpattern.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Subscriptionhistory.pm b/Koha/Schema/Result/Subscriptionhistory.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Subscriptionroutinglist.pm b/Koha/Schema/Result/Subscriptionroutinglist.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Suggestion.pm b/Koha/Schema/Result/Suggestion.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Systempreference.pm b/Koha/Schema/Result/Systempreference.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Tag.pm b/Koha/Schema/Result/Tag.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/TagAll.pm b/Koha/Schema/Result/TagAll.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/TagsApproval.pm b/Koha/Schema/Result/TagsApproval.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/TagsIndex.pm b/Koha/Schema/Result/TagsIndex.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/TmpHoldsqueue.pm b/Koha/Schema/Result/TmpHoldsqueue.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/TransportCost.pm b/Koha/Schema/Result/TransportCost.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/UserPermission.pm b/Koha/Schema/Result/UserPermission.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Userflag.pm b/Koha/Schema/Result/Userflag.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Virtualshelfcontent.pm b/Koha/Schema/Result/Virtualshelfcontent.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Virtualshelfshare.pm b/Koha/Schema/Result/Virtualshelfshare.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Virtualshelve.pm b/Koha/Schema/Result/Virtualshelve.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Z3950server.pm b/Koha/Schema/Result/Z3950server.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Schema/Result/Zebraqueue.pm b/Koha/Schema/Result/Zebraqueue.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/SimpleMARC.pm b/Koha/SimpleMARC.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/SuggestionEngine.pm b/Koha/SuggestionEngine.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/SuggestionEngine/Base.pm b/Koha/SuggestionEngine/Base.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/SuggestionEngine/Plugin/AuthorityFile.pm b/Koha/SuggestionEngine/Plugin/AuthorityFile.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/SuggestionEngine/Plugin/ExplodedTerms.pm b/Koha/SuggestionEngine/Plugin/ExplodedTerms.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/SuggestionEngine/Plugin/Null.pm b/Koha/SuggestionEngine/Plugin/Null.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Template/Plugin/AuthorisedValues.pm b/Koha/Template/Plugin/AuthorisedValues.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Template/Plugin/Borrowers.pm b/Koha/Template/Plugin/Borrowers.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Template/Plugin/Branches.pm b/Koha/Template/Plugin/Branches.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Template/Plugin/Cache.pm b/Koha/Template/Plugin/Cache.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Template/Plugin/ColumnsSettings.pm b/Koha/Template/Plugin/ColumnsSettings.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Template/Plugin/ItemTypes.pm b/Koha/Template/Plugin/ItemTypes.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Template/Plugin/Koha.pm b/Koha/Template/Plugin/Koha.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Template/Plugin/KohaDates.pm b/Koha/Template/Plugin/KohaDates.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Template/Plugin/Price.pm b/Koha/Template/Plugin/Price.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/Util/MARC.pm b/Koha/Util/MARC.pm >old mode 100644 >new mode 100755 >diff --git a/Koha/XSLT_Handler.pm b/Koha/XSLT_Handler.pm >old mode 100644 >new mode 100755 >diff --git a/LICENSE b/LICENSE >old mode 100644 >new mode 100755 >diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP >old mode 100644 >new mode 100755 >diff --git a/Makefile.PL b/Makefile.PL >old mode 100644 >new mode 100755 >diff --git a/OpenILS/QueryParser.pm b/OpenILS/QueryParser.pm >old mode 100644 >new mode 100755 >diff --git a/README b/README >old mode 100644 >new mode 100755 >diff --git a/README.robots b/README.robots >old mode 100644 >new mode 100755 >diff --git a/acqui/pdfformat/layout2pages.pm b/acqui/pdfformat/layout2pages.pm >old mode 100644 >new mode 100755 >diff --git a/acqui/pdfformat/layout2pagesde.pm b/acqui/pdfformat/layout2pagesde.pm >old mode 100644 >new mode 100755 >diff --git a/acqui/pdfformat/layout3pages.pm b/acqui/pdfformat/layout3pages.pm >old mode 100644 >new mode 100755 >diff --git a/acqui/pdfformat/layout3pagesfr.pm b/acqui/pdfformat/layout3pagesfr.pm >old mode 100644 >new mode 100755 >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >old mode 100644 >new mode 100755 >diff --git a/catalogue/export.pl b/catalogue/export.pl >index e66d3f2..81cc515 100755 >--- a/catalogue/export.pl >+++ b/catalogue/export.pl >@@ -26,6 +26,12 @@ my $format=$query->param("format"); > my $error = ''; > if ($op eq "export") { > my $biblionumber = $query->param("bib"); >+ my $recommendation = $query->param("recommendation"); >+ my $formats = $query->param("formats"); >+ my $qualifier = $query->param("qualifier"); >+ my $root_element = $query->param("root_element"); >+ my $xsischemalocation = $query->param("xsischemalocation"); >+ my $resource_url = $query->url(-base => 1) . '/cgi-bin/koha/catalogue/detail.pl?biblionumber=' . $biblionumber; > if ($biblionumber){ > > my $marc = GetMarcBiblio($biblionumber, 1); >@@ -51,8 +57,28 @@ if ($op eq "export") { > $format = "bibtex"; > } > elsif ($format =~ /dc/) { >- ($error,$marc) = marc2dcxml($marc,1); >- $format = "dublin-core.xml"; >+ SWITCH: >+ for ($recommendation) { >+ if (/^simple-dc-rdf/) { >+ ($error,$marc) = marc2dcxml($recommendation, $marc, 0, >+ 1, undef, undef, $resource_url , $formats); >+ $format = "dublin-core." . $formats; >+ last SWITCH; } >+ if (/^dc-rdf/) { >+ ($error,$marc) = marc2dcxml($recommendation, $marc, 1, >+ 1, undef, undef, $resource_url, $formats); >+ $format = "dublin-core." . $formats; >+ last SWITCH; } >+ if (/^dc-xml/) { >+ ($error,$marc) = marc2dcxml($recommendation, $marc, $qualifier, >+ 1, $root_element, $xsischemalocation, undef, undef); >+ $format = "dublin-core.xml"; >+ last SWITCH; } >+ if (/^oai-dc/) { >+ ($error,$marc) = marc2dcxml($recommendation, $marc); >+ $format = "dublin-core.xml"; >+ last SWITCH; } >+ } > } > elsif ($format =~ /marc8/) { > $marc = changeEncoding($marc,"MARC","MARC21","MARC-8"); >diff --git a/cataloguing/value_builder/marc21_linking_section.pl b/cataloguing/value_builder/marc21_linking_section.pl >old mode 100644 >new mode 100755 >diff --git a/cataloguing/value_builder/unimarc_field_100_authorities.pl b/cataloguing/value_builder/unimarc_field_100_authorities.pl >old mode 100644 >new mode 100755 >diff --git a/debian/README.build b/debian/README.build >old mode 100644 >new mode 100755 >diff --git a/debian/changelog b/debian/changelog >old mode 100644 >new mode 100755 >diff --git a/debian/compat b/debian/compat >old mode 100644 >new mode 100755 >diff --git a/debian/control b/debian/control >old mode 100644 >new mode 100755 >index 3e8150d..4319b44 >--- a/debian/control >+++ b/debian/control >@@ -9,7 +9,8 @@ Standards-Version: 3.8.4 > # NOTA BENE: Build dependencies end up as runtime dependencies as well. > # See debian/rules, the override_dh_gencontrol rules. > # There are some exceptions. >-Build-Depends: libalgorithm-checkdigits-perl, >+Build-Depends: EEEK: unknown package for XML::Entities, >+ libalgorithm-checkdigits-perl, > libanyevent-http-perl, > libanyevent-perl, > libarchive-zip-perl, >@@ -46,7 +47,6 @@ Build-Depends: libalgorithm-checkdigits-perl, > libdigest-sha-perl | perl, > libemail-date-perl, > libemail-valid-perl, >- libfile-path-perl | perl-modules, > libfile-slurp-perl, > libfont-ttf-perl, > libgd-barcode-perl, >@@ -54,7 +54,10 @@ Build-Depends: libalgorithm-checkdigits-perl, > libgraphics-magick-perl, > libgravatar-url-perl, > libhtml-format-perl, >+ libhtml-parser-perl, > libhtml-scrubber-perl, >+ libhttp-cookies-perl, >+ libhttp-message-perl, > libhttp-oai-perl, > libjson-perl, > liblibrary-callnumber-lc-perl, >@@ -85,6 +88,8 @@ Build-Depends: libalgorithm-checkdigits-perl, > libpdf-reuse-barcode-perl, > libpdf-reuse-perl, > libpdf-table-perl, >+ librdf-helper-perl, >+ librdf-trine-perl, > libreadonly-perl, > libreadonly-xs-perl, > libscalar-list-utils-perl, >@@ -96,6 +101,7 @@ Build-Depends: libalgorithm-checkdigits-perl, > libtemplate-plugin-htmltotext-perl, > libtemplate-plugin-json-escape-perl, > libtest-deep-perl, >+ libtest-harness-perl | perl-modules, > libtest-mockmodule-perl, > libtest-mockobject-perl, > libtest-simple-perl | perl-modules, >@@ -206,7 +212,8 @@ Description: Other dep. for koha > daemon, debconf, etc.). > > Package: koha-perldeps >-Depends: libalgorithm-checkdigits-perl, >+Depends: EEEK: unknown package for XML::Entities, >+ libalgorithm-checkdigits-perl, > libanyevent-http-perl, > libanyevent-perl, > libarchive-zip-perl, >@@ -243,7 +250,6 @@ Depends: libalgorithm-checkdigits-perl, > libdigest-sha-perl | perl, > libemail-date-perl, > libemail-valid-perl, >- libfile-path-perl | perl-modules, > libfile-slurp-perl, > libfont-ttf-perl, > libgd-barcode-perl, >@@ -251,7 +257,10 @@ Depends: libalgorithm-checkdigits-perl, > libgraphics-magick-perl, > libgravatar-url-perl, > libhtml-format-perl, >+ libhtml-parser-perl, > libhtml-scrubber-perl, >+ libhttp-cookies-perl, >+ libhttp-message-perl, > libhttp-oai-perl, > libjson-perl, > liblibrary-callnumber-lc-perl, >@@ -282,6 +291,8 @@ Depends: libalgorithm-checkdigits-perl, > libpdf-reuse-barcode-perl, > libpdf-reuse-perl, > libpdf-table-perl, >+ librdf-helper-perl, >+ librdf-trine-perl, > libreadonly-perl, > libreadonly-xs-perl, > libscalar-list-utils-perl, >@@ -293,6 +304,7 @@ Depends: libalgorithm-checkdigits-perl, > libtemplate-plugin-htmltotext-perl, > libtemplate-plugin-json-escape-perl, > libtest-deep-perl, >+ libtest-harness-perl | perl-modules, > libtest-mockmodule-perl, > libtest-mockobject-perl, > libtest-simple-perl | perl-modules, >diff --git a/debian/control.in b/debian/control.in >old mode 100644 >new mode 100755 >diff --git a/debian/copyright b/debian/copyright >old mode 100644 >new mode 100755 >diff --git a/debian/docs/LEEME.Debian b/debian/docs/LEEME.Debian >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-common.xml b/debian/docs/koha-common.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-create-dirs.xml b/debian/docs/koha-create-dirs.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-disable.xml b/debian/docs/koha-disable.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-dump-defaults.xml b/debian/docs/koha-dump-defaults.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-dump.xml b/debian/docs/koha-dump.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-email-disable.xml b/debian/docs/koha-email-disable.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-email-enable.xml b/debian/docs/koha-email-enable.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-enable-sip.xml b/debian/docs/koha-enable-sip.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-enable.xml b/debian/docs/koha-enable.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-foreach.xml b/debian/docs/koha-foreach.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-indexer.xml b/debian/docs/koha-indexer.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-list.xml b/debian/docs/koha-list.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-mysql.xml b/debian/docs/koha-mysql.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-mysqlcheck.xml b/debian/docs/koha-mysqlcheck.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-rebuild-zebra.xml b/debian/docs/koha-rebuild-zebra.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-remove.xml b/debian/docs/koha-remove.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-reset-passwd.xml b/debian/docs/koha-reset-passwd.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-restart-zebra.xml b/debian/docs/koha-restart-zebra.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-restore.xml b/debian/docs/koha-restore.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-run-backups.xml b/debian/docs/koha-run-backups.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-shell.xml b/debian/docs/koha-shell.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-start-sip.xml b/debian/docs/koha-start-sip.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-start-zebra.xml b/debian/docs/koha-start-zebra.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-stop-sip.xml b/debian/docs/koha-stop-sip.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-stop-zebra.xml b/debian/docs/koha-stop-zebra.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-translate.xml b/debian/docs/koha-translate.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-upgrade-schema.xml b/debian/docs/koha-upgrade-schema.xml >old mode 100644 >new mode 100755 >diff --git a/debian/docs/koha-upgrade-to-3.4.xml b/debian/docs/koha-upgrade-to-3.4.xml >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.README.Debian b/debian/koha-common.README.Debian >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.bash-completion b/debian/koha-common.bash-completion >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.cron.d b/debian/koha-common.cron.d >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.cron.daily b/debian/koha-common.cron.daily >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.cron.hourly b/debian/koha-common.cron.hourly >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.default b/debian/koha-common.default >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.dirs b/debian/koha-common.dirs >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.docs b/debian/koha-common.docs >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.install b/debian/koha-common.install >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.logrotate b/debian/koha-common.logrotate >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst >old mode 100644 >new mode 100755 >diff --git a/debian/koha-common.templates b/debian/koha-common.templates >old mode 100644 >new mode 100755 >diff --git a/debian/koha-post-install-setup b/debian/koha-post-install-setup >old mode 100644 >new mode 100755 >diff --git a/debian/koha.README.Debian b/debian/koha.README.Debian >old mode 100644 >new mode 100755 >diff --git a/debian/koha.apache-ports b/debian/koha.apache-ports >old mode 100644 >new mode 100755 >diff --git a/debian/koha.config b/debian/koha.config >old mode 100644 >new mode 100755 >diff --git a/debian/koha.dirs b/debian/koha.dirs >old mode 100644 >new mode 100755 >diff --git a/debian/koha.install b/debian/koha.install >old mode 100644 >new mode 100755 >diff --git a/debian/koha.postinst b/debian/koha.postinst >old mode 100644 >new mode 100755 >diff --git a/debian/koha.postrm b/debian/koha.postrm >old mode 100644 >new mode 100755 >diff --git a/debian/koha.prerm b/debian/koha.prerm >old mode 100644 >new mode 100755 >diff --git a/debian/source/format b/debian/source/format >old mode 100644 >new mode 100755 >diff --git a/debian/templates/SIPconfig.xml b/debian/templates/SIPconfig.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/apache-shared-disable.conf b/debian/templates/apache-shared-disable.conf >old mode 100644 >new mode 100755 >diff --git a/debian/templates/apache-shared-intranet.conf b/debian/templates/apache-shared-intranet.conf >old mode 100644 >new mode 100755 >diff --git a/debian/templates/apache-shared-opac.conf b/debian/templates/apache-shared-opac.conf >old mode 100644 >new mode 100755 >diff --git a/debian/templates/apache-shared.conf b/debian/templates/apache-shared.conf >old mode 100644 >new mode 100755 >diff --git a/debian/templates/apache-site.conf.in b/debian/templates/apache-site.conf.in >old mode 100644 >new mode 100755 >diff --git a/debian/templates/koha-common.conf b/debian/templates/koha-common.conf >old mode 100644 >new mode 100755 >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >old mode 100644 >new mode 100755 >diff --git a/debian/templates/koha-sites.conf b/debian/templates/koha-sites.conf >old mode 100644 >new mode 100755 >diff --git a/debian/templates/marc21-retrieval-info-auth-dom.xml b/debian/templates/marc21-retrieval-info-auth-dom.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/marc21-retrieval-info-auth-grs1.xml b/debian/templates/marc21-retrieval-info-auth-grs1.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/marc21-retrieval-info-bib-dom.xml b/debian/templates/marc21-retrieval-info-bib-dom.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/marc21-retrieval-info-bib-grs1.xml b/debian/templates/marc21-retrieval-info-bib-grs1.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/normarc-retrieval-info-auth-dom.xml b/debian/templates/normarc-retrieval-info-auth-dom.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/normarc-retrieval-info-auth-grs1.xml b/debian/templates/normarc-retrieval-info-auth-grs1.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/normarc-retrieval-info-bib-dom.xml b/debian/templates/normarc-retrieval-info-bib-dom.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/normarc-retrieval-info-bib-grs1.xml b/debian/templates/normarc-retrieval-info-bib-grs1.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/unimarc-retrieval-info-auth-dom.xml b/debian/templates/unimarc-retrieval-info-auth-dom.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/unimarc-retrieval-info-auth-grs1.xml b/debian/templates/unimarc-retrieval-info-auth-grs1.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/unimarc-retrieval-info-bib-dom.xml b/debian/templates/unimarc-retrieval-info-bib-dom.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/unimarc-retrieval-info-bib-grs1.xml b/debian/templates/unimarc-retrieval-info-bib-grs1.xml >old mode 100644 >new mode 100755 >diff --git a/debian/templates/zebra-authorities-dom-site.cfg.in b/debian/templates/zebra-authorities-dom-site.cfg.in >old mode 100644 >new mode 100755 >diff --git a/debian/templates/zebra-authorities-site.cfg.in b/debian/templates/zebra-authorities-site.cfg.in >old mode 100644 >new mode 100755 >diff --git a/debian/templates/zebra-biblios-dom-site.cfg.in b/debian/templates/zebra-biblios-dom-site.cfg.in >old mode 100644 >new mode 100755 >diff --git a/debian/templates/zebra-biblios-site.cfg.in b/debian/templates/zebra-biblios-site.cfg.in >old mode 100644 >new mode 100755 >diff --git a/debian/templates/zebra.passwd.in b/debian/templates/zebra.passwd.in >old mode 100644 >new mode 100755 >diff --git a/debian/unavailable.html b/debian/unavailable.html >old mode 100644 >new mode 100755 >diff --git a/docs/CAS/CAS/README b/docs/CAS/CAS/README >old mode 100644 >new mode 100755 >diff --git a/docs/CAS/CASProxy/README b/docs/CAS/CASProxy/README >old mode 100644 >new mode 100755 >diff --git a/docs/CAS/CASProxy/examples/casSession.tmp b/docs/CAS/CASProxy/examples/casSession.tmp >old mode 100644 >new mode 100755 >diff --git a/docs/history.txt b/docs/history.txt >old mode 100644 >new mode 100755 >diff --git a/docs/opac/OpacHiddenItems.txt b/docs/opac/OpacHiddenItems.txt >old mode 100644 >new mode 100755 >diff --git a/etc/README.txt b/etc/README.txt >old mode 100644 >new mode 100755 >diff --git a/etc/SIPconfig.xml b/etc/SIPconfig.xml >old mode 100644 >new mode 100755 >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >old mode 100644 >new mode 100755 >diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf >old mode 100644 >new mode 100755 >diff --git a/etc/pazpar2/MARC21slimUtils.xsl b/etc/pazpar2/MARC21slimUtils.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/pazpar2/koha-biblios.xml b/etc/pazpar2/koha-biblios.xml >old mode 100644 >new mode 100755 >diff --git a/etc/pazpar2/marc21-work-groups.xsl b/etc/pazpar2/marc21-work-groups.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/pazpar2/marc21.xsl b/etc/pazpar2/marc21.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/pazpar2/pazpar2.xml b/etc/pazpar2/pazpar2.xml >old mode 100644 >new mode 100755 >diff --git a/etc/pazpar2/pz2-ourl-base.xsl b/etc/pazpar2/pz2-ourl-base.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/pazpar2/pz2-ourl-marc21.xsl b/etc/pazpar2/pz2-ourl-marc21.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/searchengine/queryparser.yaml b/etc/searchengine/queryparser.yaml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/authorities/etc/bib1.att b/etc/zebradb/authorities/etc/bib1.att >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/authorities/etc/dom-config-marc.xml b/etc/zebradb/authorities/etc/dom-config-marc.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/authorities/etc/dom-config.xml b/etc/zebradb/authorities/etc/dom-config.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/biblios/etc/bib1.att b/etc/zebradb/biblios/etc/bib1.att >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/biblios/etc/dom-config-marc.xml b/etc/zebradb/biblios/etc/dom-config-marc.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/biblios/etc/dom-config.xml b/etc/zebradb/biblios/etc/dom-config.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/cql.properties b/etc/zebradb/cql.properties >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/default.idx b/etc/zebradb/etc/default.idx >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/explain.abs b/etc/zebradb/etc/explain.abs >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/explain.att b/etc/zebradb/etc/explain.att >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/explain.tag b/etc/zebradb/etc/explain.tag >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/gils.att b/etc/zebradb/etc/gils.att >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/marc21.mar b/etc/zebradb/etc/marc21.mar >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/normarc.mar b/etc/zebradb/etc/normarc.mar >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/numeric.chr b/etc/zebradb/etc/numeric.chr >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/passwd b/etc/zebradb/etc/passwd >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/phrases-icu.xml b/etc/zebradb/etc/phrases-icu.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/tagsetm.tag b/etc/zebradb/etc/tagsetm.tag >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/unimarc.mar b/etc/zebradb/etc/unimarc.mar >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/urx.chr b/etc/zebradb/etc/urx.chr >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/usmarc.mar b/etc/zebradb/etc/usmarc.mar >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/etc/words-icu.xml b/etc/zebradb/etc/words-icu.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/explain-authorities.xml b/etc/zebradb/explain-authorities.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/explain-biblios.xml b/etc/zebradb/explain-biblios.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/lang_defs/en/sort-string-utf.chr b/etc/zebradb/lang_defs/en/sort-string-utf.chr >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/lang_defs/es/sort-string-utf.chr b/etc/zebradb/lang_defs/es/sort-string-utf.chr >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/lang_defs/fr/sort-string-utf.chr b/etc/zebradb/lang_defs/fr/sort-string-utf.chr >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/lang_defs/nb/sort-string-utf.chr b/etc/zebradb/lang_defs/nb/sort-string-utf.chr >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/lang_defs/ru/sort-string-utf.chr b/etc/zebradb/lang_defs/ru/sort-string-utf.chr >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/lang_defs/uk/sort-string-utf.chr b/etc/zebradb/lang_defs/uk/sort-string-utf.chr >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml b/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/marc21/authorities/record.abs b/etc/zebradb/marc_defs/marc21/authorities/record.abs >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/marc21/biblios/record.abs b/etc/zebradb/marc_defs/marc21/biblios/record.abs >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/normarc/biblios/record.abs b/etc/zebradb/marc_defs/normarc/biblios/record.abs >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml b/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/unimarc/authorities/record.abs b/etc/zebradb/marc_defs/unimarc/authorities/record.abs >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/pqf.properties b/etc/zebradb/pqf.properties >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/retrieval-info-auth-dom.xml b/etc/zebradb/retrieval-info-auth-dom.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/retrieval-info-auth-grs1.xml b/etc/zebradb/retrieval-info-auth-grs1.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/retrieval-info-bib-dom.xml b/etc/zebradb/retrieval-info-bib-dom.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/retrieval-info-bib-grs1.xml b/etc/zebradb/retrieval-info-bib-grs1.xml >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/xsl/identity.xsl b/etc/zebradb/xsl/identity.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/xsl/zebra.xsl b/etc/zebradb/xsl/zebra.xsl >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/zebra-authorities-dom.cfg b/etc/zebradb/zebra-authorities-dom.cfg >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/zebra-authorities.cfg b/etc/zebradb/zebra-authorities.cfg >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/zebra-biblios-dom.cfg b/etc/zebradb/zebra-biblios-dom.cfg >old mode 100644 >new mode 100755 >diff --git a/etc/zebradb/zebra-biblios.cfg b/etc/zebradb/zebra-biblios.cfg >old mode 100644 >new mode 100755 >diff --git a/fix-perl-path.PL b/fix-perl-path.PL >old mode 100644 >new mode 100755 >diff --git a/install-CPAN.pl b/install-CPAN.pl >old mode 100644 >new mode 100755 >diff --git a/install_misc/UpgradeBackup.pm b/install_misc/UpgradeBackup.pm >old mode 100644 >new mode 100755 >diff --git a/install_misc/debian.packages b/install_misc/debian.packages >old mode 100644 >new mode 100755 >diff --git a/install_misc/environment_Makefile.PL b/install_misc/environment_Makefile.PL >old mode 100644 >new mode 100755 >diff --git a/install_misc/ubuntu.10.04.packages b/install_misc/ubuntu.10.04.packages >old mode 100644 >new mode 100755 >diff --git a/install_misc/ubuntu.12.04.packages b/install_misc/ubuntu.12.04.packages >old mode 100644 >new mode 100755 >diff --git a/install_misc/ubuntu.packages b/install_misc/ubuntu.packages >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/atomicupdate/0009-patron-attr-display-checkout.pl b/installer/data/mysql/atomicupdate/0009-patron-attr-display-checkout.pl >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl b/installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/atomicupdate/bug_7144-add-returnbranch-to-branch-item-issuing-rules.pl b/installer/data/mysql/atomicupdate/bug_7144-add-returnbranch-to-branch-item-issuing-rules.pl >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/atomicupdate/bug_7284_authority_linking_pt1 b/installer/data/mysql/atomicupdate/bug_7284_authority_linking_pt1 >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/atomicupdate/hourlyloans.sql b/installer/data/mysql/atomicupdate/hourlyloans.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/atomicupdate/issuedate_times.pl b/installer/data/mysql/atomicupdate/issuedate_times.pl >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/atomicupdate/oai_sets.sql b/installer/data/mysql/atomicupdate/oai_sets.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/auth_values.sql b/installer/data/mysql/de-DE/mandatory/auth_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/auth_values.txt b/installer/data/mysql/de-DE/mandatory/auth_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/class_sources.sql b/installer/data/mysql/de-DE/mandatory/class_sources.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/class_sources.txt b/installer/data/mysql/de-DE/mandatory/class_sources.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/message_transport_types.sql b/installer/data/mysql/de-DE/mandatory/message_transport_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/message_transport_types.txt b/installer/data/mysql/de-DE/mandatory/message_transport_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_frequencies.sql b/installer/data/mysql/de-DE/mandatory/sample_frequencies.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_frequencies.txt b/installer/data/mysql/de-DE/mandatory/sample_frequencies.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices.sql b/installer/data/mysql/de-DE/mandatory/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices.txt b/installer/data/mysql/de-DE/mandatory/sample_notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.sql b/installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.txt b/installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.txt b/installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_numberpatterns.sql b/installer/data/mysql/de-DE/mandatory/sample_numberpatterns.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/sample_numberpatterns.txt b/installer/data/mysql/de-DE/mandatory/sample_numberpatterns.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/stopwords.sql b/installer/data/mysql/de-DE/mandatory/stopwords.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/stopwords.txt b/installer/data/mysql/de-DE/mandatory/stopwords.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/system_preferences.sql b/installer/data/mysql/de-DE/mandatory/system_preferences.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/system_preferences.txt b/installer/data/mysql/de-DE/mandatory/system_preferences.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/userflags.sql b/installer/data/mysql/de-DE/mandatory/userflags.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/userflags.txt b/installer/data/mysql/de-DE/mandatory/userflags.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/userpermissions.sql b/installer/data/mysql/de-DE/mandatory/userpermissions.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/mandatory/userpermissions.txt b/installer/data/mysql/de-DE/mandatory/userpermissions.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/mandatory/authorities_normal_marc21.sql b/installer/data/mysql/de-DE/marcflavour/marc21/mandatory/authorities_normal_marc21.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/mandatory/authorities_normal_marc21.txt b/installer/data/mysql/de-DE/marcflavour/marc21/mandatory/authorities_normal_marc21.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql b/installer/data/mysql/de-DE/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt b/installer/data/mysql/de-DE/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_default_matching_rules.txt b/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.txt b/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql b/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt b/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/auth_val.sql b/installer/data/mysql/de-DE/optional/auth_val.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/auth_val.txt b/installer/data/mysql/de-DE/optional/auth_val.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/csv_profiles.sql b/installer/data/mysql/de-DE/optional/csv_profiles.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/csv_profiles.txt b/installer/data/mysql/de-DE/optional/csv_profiles.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.sql b/installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.txt b/installer/data/mysql/de-DE/optional/marc21_holdings_coded_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/parameters.sql b/installer/data/mysql/de-DE/optional/parameters.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/parameters.txt b/installer/data/mysql/de-DE/optional/parameters.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/patron_atributes.sql b/installer/data/mysql/de-DE/optional/patron_atributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/patron_atributes.txt b/installer/data/mysql/de-DE/optional/patron_atributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/patron_categories.sql b/installer/data/mysql/de-DE/optional/patron_categories.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/patron_categories.txt b/installer/data/mysql/de-DE/optional/patron_categories.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_creator_data.sql b/installer/data/mysql/de-DE/optional/sample_creator_data.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_creator_data.txt b/installer/data/mysql/de-DE/optional/sample_creator_data.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_holidays.sql b/installer/data/mysql/de-DE/optional/sample_holidays.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_holidays.txt b/installer/data/mysql/de-DE/optional/sample_holidays.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_itemtypes.sql b/installer/data/mysql/de-DE/optional/sample_itemtypes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_itemtypes.txt b/installer/data/mysql/de-DE/optional/sample_itemtypes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_libraries.sql b/installer/data/mysql/de-DE/optional/sample_libraries.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_libraries.txt b/installer/data/mysql/de-DE/optional/sample_libraries.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_news.sql b/installer/data/mysql/de-DE/optional/sample_news.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_news.txt b/installer/data/mysql/de-DE/optional/sample_news.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_patrons.sql b/installer/data/mysql/de-DE/optional/sample_patrons.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_patrons.txt b/installer/data/mysql/de-DE/optional/sample_patrons.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_z3950_servers.sql b/installer/data/mysql/de-DE/optional/sample_z3950_servers.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/de-DE/optional/sample_z3950_servers.txt b/installer/data/mysql/de-DE/optional/sample_z3950_servers.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/auth_values.sql b/installer/data/mysql/en/mandatory/auth_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/auth_values.txt b/installer/data/mysql/en/mandatory/auth_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/class_sources.sql b/installer/data/mysql/en/mandatory/class_sources.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/class_sources.txt b/installer/data/mysql/en/mandatory/class_sources.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/message_transport_types.sql b/installer/data/mysql/en/mandatory/message_transport_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/message_transport_types.txt b/installer/data/mysql/en/mandatory/message_transport_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_frequencies.sql b/installer/data/mysql/en/mandatory/sample_frequencies.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_frequencies.txt b/installer/data/mysql/en/mandatory/sample_frequencies.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_notices.sql b/installer/data/mysql/en/mandatory/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_notices.txt b/installer/data/mysql/en/mandatory/sample_notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_notices_message_attributes.sql b/installer/data/mysql/en/mandatory/sample_notices_message_attributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_notices_message_attributes.txt b/installer/data/mysql/en/mandatory/sample_notices_message_attributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/en/mandatory/sample_notices_message_transports.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_notices_message_transports.txt b/installer/data/mysql/en/mandatory/sample_notices_message_transports.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_numberpatterns.sql b/installer/data/mysql/en/mandatory/sample_numberpatterns.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/sample_numberpatterns.txt b/installer/data/mysql/en/mandatory/sample_numberpatterns.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/stopwords.sql b/installer/data/mysql/en/mandatory/stopwords.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/stopwords.txt b/installer/data/mysql/en/mandatory/stopwords.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/userflags.sql b/installer/data/mysql/en/mandatory/userflags.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/userflags.txt b/installer/data/mysql/en/mandatory/userflags.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/userpermissions.sql b/installer/data/mysql/en/mandatory/userpermissions.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/mandatory/userpermissions.txt b/installer/data/mysql/en/mandatory/userpermissions.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.txt b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.txt b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.txt b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql b/installer/data/mysql/en/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt b/installer/data/mysql/en/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/auth_val.sql b/installer/data/mysql/en/optional/auth_val.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/auth_val.txt b/installer/data/mysql/en/optional/auth_val.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/csv_profiles.sql b/installer/data/mysql/en/optional/csv_profiles.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/csv_profiles.txt b/installer/data/mysql/en/optional/csv_profiles.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/marc21_holdings_coded_values.sql b/installer/data/mysql/en/optional/marc21_holdings_coded_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/marc21_holdings_coded_values.txt b/installer/data/mysql/en/optional/marc21_holdings_coded_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/marc21_relatorterms.sql b/installer/data/mysql/en/optional/marc21_relatorterms.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/marc21_relatorterms.txt b/installer/data/mysql/en/optional/marc21_relatorterms.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/parameters.sql b/installer/data/mysql/en/optional/parameters.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/parameters.txt b/installer/data/mysql/en/optional/parameters.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/patron_atributes.sql b/installer/data/mysql/en/optional/patron_atributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/patron_atributes.txt b/installer/data/mysql/en/optional/patron_atributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/patron_categories.sql b/installer/data/mysql/en/optional/patron_categories.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/patron_categories.txt b/installer/data/mysql/en/optional/patron_categories.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_creator_data.sql b/installer/data/mysql/en/optional/sample_creator_data.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_creator_data.txt b/installer/data/mysql/en/optional/sample_creator_data.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_holidays.sql b/installer/data/mysql/en/optional/sample_holidays.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_holidays.txt b/installer/data/mysql/en/optional/sample_holidays.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_itemtypes.sql b/installer/data/mysql/en/optional/sample_itemtypes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_itemtypes.txt b/installer/data/mysql/en/optional/sample_itemtypes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_libraries.sql b/installer/data/mysql/en/optional/sample_libraries.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_libraries.txt b/installer/data/mysql/en/optional/sample_libraries.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_news.sql b/installer/data/mysql/en/optional/sample_news.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_news.txt b/installer/data/mysql/en/optional/sample_news.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_patrons.sql b/installer/data/mysql/en/optional/sample_patrons.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_patrons.txt b/installer/data/mysql/en/optional/sample_patrons.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_quotes.sql b/installer/data/mysql/en/optional/sample_quotes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_quotes.txt b/installer/data/mysql/en/optional/sample_quotes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_z3950_servers.sql b/installer/data/mysql/en/optional/sample_z3950_servers.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/en/optional/sample_z3950_servers.txt b/installer/data/mysql/en/optional/sample_z3950_servers.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/auth_values.sql b/installer/data/mysql/es-ES/mandatory/auth_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/auth_values.txt b/installer/data/mysql/es-ES/mandatory/auth_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/class_sources.sql b/installer/data/mysql/es-ES/mandatory/class_sources.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/class_sources.txt b/installer/data/mysql/es-ES/mandatory/class_sources.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/message_transport_types.sql b/installer/data/mysql/es-ES/mandatory/message_transport_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/message_transport_types.txt b/installer/data/mysql/es-ES/mandatory/message_transport_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_frequencies.sql b/installer/data/mysql/es-ES/mandatory/sample_frequencies.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_frequencies.txt b/installer/data/mysql/es-ES/mandatory/sample_frequencies.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices.sql b/installer/data/mysql/es-ES/mandatory/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices.txt b/installer/data/mysql/es-ES/mandatory/sample_notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.sql b/installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.txt b/installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.txt b/installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_numberpatterns.sql b/installer/data/mysql/es-ES/mandatory/sample_numberpatterns.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/sample_numberpatterns.txt b/installer/data/mysql/es-ES/mandatory/sample_numberpatterns.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/stopwords.sql b/installer/data/mysql/es-ES/mandatory/stopwords.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/stopwords.txt b/installer/data/mysql/es-ES/mandatory/stopwords.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/system_preferences.sql b/installer/data/mysql/es-ES/mandatory/system_preferences.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/system_preferences.txt b/installer/data/mysql/es-ES/mandatory/system_preferences.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/userflags.sql b/installer/data/mysql/es-ES/mandatory/userflags.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/userflags.txt b/installer/data/mysql/es-ES/mandatory/userflags.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/userpermissions.sql b/installer/data/mysql/es-ES/mandatory/userpermissions.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/mandatory/userpermissions.txt b/installer/data/mysql/es-ES/mandatory/userpermissions.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/mandatory/authorities_normal_marc21.sql b/installer/data/mysql/es-ES/marcflavour/marc21/mandatory/authorities_normal_marc21.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/mandatory/authorities_normal_marc21.txt b/installer/data/mysql/es-ES/marcflavour/marc21/mandatory/authorities_normal_marc21.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql b/installer/data/mysql/es-ES/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt b/installer/data/mysql/es-ES/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.txt b/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.txt b/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql b/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt b/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql b/installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt b/installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql b/installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt b/installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/auth_val.sql b/installer/data/mysql/es-ES/optional/auth_val.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/auth_val.txt b/installer/data/mysql/es-ES/optional/auth_val.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql b/installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.txt b/installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/marc21_relatorterms.sql b/installer/data/mysql/es-ES/optional/marc21_relatorterms.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/marc21_relatorterms.txt b/installer/data/mysql/es-ES/optional/marc21_relatorterms.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/parameters.sql b/installer/data/mysql/es-ES/optional/parameters.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/parameters.txt b/installer/data/mysql/es-ES/optional/parameters.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/patron_atributes.sql b/installer/data/mysql/es-ES/optional/patron_atributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/patron_atributes.txt b/installer/data/mysql/es-ES/optional/patron_atributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/patron_categories.sql b/installer/data/mysql/es-ES/optional/patron_categories.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/patron_categories.txt b/installer/data/mysql/es-ES/optional/patron_categories.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_creator_data.sql b/installer/data/mysql/es-ES/optional/sample_creator_data.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_creator_data.txt b/installer/data/mysql/es-ES/optional/sample_creator_data.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_holidays.sql b/installer/data/mysql/es-ES/optional/sample_holidays.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_holidays.txt b/installer/data/mysql/es-ES/optional/sample_holidays.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_itemtypes.sql b/installer/data/mysql/es-ES/optional/sample_itemtypes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_itemtypes.txt b/installer/data/mysql/es-ES/optional/sample_itemtypes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_libraries.sql b/installer/data/mysql/es-ES/optional/sample_libraries.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_libraries.txt b/installer/data/mysql/es-ES/optional/sample_libraries.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_news.sql b/installer/data/mysql/es-ES/optional/sample_news.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_news.txt b/installer/data/mysql/es-ES/optional/sample_news.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_patrons.sql b/installer/data/mysql/es-ES/optional/sample_patrons.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_patrons.txt b/installer/data/mysql/es-ES/optional/sample_patrons.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_z3950_servers.sql b/installer/data/mysql/es-ES/optional/sample_z3950_servers.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/es-ES/optional/sample_z3950_servers.txt b/installer/data/mysql/es-ES/optional/sample_z3950_servers.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql b/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.txt b/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/class_sources.sql b/installer/data/mysql/fr-FR/1-Obligatoire/class_sources.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/class_sources.txt b/installer/data/mysql/fr-FR/1-Obligatoire/class_sources.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.sql b/installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.txt b/installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_frequencies.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_frequencies.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_frequencies.txt b/installer/data/mysql/fr-FR/1-Obligatoire/sample_frequencies.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.txt b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.txt b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.txt b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_numberpatterns.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_numberpatterns.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_numberpatterns.txt b/installer/data/mysql/fr-FR/1-Obligatoire/sample_numberpatterns.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/stopwords.sql b/installer/data/mysql/fr-FR/1-Obligatoire/stopwords.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/stopwords.txt b/installer/data/mysql/fr-FR/1-Obligatoire/stopwords.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql b/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.txt b/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/userflags.sql b/installer/data/mysql/fr-FR/1-Obligatoire/userflags.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/userflags.txt b/installer/data/mysql/fr-FR/1-Obligatoire/userflags.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/userpermissions.sql b/installer/data/mysql/fr-FR/1-Obligatoire/userpermissions.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/userpermissions.txt b/installer/data/mysql/fr-FR/1-Obligatoire/userpermissions.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/2-Optionel/patron_categories.sql b/installer/data/mysql/fr-FR/2-Optionel/patron_categories.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/2-Optionel/patron_categories.txt b/installer/data/mysql/fr-FR/2-Optionel/patron_categories.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/2-Optionel/sample_labels.sql b/installer/data/mysql/fr-FR/2-Optionel/sample_labels.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/2-Optionel/sample_labels.txt b/installer/data/mysql/fr-FR/2-Optionel/sample_labels.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/2-Optionel/sample_news.sql b/installer/data/mysql/fr-FR/2-Optionel/sample_news.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/2-Optionel/sample_news.txt b/installer/data/mysql/fr-FR/2-Optionel/sample_news.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/2-Optionel/z3950_BNF.sql b/installer/data/mysql/fr-FR/2-Optionel/z3950_BNF.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/2-Optionel/z3950_BNF.txt b/installer/data/mysql/fr-FR/2-Optionel/z3950_BNF.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/3-LecturePub/sample_itemtypes.sql b/installer/data/mysql/fr-FR/3-LecturePub/sample_itemtypes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/3-LecturePub/sample_itemtypes.txt b/installer/data/mysql/fr-FR/3-LecturePub/sample_itemtypes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/4-Conservation/sample_itemtypes.sql b/installer/data/mysql/fr-FR/4-Conservation/sample_itemtypes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/4-Conservation/sample_itemtypes.txt b/installer/data/mysql/fr-FR/4-Conservation/sample_itemtypes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/authorities_normal_marc21.sql b/installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/authorities_normal_marc21.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/authorities_normal_marc21.txt b/installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/authorities_normal_marc21.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/marc21_framework_DEFAULT.sql b/installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/marc21_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/marc21_framework_DEFAULT.txt b/installer/data/mysql/fr-FR/marcflavour/marc21/Obligatoire/marc21_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.sql b/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.txt b/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_relatorterms.sql b/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_relatorterms.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_relatorterms.txt b/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_relatorterms.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_simple_bib_frameworks.sql b/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_simple_bib_frameworks.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_simple_bib_frameworks.txt b/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_simple_bib_frameworks.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.sql b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.txt b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorites_norme_unimarc.sql b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorites_norme_unimarc.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorites_norme_unimarc.txt b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorites_norme_unimarc.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.txt b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Optionnel/cataloguage_rapide.sql b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Optionnel/cataloguage_rapide.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Optionnel/cataloguage_rapide.txt b/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Optionnel/cataloguage_rapide.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/autorites_norme_unimarc.sql b/installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/autorites_norme_unimarc.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/autorites_norme_unimarc.txt b/installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/autorites_norme_unimarc.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/framework_DEFAULT.sql b/installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/framework_DEFAULT.txt b/installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/mandatory/authorities_normal_marc21.sql b/installer/data/mysql/it-IT/marcflavour/marc21/mandatory/authorities_normal_marc21.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/mandatory/authorities_normal_marc21.txt b/installer/data/mysql/it-IT/marcflavour/marc21/mandatory/authorities_normal_marc21.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql b/installer/data/mysql/it-IT/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt b/installer/data/mysql/it-IT/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_default_matching_rules.txt b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.txt b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.sql b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.txt b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_holdings_coded_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_relatorterms.sql b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_relatorterms.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_relatorterms.txt b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_relatorterms.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/unimarc/necessari/authorities_normal_unimarc.txt b/installer/data/mysql/it-IT/marcflavour/unimarc/necessari/authorities_normal_unimarc.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/unimarc/necessari/authority_framework.sql b/installer/data/mysql/it-IT/marcflavour/unimarc/necessari/authority_framework.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/unimarc/necessari/unimarc_framework.sql b/installer/data/mysql/it-IT/marcflavour/unimarc/necessari/unimarc_framework.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/unimarc/necessari/unimarc_framework.txt b/installer/data/mysql/it-IT/marcflavour/unimarc/necessari/unimarc_framework.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_default_matching_rules.sql b/installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_default_matching_rules.txt b/installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_relatorterms.sql b/installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_relatorterms.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_relatorterms.txt b/installer/data/mysql/it-IT/marcflavour/unimarc/opzionali/unimarc_relatorterms.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/auth_val.sql b/installer/data/mysql/it-IT/necessari/auth_val.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/auth_val.txt b/installer/data/mysql/it-IT/necessari/auth_val.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/class_sources.sql b/installer/data/mysql/it-IT/necessari/class_sources.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/class_sources.txt b/installer/data/mysql/it-IT/necessari/class_sources.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/csv_profiles.sql b/installer/data/mysql/it-IT/necessari/csv_profiles.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/csv_profiles.txt b/installer/data/mysql/it-IT/necessari/csv_profiles.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/message_transport_types.sql b/installer/data/mysql/it-IT/necessari/message_transport_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/message_transport_types.txt b/installer/data/mysql/it-IT/necessari/message_transport_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/notices.sql b/installer/data/mysql/it-IT/necessari/notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/notices.txt b/installer/data/mysql/it-IT/necessari/notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/parameters.sql b/installer/data/mysql/it-IT/necessari/parameters.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/parameters.txt b/installer/data/mysql/it-IT/necessari/parameters.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/patron_categories.sql b/installer/data/mysql/it-IT/necessari/patron_categories.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/patron_categories.txt b/installer/data/mysql/it-IT/necessari/patron_categories.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_creator_data.sql b/installer/data/mysql/it-IT/necessari/sample_creator_data.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_creator_data.txt b/installer/data/mysql/it-IT/necessari/sample_creator_data.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_frequencies.sql b/installer/data/mysql/it-IT/necessari/sample_frequencies.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_frequencies.txt b/installer/data/mysql/it-IT/necessari/sample_frequencies.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_holidays.sql b/installer/data/mysql/it-IT/necessari/sample_holidays.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_holidays.txt b/installer/data/mysql/it-IT/necessari/sample_holidays.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_itemtypes.sql b/installer/data/mysql/it-IT/necessari/sample_itemtypes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_itemtypes.txt b/installer/data/mysql/it-IT/necessari/sample_itemtypes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_news.sql b/installer/data/mysql/it-IT/necessari/sample_news.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_news.txt b/installer/data/mysql/it-IT/necessari/sample_news.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql b/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.txt b/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_notices_message_transports.sql b/installer/data/mysql/it-IT/necessari/sample_notices_message_transports.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_notices_message_transports.txt b/installer/data/mysql/it-IT/necessari/sample_notices_message_transports.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql b/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_numberpatterns.txt b/installer/data/mysql/it-IT/necessari/sample_numberpatterns.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_quotes.sql b/installer/data/mysql/it-IT/necessari/sample_quotes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/sample_quotes.txt b/installer/data/mysql/it-IT/necessari/sample_quotes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/stopwords.sql b/installer/data/mysql/it-IT/necessari/stopwords.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/stopwords.txt b/installer/data/mysql/it-IT/necessari/stopwords.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/system_preferences.sql b/installer/data/mysql/it-IT/necessari/system_preferences.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/userflags.sql b/installer/data/mysql/it-IT/necessari/userflags.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/userflags.txt b/installer/data/mysql/it-IT/necessari/userflags.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/userpermissions.sql b/installer/data/mysql/it-IT/necessari/userpermissions.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/it-IT/necessari/userpermissions.txt b/installer/data/mysql/it-IT/necessari/userpermissions.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_frequencies.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_frequencies.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_frequencies.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_frequencies.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_numberpatterns.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_numberpatterns.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_numberpatterns.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_numberpatterns.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/userflags.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/userflags.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/userflags.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/userflags.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.txt b/installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql b/installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/auth_val.txt b/installer/data/mysql/nb-NO/2-Valgfritt/auth_val.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.sql b/installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.txt b/installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql b/installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/parameters.txt b/installer/data/mysql/nb-NO/2-Valgfritt/parameters.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.sql b/installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.txt b/installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.sql b/installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.txt b/installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.sql b/installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.txt b/installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql b/installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.txt b/installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_libraries.sql b/installer/data/mysql/nb-NO/2-Valgfritt/sample_libraries.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_libraries.txt b/installer/data/mysql/nb-NO/2-Valgfritt/sample_libraries.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql b/installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_news.txt b/installer/data/mysql/nb-NO/2-Valgfritt/sample_news.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.sql b/installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt b/installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql b/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.txt b/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/authorities_normal_marc21.sql b/installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/authorities_normal_marc21.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/authorities_normal_marc21.txt b/installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/authorities_normal_marc21.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql b/installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt b/installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_default_matching_rules.txt b/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_fastadd_framework.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_fastadd_framework.txt b/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_fastadd_framework.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql b/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt b/installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.sql b/installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.txt b/installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/normarc/Valgfritt/normarc_fastadd_framework.sql b/installer/data/mysql/nb-NO/marcflavour/normarc/Valgfritt/normarc_fastadd_framework.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/nb-NO/marcflavour/normarc/Valgfritt/normarc_fastadd_framework.txt b/installer/data/mysql/nb-NO/marcflavour/normarc/Valgfritt/normarc_fastadd_framework.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/class_sources.sql b/installer/data/mysql/pl-PL/mandatory/class_sources.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/class_sources.txt b/installer/data/mysql/pl-PL/mandatory/class_sources.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/message_transport_types.sql b/installer/data/mysql/pl-PL/mandatory/message_transport_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/message_transport_types.txt b/installer/data/mysql/pl-PL/mandatory/message_transport_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_frequencies.sql b/installer/data/mysql/pl-PL/mandatory/sample_frequencies.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_frequencies.txt b/installer/data/mysql/pl-PL/mandatory/sample_frequencies.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices.txt b/installer/data/mysql/pl-PL/mandatory/sample_notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.txt b/installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.txt b/installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_numberpatterns.sql b/installer/data/mysql/pl-PL/mandatory/sample_numberpatterns.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_numberpatterns.txt b/installer/data/mysql/pl-PL/mandatory/sample_numberpatterns.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/stopwords.sql b/installer/data/mysql/pl-PL/mandatory/stopwords.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/stopwords.txt b/installer/data/mysql/pl-PL/mandatory/stopwords.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/userflags.sql b/installer/data/mysql/pl-PL/mandatory/userflags.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/userflags.txt b/installer/data/mysql/pl-PL/mandatory/userflags.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/userpermissions.sql b/installer/data/mysql/pl-PL/mandatory/userpermissions.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/mandatory/userpermissions.txt b/installer/data/mysql/pl-PL/mandatory/userpermissions.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/authorities_normal_marc21.sql b/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/authorities_normal_marc21.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/authorities_normal_marc21.txt b/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/authorities_normal_marc21.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql b/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt b/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.txt b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_fastadd_framework.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_fastadd_framework.txt b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_fastadd_framework.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql b/installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt b/installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql b/installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt b/installer/data/mysql/pl-PL/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/auth_val.sql b/installer/data/mysql/pl-PL/optional/auth_val.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/auth_val.txt b/installer/data/mysql/pl-PL/optional/auth_val.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.sql b/installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.txt b/installer/data/mysql/pl-PL/optional/marc21_holdings_coded_values.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/parameters.sql b/installer/data/mysql/pl-PL/optional/parameters.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/parameters.txt b/installer/data/mysql/pl-PL/optional/parameters.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/patron_categories.sql b/installer/data/mysql/pl-PL/optional/patron_categories.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/patron_categories.txt b/installer/data/mysql/pl-PL/optional/patron_categories.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_holidays.sql b/installer/data/mysql/pl-PL/optional/sample_holidays.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_holidays.txt b/installer/data/mysql/pl-PL/optional/sample_holidays.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_itemtypes.sql b/installer/data/mysql/pl-PL/optional/sample_itemtypes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_itemtypes.txt b/installer/data/mysql/pl-PL/optional/sample_itemtypes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_libraries.sql b/installer/data/mysql/pl-PL/optional/sample_libraries.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_libraries.txt b/installer/data/mysql/pl-PL/optional/sample_libraries.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_news.sql b/installer/data/mysql/pl-PL/optional/sample_news.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_news.txt b/installer/data/mysql/pl-PL/optional/sample_news.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_patrons.sql b/installer/data/mysql/pl-PL/optional/sample_patrons.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_patrons.txt b/installer/data/mysql/pl-PL/optional/sample_patrons.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_z3950_servers.sql b/installer/data/mysql/pl-PL/optional/sample_z3950_servers.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/pl-PL/optional/sample_z3950_servers.txt b/installer/data/mysql/pl-PL/optional/sample_z3950_servers.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[CCODE].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[CCODE].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[CCODE].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[CCODE].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[COUNTRY].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[COUNTRY].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[COUNTRY].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[COUNTRY].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[DAMAGED].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[DAMAGED].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[DAMAGED].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[DAMAGED].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LANG].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LANG].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LANG].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LANG].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOC].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOC].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOC].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOC].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOST].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOST].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOST].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[LOST].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[NOT_LOAN].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[NOT_LOAN].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[NOT_LOAN].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[NOT_LOAN].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[RESTRICTED].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[RESTRICTED].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[RESTRICTED].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[RESTRICTED].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[STACK].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[STACK].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[STACK].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[STACK].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUGGEST].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUGGEST].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUGGEST].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUGGEST].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUPPRESS].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUPPRESS].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUPPRESS].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[SUPPRESS].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[WITHDRAWN].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[WITHDRAWN].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[WITHDRAWN].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[WITHDRAWN].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[rusmarc856].sql b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[rusmarc856].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[rusmarc856].txt b/installer/data/mysql/ru-RU/authorised_values/authorised_values_[rusmarc856].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/class_sources.sql b/installer/data/mysql/ru-RU/mandatory/class_sources.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/class_sources.txt b/installer/data/mysql/ru-RU/mandatory/class_sources.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/message_transport_types.sql b/installer/data/mysql/ru-RU/mandatory/message_transport_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/message_transport_types.txt b/installer/data/mysql/ru-RU/mandatory/message_transport_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/permissions_and_user_flags.sql b/installer/data/mysql/ru-RU/mandatory/permissions_and_user_flags.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/permissions_and_user_flags.txt b/installer/data/mysql/ru-RU/mandatory/permissions_and_user_flags.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_frequencies.sql b/installer/data/mysql/ru-RU/mandatory/sample_frequencies.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_frequencies.txt b/installer/data/mysql/ru-RU/mandatory/sample_frequencies.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices.txt b/installer/data/mysql/ru-RU/mandatory/sample_notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.txt b/installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.txt b/installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_numberpatterns.sql b/installer/data/mysql/ru-RU/mandatory/sample_numberpatterns.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_numberpatterns.txt b/installer/data/mysql/ru-RU/mandatory/sample_numberpatterns.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/stopwords.sql b/installer/data/mysql/ru-RU/mandatory/stopwords.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/stopwords.txt b/installer/data/mysql/ru-RU/mandatory/stopwords.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.sql b/installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.txt b/installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/system_preferences_optimal_values_insert_only.sql b/installer/data/mysql/ru-RU/mandatory/system_preferences_optimal_values_insert_only.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/mandatory/system_preferences_optimal_values_insert_only.txt b/installer/data/mysql/ru-RU/mandatory/system_preferences_optimal_values_insert_only.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/fieldmapping.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/fieldmapping.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/fieldmapping.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/fieldmapping.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_AR_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_CF_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_FA_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_IR_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_KT_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SER_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_SR_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_general.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_general.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_local.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_local.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_bibliographic_VR_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_default_matching_rules.txt b/installer/data/mysql/ru-RU/marcflavour/marc21/optional/marc21_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_authorities_DEFAULT_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_authorities_DEFAULT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.txt b/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.txt b/installer/data/mysql/ru-RU/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_CO_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_CO_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_NP_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_NP_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SAUTTIT_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SAUTTIT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SAUT_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SAUT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SCO_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SCO_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SNC_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SNC_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SNG_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_SNG_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_STU_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_STU_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_TU_general.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_authorities_TU_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.txt b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_default_matching_rules.sql b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_default_matching_rules.txt b/installer/data/mysql/ru-RU/marcflavour/unimarc/optional/unimarc_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/example_branches.sql b/installer/data/mysql/ru-RU/optional/example_branches.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/example_branches.txt b/installer/data/mysql/ru-RU/optional/example_branches.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/holidays.sql b/installer/data/mysql/ru-RU/optional/holidays.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/holidays.txt b/installer/data/mysql/ru-RU/optional/holidays.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/library_item_types.sql b/installer/data/mysql/ru-RU/optional/library_item_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/library_item_types.txt b/installer/data/mysql/ru-RU/optional/library_item_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/patron_atributes.sql b/installer/data/mysql/ru-RU/optional/patron_atributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/patron_atributes.txt b/installer/data/mysql/ru-RU/optional/patron_atributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/patron_categories.sql b/installer/data/mysql/ru-RU/optional/patron_categories.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/patron_categories.txt b/installer/data/mysql/ru-RU/optional/patron_categories.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/print_labels.sql b/installer/data/mysql/ru-RU/optional/print_labels.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/print_labels.txt b/installer/data/mysql/ru-RU/optional/print_labels.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_cities.sql b/installer/data/mysql/ru-RU/optional/sample_cities.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_cities.txt b/installer/data/mysql/ru-RU/optional/sample_cities.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_currency.sql b/installer/data/mysql/ru-RU/optional/sample_currency.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_currency.txt b/installer/data/mysql/ru-RU/optional/sample_currency.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_news.sql b/installer/data/mysql/ru-RU/optional/sample_news.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_news.txt b/installer/data/mysql/ru-RU/optional/sample_news.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_notices.sql b/installer/data/mysql/ru-RU/optional/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_notices.txt b/installer/data/mysql/ru-RU/optional/sample_notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_user_suggestions.sql b/installer/data/mysql/ru-RU/optional/sample_user_suggestions.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/sample_user_suggestions.txt b/installer/data/mysql/ru-RU/optional/sample_user_suggestions.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/z39-50servers_collection.sql b/installer/data/mysql/ru-RU/optional/z39-50servers_collection.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/ru-RU/optional/z39-50servers_collection.txt b/installer/data/mysql/ru-RU/optional/z39-50servers_collection.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[CCODE].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[CCODE].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[CCODE].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[CCODE].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[COUNTRY].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[COUNTRY].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[COUNTRY].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[COUNTRY].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[DAMAGED].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[DAMAGED].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[DAMAGED].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[DAMAGED].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[IND_852].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[IND_852].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[IND_852].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[IND_852].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LANG].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LANG].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LANG].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LANG].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOC].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOC].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOC].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOC].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOST].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOST].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOST].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[LOST].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[NOT_LOAN].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[NOT_LOAN].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[NOT_LOAN].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[NOT_LOAN].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[RESTRICTED].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[RESTRICTED].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[RESTRICTED].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[RESTRICTED].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[STACK].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[STACK].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[STACK].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[STACK].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUGGEST].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUGGEST].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUGGEST].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUGGEST].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUPPRESS].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUPPRESS].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUPPRESS].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[SUPPRESS].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[WITHDRAWN].sql b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[WITHDRAWN].sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[WITHDRAWN].txt b/installer/data/mysql/uk-UA/authorised_values/authorised_values_[WITHDRAWN].txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/class_sources.sql b/installer/data/mysql/uk-UA/mandatory/class_sources.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/class_sources.txt b/installer/data/mysql/uk-UA/mandatory/class_sources.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/message_transport_types.sql b/installer/data/mysql/uk-UA/mandatory/message_transport_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/message_transport_types.txt b/installer/data/mysql/uk-UA/mandatory/message_transport_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/permissions_and_user_flags.sql b/installer/data/mysql/uk-UA/mandatory/permissions_and_user_flags.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/permissions_and_user_flags.txt b/installer/data/mysql/uk-UA/mandatory/permissions_and_user_flags.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_frequencies.sql b/installer/data/mysql/uk-UA/mandatory/sample_frequencies.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_frequencies.txt b/installer/data/mysql/uk-UA/mandatory/sample_frequencies.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.txt b/installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.txt b/installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_numberpatterns.sql b/installer/data/mysql/uk-UA/mandatory/sample_numberpatterns.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_numberpatterns.txt b/installer/data/mysql/uk-UA/mandatory/sample_numberpatterns.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/stopwords.sql b/installer/data/mysql/uk-UA/mandatory/stopwords.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/stopwords.txt b/installer/data/mysql/uk-UA/mandatory/stopwords.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.sql b/installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.txt b/installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/system_preferences_optimal_values_insert_only.sql b/installer/data/mysql/uk-UA/mandatory/system_preferences_optimal_values_insert_only.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/mandatory/system_preferences_optimal_values_insert_only.txt b/installer/data/mysql/uk-UA/mandatory/system_preferences_optimal_values_insert_only.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_authorities_DEFAULT_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/fieldmapping.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/fieldmapping.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/fieldmapping.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/fieldmapping.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CHRON_TERM_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_CORPO_NAME_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GENRE-FORM_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_GEOGR_NAME_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_MEETI_NAME_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_PERSO_NAME_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_TOPIC_TERM_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_authorities_UNIF_TITLE_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_AR_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_BKS_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_CF_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_FA_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_IR_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_KT_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SER_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_SR_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_general.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_general.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_local.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_local.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_bibliographic_VR_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_default_matching_rules.txt b/installer/data/mysql/uk-UA/marcflavour/marc21/optional/marc21_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_authorities_DEFAULT_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_authorities_DEFAULT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_authorities_DEFAULT_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_authorities_DEFAULT_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/mandatory/unimarc_bibliographic_DEFAULT_local_995.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_CO_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_CO_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_NP_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_NP_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SAUTTIT_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SAUTTIT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SAUT_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SAUT_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SCO_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SCO_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SNC_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SNC_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SNG_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_SNG_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_STU_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_STU_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_TU_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_authorities_TU_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_local.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_local.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AN_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_local.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_local.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_AUD_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_local.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_local.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_BOOK_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_DEFAULT_local_952_obsolete.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_local.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_local.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_EL_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_local.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_local.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_MIN_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_local.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_local.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_NOTE_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_local.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_local.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_PER_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_general.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_general.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_general.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_general.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_local.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_local.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_local.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_bibliographic_TECH_local.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_default_matching_rules.sql b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_default_matching_rules.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_default_matching_rules.txt b/installer/data/mysql/uk-UA/marcflavour/unimarc/optional/unimarc_default_matching_rules.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/example_branches.sql b/installer/data/mysql/uk-UA/optional/example_branches.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/example_branches.txt b/installer/data/mysql/uk-UA/optional/example_branches.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/holidays.sql b/installer/data/mysql/uk-UA/optional/holidays.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/holidays.txt b/installer/data/mysql/uk-UA/optional/holidays.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/library_item_types.sql b/installer/data/mysql/uk-UA/optional/library_item_types.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/library_item_types.txt b/installer/data/mysql/uk-UA/optional/library_item_types.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/patron_atributes.sql b/installer/data/mysql/uk-UA/optional/patron_atributes.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/patron_atributes.txt b/installer/data/mysql/uk-UA/optional/patron_atributes.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/patron_categories.sql b/installer/data/mysql/uk-UA/optional/patron_categories.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/patron_categories.txt b/installer/data/mysql/uk-UA/optional/patron_categories.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/print_labels.sql b/installer/data/mysql/uk-UA/optional/print_labels.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/print_labels.txt b/installer/data/mysql/uk-UA/optional/print_labels.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_cities.sql b/installer/data/mysql/uk-UA/optional/sample_cities.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_cities.txt b/installer/data/mysql/uk-UA/optional/sample_cities.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_currency.sql b/installer/data/mysql/uk-UA/optional/sample_currency.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_currency.txt b/installer/data/mysql/uk-UA/optional/sample_currency.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_news.sql b/installer/data/mysql/uk-UA/optional/sample_news.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_news.txt b/installer/data/mysql/uk-UA/optional/sample_news.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_notices.sql b/installer/data/mysql/uk-UA/optional/sample_notices.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_notices.txt b/installer/data/mysql/uk-UA/optional/sample_notices.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_user_suggestions.sql b/installer/data/mysql/uk-UA/optional/sample_user_suggestions.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/sample_user_suggestions.txt b/installer/data/mysql/uk-UA/optional/sample_user_suggestions.txt >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/z39-50servers_collection.sql b/installer/data/mysql/uk-UA/optional/z39-50servers_collection.sql >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/uk-UA/optional/z39-50servers_collection.txt b/installer/data/mysql/uk-UA/optional/z39-50servers_collection.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/favicon.ico b/koha-tmpl/favicon.ico >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/index.html b/koha-tmpl/index.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/js/browser.js b/koha-tmpl/intranet-tmpl/js/browser.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/bootstrap/bootstrap.min.css b/koha-tmpl/intranet-tmpl/lib/bootstrap/bootstrap.min.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/bootstrap/bootstrap.min.js b/koha-tmpl/intranet-tmpl/lib/bootstrap/bootstrap.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/bootstrap/img/glyphicons-halflings-white.png b/koha-tmpl/intranet-tmpl/lib/bootstrap/img/glyphicons-halflings-white.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/bootstrap/img/glyphicons-halflings.png b/koha-tmpl/intranet-tmpl/lib/bootstrap/img/glyphicons-halflings.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/AJS.js b/koha-tmpl/intranet-tmpl/lib/greybox/AJS.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/AJS_fx.js b/koha-tmpl/intranet-tmpl/lib/greybox/AJS_fx.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5.zip b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5.zip >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/LGPL.txt b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/LGPL.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/about.html b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/about.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/adobe_images/nav_buttons.psd b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/adobe_images/nav_buttons.psd >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/advance_usage.html b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/advance_usage.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/combiner.py b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/combiner.py >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/compressing_greybox.html b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/compressing_greybox.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/compression_lib/AJS_minify.py b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/compression_lib/AJS_minify.py >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/compression_lib/__init__.py b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/compression_lib/__init__.py >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/examples.html b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/examples.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/auto_deco.js b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/auto_deco.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS.js b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS_fx.js b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS_fx.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/base.css b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/base.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/base.js b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/base.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/indicator.gif b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/indicator.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/loader_frame.html b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/base/loader_frame.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/gallery/g_close.gif b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/gallery/g_close.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.css b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.js b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/next.gif b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/next.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/prev.gif b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/prev.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/set.css b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/set.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/set.js b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/set/set.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/header_bg.gif b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/header_bg.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/w_close.gif b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/w_close.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/window.css b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/window.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/window.js b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/greybox_source/window/window.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/installation.html b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/installation.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/normal_usage.html b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/normal_usage.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/help.css b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/help.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/help.js b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/help.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/logo.gif b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/logo.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/night_valley.jpg b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/night_valley.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.gif b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.jpg b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/salt.jpg b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/salt.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/salt_thumb.gif b/koha-tmpl/intranet-tmpl/lib/greybox/GreyBox_v5_5/static_files/salt_thumb.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/g_close.gif b/koha-tmpl/intranet-tmpl/lib/greybox/g_close.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/gb_scripts.js b/koha-tmpl/intranet-tmpl/lib/greybox/gb_scripts.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/gb_styles.css b/koha-tmpl/intranet-tmpl/lib/greybox/gb_styles.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/header_bg.gif b/koha-tmpl/intranet-tmpl/lib/greybox/header_bg.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/indicator.gif b/koha-tmpl/intranet-tmpl/lib/greybox/indicator.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/loader_frame.html b/koha-tmpl/intranet-tmpl/lib/greybox/loader_frame.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/next.gif b/koha-tmpl/intranet-tmpl/lib/greybox/next.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/prev.gif b/koha-tmpl/intranet-tmpl/lib/greybox/prev.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/greybox/w_close.gif b/koha-tmpl/intranet-tmpl/lib/greybox/w_close.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_flat_75_ffffff_40x100.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_65_ffffff_1x400.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_75_dadada_1x400.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_75_dadada_1x400.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_glass_95_fef1ec_1x400.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_222222_256x240.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_222222_256x240.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_2e83ff_256x240.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_2e83ff_256x240.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_454545_256x240.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_454545_256x240.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_888888_256x240.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_888888_256x240.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_cd0a0a_256x240.png b/koha-tmpl/intranet-tmpl/lib/jquery/images/ui-icons_cd0a0a_256x240.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui.css b/koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui.js b/koha-tmpl/intranet-tmpl/lib/jquery/jquery-ui.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/jquery.js b/koha-tmpl/intranet-tmpl/lib/jquery/jquery.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/ajaxfileupload.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/ajaxfileupload.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/dataTables.fnReloadAjax.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/dataTables.fnReloadAjax.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/humanmsg.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/humanmsg.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.checkboxes.min.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.checkboxes.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.cookie.min.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.cookie.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.columnFilter.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.columnFilter.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.colvis.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.colvis.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.min.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.rowGrouping.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.rowGrouping.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.highlight-3.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.highlight-3.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.indexeddb.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.indexeddb.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.insertatcaret.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.insertatcaret.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.jeditable.mini.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.jeditable.mini.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.jstree.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.jstree.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.treeview.pack.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.treeview.pack.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.validate.min.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.validate.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/multiple-select/LICENSE b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/multiple-select/LICENSE >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/multiple-select/jquery.multiple.select.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/multiple-select/jquery.multiple.select.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/multiple-select/multiple-select.css b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/multiple-select/multiple-select.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/d.gif b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/d.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/d.png b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/d.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/dot_for_ie.gif b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/dot_for_ie.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/style.css b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/style.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/throbber.gif b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/themes/classic/throbber.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/jquery.treetable.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/jquery.treetable.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.theme.default.css b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.theme.default.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/screen.css b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/screen.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jsdiff/jsdiff.js b/koha-tmpl/intranet-tmpl/lib/jsdiff/jsdiff.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/jsdiff/jsdiff.min.js b/koha-tmpl/intranet-tmpl/lib/jsdiff/jsdiff.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/shims/json2.js b/koha-tmpl/intranet-tmpl/lib/shims/json2.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/shims/json2.min.js b/koha-tmpl/intranet-tmpl/lib/shims/json2.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/shortcut/shortcut.js b/koha-tmpl/intranet-tmpl/lib/shortcut/shortcut.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/langs/en.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/langs/en.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/license.txt b/koha-tmpl/intranet-tmpl/lib/tiny_mce/license.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/css/advhr.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/css/advhr.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/editor_plugin.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/editor_plugin.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/js/rule.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/js/rule.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/langs/en_dlg.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/langs/en_dlg.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/rule.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/rule.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/css/advlink.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/css/advlink.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/editor_plugin.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/editor_plugin.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/js/advlink.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/js/advlink.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/langs/en_dlg.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/langs/en_dlg.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/link.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/link.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/contextmenu/editor_plugin.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/contextmenu/editor_plugin.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/print/editor_plugin.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/print/editor_plugin.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/save/editor_plugin.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/save/editor_plugin.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/css/searchreplace.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/css/searchreplace.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/editor_plugin.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/editor_plugin.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/js/searchreplace.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/js/searchreplace.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/langs/en_dlg.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/langs/en_dlg.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/searchreplace.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/searchreplace.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/cell.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/cell.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/cell.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/cell.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/row.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/row.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/table.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/table.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/editor_plugin.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/editor_plugin.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/cell.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/cell.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/merge_cells.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/merge_cells.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/row.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/row.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/table.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/table.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/langs/en_dlg.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/langs/en_dlg.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/merge_cells.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/merge_cells.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/row.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/row.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/table.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/table.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/about.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/about.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/anchor.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/anchor.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/charmap.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/charmap.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/color_picker.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/color_picker.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/editor_template.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/editor_template.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/image.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/image.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/colorpicker.jpg b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/colorpicker.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/flash.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/flash.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/icons.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/icons.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/iframe.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/iframe.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/pagebreak.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/pagebreak.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/quicktime.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/quicktime.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/realmedia.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/realmedia.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/shockwave.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/shockwave.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/trans.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/trans.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/video.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/video.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/windowsmedia.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/windowsmedia.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/about.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/about.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/anchor.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/anchor.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/charmap.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/charmap.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/color_picker.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/color_picker.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/image.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/image.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/link.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/link.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/source_editor.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/source_editor.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en_dlg.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en_dlg.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/link.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/link.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/shortcuts.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/shortcuts.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/content.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/content.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/dialog.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/dialog.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/buttons.png b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/buttons.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/items.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/items.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_check.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_check.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/progress.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/progress.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/tabs.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/tabs.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/ui.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/ui.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/content.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/content.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/dialog.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/dialog.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/ui.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/ui.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/content.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/content.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/dialog.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/dialog.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_black.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_black.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/source_editor.htm b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/source_editor.htm >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/editor_template.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/editor_template.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/img/icons.gif b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/img/icons.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/langs/en.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/langs/en.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/content.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/content.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/ui.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/ui.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/content.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/content.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/ui.css b/koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/ui.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.pl b/koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.pl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_popup.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_popup.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/editable_selects.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/editable_selects.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/form_utils.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/form_utils.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/mctabs.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/mctabs.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/validate.js b/koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/validate.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/columns.def b/koha-tmpl/intranet-tmpl/prog/en/columns.def >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/blue.css b/koha-tmpl/intranet-tmpl/prog/en/css/blue.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/card.css b/koha-tmpl/intranet-tmpl/prog/en/css/card.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.colvis.css b/koha-tmpl/intranet-tmpl/prog/en/css/datatables.colvis.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css b/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/help.css b/koha-tmpl/intranet-tmpl/prog/en/css/help.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/hierarchy.css b/koha-tmpl/intranet-tmpl/prog/en/css/hierarchy.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css b/koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/itemsearchform.css b/koha-tmpl/intranet-tmpl/prog/en/css/itemsearchform.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/label.css b/koha-tmpl/intranet-tmpl/prog/en/css/label.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/login.css b/koha-tmpl/intranet-tmpl/prog/en/css/login.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css b/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css b/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/print.css b/koha-tmpl/intranet-tmpl/prog/en/css/print.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css b/koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/quotes.css b/koha-tmpl/intranet-tmpl/prog/en/css/quotes.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css b/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/spinelabel.css b/koha-tmpl/intranet-tmpl/prog/en/css/spinelabel.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/tinymce.css b/koha-tmpl/intranet-tmpl/prog/en/css/tinymce.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/file.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/file.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/folder-closed.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/folder-closed.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/folder.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/folder.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/minus.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/minus.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/plus.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/plus.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-black-line.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-black-line.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-black.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-black.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-default-line.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-default-line.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-default.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-default.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-famfamfam-line.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-famfamfam-line.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-famfamfam.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-famfamfam.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-gray-line.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-gray-line.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-gray.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-gray.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-red-line.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-red-line.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-red.gif b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-red.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/treeview/jquery.treeview.css b/koha-tmpl/intranet-tmpl/prog/en/css/treeview/jquery.treeview.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/uploader.css b/koha-tmpl/intranet-tmpl/prog/en/css/uploader.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_CF.xsd b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_CF.xsd >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/additem.js.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/additem.js.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-default-view.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-default-view.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/browser-strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/browser-strings.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >old mode 100644 >new mode 100755 >index 97da6c3..7c31074 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -219,7 +219,7 @@ CAN_user_serials_create_subscription ) %] > <button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt"></i> Save <span class="caret"></span></button> > <ul class="dropdown-menu"> > <li><a href="/cgi-bin/koha/catalogue/export.pl?format=bibtex&op=export&bib=[% biblionumber %]">BIBTEX</a></li> >- <li><a href="/cgi-bin/koha/catalogue/export.pl?format=dc&op=export&bib=[% biblionumber %]">Dublin Core (XML)</a></li> >+ <li><a href="#" data-toggle="modal" data-target="#exportModal_">Dublin Core</a></li> > <li><a href="/cgi-bin/koha/catalogue/export.pl?format=marcxml&op=export&bib=[% biblionumber %]">MARCXML</a></li> > <li><a href="/cgi-bin/koha/catalogue/export.pl?format=marc8&op=export&bib=[% biblionumber %]">MARC (non-Unicode/MARC-8)</a></li> > <li><a href="/cgi-bin/koha/catalogue/export.pl?format=utf8&op=export&bib=[% biblionumber %]">MARC (Unicode/UTF-8)</a></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_items.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_items.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/contracts-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/contracts-admin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/basket.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/basketgroup.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/currencies-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/currencies-admin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/datatables-strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/datatables-strings.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-open.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-open.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/form-blocks.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/form-blocks.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/format_price.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/format_price.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranetstylesheet.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/intranetstylesheet.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/merge-record-strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/merge-record-strings.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/nl-search-form.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/nl-search-form.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/page-numbers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/page-numbers.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/popup-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/popup-bottom.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/printers-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/printers-admin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/quotes-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/quotes-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/quotes-upload-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/quotes-upload-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/resort_form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/resort_form.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/rotating-collections-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/rotating-collections-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/slip-print.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/slip-print.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/stopwords-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/stopwords-admin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/subscriptions-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/subscriptions-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/timepicker.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/timepicker.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-nomatch-action.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-nomatch-action.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-overlay-action.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-overlay-action.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/validator-strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/validator-strings.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/vendor-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/vendor-menu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves/merge/selection.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves/merge/selection.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/additem.js b/koha-tmpl/intranet-tmpl/prog/en/js/additem.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/ajax.js b/koha-tmpl/intranet-tmpl/prog/en/js/ajax.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js b/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/basket.js b/koha-tmpl/intranet-tmpl/prog/en/js/basket.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/basketgroup.js b/koha-tmpl/intranet-tmpl/prog/en/js/basketgroup.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js b/koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/holds.js b/koha-tmpl/intranet-tmpl/prog/en/js/holds.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/localcovers.js b/koha-tmpl/intranet-tmpl/prog/en/js/localcovers.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/members.js b/koha-tmpl/intranet-tmpl/prog/en/js/members.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/merge-record.js b/koha-tmpl/intranet-tmpl/prog/en/js/merge-record.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/offlinecirc.js b/koha-tmpl/intranet-tmpl/prog/en/js/offlinecirc.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/pages/addbiblio.js b/koha-tmpl/intranet-tmpl/prog/en/js/pages/addbiblio.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/pages/batchMod.js b/koha-tmpl/intranet-tmpl/prog/en/js/pages/batchMod.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js b/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js b/koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/prevent_submit.js b/koha-tmpl/intranet-tmpl/prog/en/js/prevent_submit.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js b/koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/xmlControlfield.js b/koha-tmpl/intranet-tmpl/prog/en/js/xmlControlfield.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation-debug.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation-debug.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/button-core.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/button-core.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/button-skin.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/button-skin.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/button.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/button.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/menu-button-arrow-disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/menu-button-arrow-disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/menu-button-arrow.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/menu-button-arrow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-active.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-active.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-focus.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-focus.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-hover.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-hover.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-beta-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-beta-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-debug.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-debug.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/alrt16_1.gif b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/alrt16_1.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/blck16_1.gif b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/blck16_1.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/close12_1.gif b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/close12_1.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/container-core.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/container-core.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/container.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/container.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/hlp16_1.gif b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/hlp16_1.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/info16_1.gif b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/info16_1.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/skins/sam/container-skin.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/skins/sam/container-skin.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/skins/sam/container.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/skins/sam/container.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/tip16_1.gif b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/tip16_1.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/warn16_1.gif b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/warn16_1.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container-debug.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container-debug.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core-debug.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core-debug.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-debug.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-debug.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-beta-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-beta-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-debug.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-debug.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json-debug.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json-debug.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu-button-arrow-disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu-button-arrow-disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu-button-arrow.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu-button-arrow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu-core.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu-core.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_down_arrow.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_down_arrow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_down_arrow_disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_down_arrow_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_up_arrow.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_up_arrow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_up_arrow_disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_up_arrow_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator_disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator_selected.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator_selected.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox_disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox_selected.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox_selected.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator_disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator_selected.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator_selected.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menu-skin.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menu-skin.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menu.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menu.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_checkbox.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_checkbox.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_checkbox_disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_checkbox_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-debug.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-debug.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/plugins/bubbling-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/plugins/bubbling-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/plugins/loading-min.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/plugins/loading-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/skin.css b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/skin.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-active.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-active.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-disabled.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-focus.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-focus.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-hover.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-hover.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/sprite.png b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/sprite.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/utilities/utilities.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/utilities/utilities.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/yahoo-dom-event/yahoo-dom-event.js b/koha-tmpl/intranet-tmpl/prog/en/lib/yui/yahoo-dom-event/yahoo-dom-event.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ajax.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ajax.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/aqbasketuser_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/aqbasketuser_search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basketgroup.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/lateorders.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget_user_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget_user_search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_field.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_field.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/local_use.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/local_use.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/stopwords.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/stopwords.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >old mode 100644 >new mode 100755 >index ee5915e..d4da64c >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -297,6 +297,74 @@ function verify_images() { > > [% END %] > }); >+ >+ //JQuery for Dublin Core Exporter >+ $(document).ready(function(){ >+ $("#input-simple").click(function(){ >+ $(".rdfoptions").removeAttr("disabled"); >+ $(".xmloptions").attr("disabled","disabled"); >+ $("#dc-rdf").toggle(); >+ $("#dc-xml").hide(); >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#input-rdf").click(function(){ >+ $(".rdfoptions").removeAttr("disabled"); >+ $(".xmloptions").attr("disabled","disabled"); >+ $("#dc-rdf").toggle(); >+ $("#dc-xml").hide(); >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#input-xml").click(function(){ >+ $(".xmloptions").removeAttr("disabled"); >+ $(".rdfoptions").attr("disabled","disabled"); >+ if($("#root_checked").is(':checked')){ >+ $("#root_value").removeAttr("disabled"); >+ } else { >+ $("#root_value").attr("disabled","disabled"); >+ } >+ if($("#schema_checked").is(':checked')){ >+ $("#schema_value").removeAttr("disabled"); >+ } else { >+ $("#schema_value").attr("disabled","disabled"); >+ } >+ $("#dc-xml").toggle(); >+ $("#dc-rdf").hide(); >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#root_checked").click(function(){ >+ if($("#root_checked").is(':checked')){ >+ $("#root_value").removeAttr("disabled"); >+ } else { >+ $("#root_value").attr("disabled","disabled"); >+ } >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#schema_checked").click(function(){ >+ if($("#schema_checked").is(':checked')){ >+ $("#schema_value").removeAttr("disabled"); >+ } else { >+ $("#schema_value").attr("disabled","disabled"); >+ } >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#input-oai").click(function(){ >+ $(".rdfoptions").attr("disabled","disabled"); >+ $(".xmloptions").attr("disabled","disabled"); >+ $("#dc-rdf").hide(); >+ $("#dc-xml").hide(); >+ }); >+ }); >+ > //]]> > </script> > </head> >@@ -1003,7 +1071,7 @@ function verify_images() { > <th>Save Record</th> </tr> > <tr><td> Select download format: <select name="format"> > <option value="mods">MODS (XML)</option> >- <option value="dc">Dublin Core (XML)</option> >+ <option data-toggle="modal" data-target="#exportModal_">Dublin Core</option> <!-- trigger modal --> > <option value="marcxml">MARCXML</option> > <option value="marc8">MARC (non-Unicode/MARC-8)</option> > <option value="utf8">MARC (Unicode/UTF-8)</option> </select> >@@ -1036,4 +1104,64 @@ function verify_images() { > </div> > [% END %] > </div> >+ <!-- Modal for Dublin Core--> >+ <div class="modal hide" id="exportModal_" tabindex="-1" role="dialog" aria-labelledby="exportLabelexportModal_" aria-hidden="true"> >+ <div class="modal-header"> >+ <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> >+ <h3 id="exportLabelexportModal_">Exporting to Dublin Core...</h3> >+ </div> >+ <!-- Form to recolect data for Dublin Core--> >+ <form method="get" action="/cgi-bin/koha/catalogue/export.pl"> >+ <div class="modal-body"> >+ <fieldset> >+ <input id="input-simple" type="radio" name="recommendation" value="simple-dc-rdf">Simple DC-RDF >+ <br> >+ <input id="input-rdf" type="radio" name="recommendation" value="dc-rdf" checked>DC-RDF (Recommended) >+ <div id="dc-rdf" style="display:none;"> >+ <br>DC-RDF is downloadable in "rdfxml" by default (this is according with the >+ <br>recommendation), but you can download the file in other formats: >+ <br> >+ <input class="rdfoptions" type="radio" name="formats" value="rdfxml" checked>rdfxml >+ <input class="rdfoptions" type="radio" name="formats" value="rdfjson">rdfjson >+ <input class="rdfoptions" type="radio" name="formats" value="ntriples">ntriples >+ <input class="rdfoptions" type="radio" name="formats" value="nquads">nquads >+ <input class="rdfoptions" type="radio" name="formats" value="ntriples-canonical">ntriples-canonical >+ <input class="rdfoptions" type="radio" name="formats" value="turtle">turtle >+ </div> >+ <br> >+ <input id="input-xml" type="radio" name="recommendation" value="dc-xml">DC-XML >+ <div id="dc-xml" style="display:none;"> >+ <p><b>Output options for DC-XML</b> >+ <br> >+ <b>Dublin Core level</b></p> >+ <p><input class="xmloptions" type="radio" name="qualifier" value="0" checked disabled>Simple Dublin Core >+ <input class="xmloptions" type="radio" name="qualifier" value="1" disabled>Qualified Dublin Core</p> >+ <b>Other data (Optional)</b> >+ <br> >+ <input id="root_checked" class="xmloptions" type="checkbox" value="root"> >+ Root element: <input id="root_value" class="xmloptions" type="text" name="root_element" value="metadata" disabled> >+ <br>The xsischemaLocation should be filled like: >+ <br>http://example.org/myapp/ http://example.org/myapp/schema.xsd >+ <br> >+ <input id="schema_checked" class="xmloptions" type="checkbox" value="schema" disabled> >+ xsischemaLocation: <input id="schema_value" class="xmloptions" type="url" name="xsischemalocation" disabled><br> >+ </div> >+ <br> >+ <input id="input-oai" type="radio" name="recommendation" value="oai-dc">OAI-DC >+ <br> >+ <div> >+ <br>Learn more about DCMI Specifications at: <a href="http://dublincore.org/specifications/">http://dublincore.org/specifications/</a> >+ <br> >+ </div> >+ </fieldset> >+ </div> >+ <div class="modal-footer"> >+ <button type="submit" class="btn">Export</button> >+ <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button> >+ </div> >+ <input type="hidden" name="op" value="export" /> >+ <input type="hidden" name="format" value="dc" /> >+ <input type="hidden" name="bib" value="[% biblionumber %]" /> >+ </form> >+ </div> > [% INCLUDE 'intranet-bottom.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.json.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.json.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/subject.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/subject.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/ajax.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/ajax.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_book.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_book.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_computerfile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_computerfile.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100_authorities.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_106.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_106.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115b.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_117.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_117.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121b.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_122.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_122.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123d.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123d.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123e.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123e.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123f.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123f.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123g.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123g.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123i_j.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123i_j.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124b.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124c.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124c.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124d.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124d.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124e.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124e.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124f.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124f.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124g.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124g.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125b.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126b.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_127.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_127.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128b.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128c.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128c.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_130.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_130.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_141.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_141.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_686a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_686a.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_700-4.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_700-4.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/invalid-course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/invalid-course.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketgroup.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/booksellers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/histsearch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoice.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoices.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/lateorders.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderbiblio.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/neworderempty.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersuggestion.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/orderreceive.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcel.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/parcels.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/supplier.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/uncertainprice.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/z3950_search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/admin-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqplan.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branch_transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branch_transfer_limits.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/checkmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/checkmarc.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/cities.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/currency.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/fieldmapping.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/itemtypes.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marctagstructure.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_set_mappings.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/oai_sets.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/patron-attr-types.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/merge.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/addbiblio.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/addbooks.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/additem.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/linkitem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/linkitem.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/merge.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/moveitem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/moveitem.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchoverdues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchoverdues.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchtransfers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/offline.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/offline.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/overdue.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/pendingreserves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/reserveratios.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/reserveratios.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/selectbranchprinter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/selectbranchprinter.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/transferstoreceive.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/view_holdsqueue.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/waitingreserves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/add_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/add_items.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-details.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-reserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-reserves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/paycollect.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/process_koc.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patron_lists/lists.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/acquisitions_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/acquisitions_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/bor_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/bor_issues_top.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_out.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/cat_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/cat_issues_top.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_out.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/dictionary.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_avg_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_avg_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/itemslost.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reserves_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reviews/reviewswaiting.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reviews/reviewswaiting.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/checkexpiration.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/claims.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-collection.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-edit.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-detail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/cleanborrowers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/koha-news.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/marc_modification_templates.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/modborrowers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/stage-marc-import.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/tools-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/upload-cover-image.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/upload-cover-image.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/viewlog.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/guarantor_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/guarantor_search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/nl-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/nl-search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/card-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/card-print.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_by_borrower_category.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_by_borrower_category.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reservereport.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reservereport.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/stats_screen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/stats_screen.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-recieve.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-recieve.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-history.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-history.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/services/itemrecorddisplay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/services/itemrecorddisplay.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/sms/sms-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/sms/sms-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/test/README b/koha-tmpl/intranet-tmpl/prog/en/modules/test/README >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/merge.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del952.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/Del952.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del995.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/Del995.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept952.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept952.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept995.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept995.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MADS.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MADS.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3-1.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3-1.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS32.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS32.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl.1 b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl.1 >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2SRWDC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2SRWDC.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim9522852.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim9522852.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils-MODS31.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils-MODS31.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils2.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils2.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2OAIDC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2OAIDC.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2OAIDC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2OAIDC.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/identity.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/identity.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/oilsMARC21slim2HTML.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/oilsMARC21slim2HTML.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/approve.gif b/koha-tmpl/intranet-tmpl/prog/img/approve.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/arrow-bullet.gif b/koha-tmpl/intranet-tmpl/prog/img/arrow-bullet.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/asc.gif b/koha-tmpl/intranet-tmpl/prog/img/asc.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/ascdesc.gif b/koha-tmpl/intranet-tmpl/prog/img/ascdesc.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/background_koha_logo.png b/koha-tmpl/intranet-tmpl/prog/img/background_koha_logo.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/cart-small.gif b/koha-tmpl/intranet-tmpl/prog/img/cart-small.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/cart.gif b/koha-tmpl/intranet-tmpl/prog/img/cart.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/checkall.gif b/koha-tmpl/intranet-tmpl/prog/img/checkall.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/clear-field.png b/koha-tmpl/intranet-tmpl/prog/img/clear-field.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/clone-field.png b/koha-tmpl/intranet-tmpl/prog/img/clone-field.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/clone-subfield.png b/koha-tmpl/intranet-tmpl/prog/img/clone-subfield.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/collapse.gif b/koha-tmpl/intranet-tmpl/prog/img/collapse.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/css_header.png b/koha-tmpl/intranet-tmpl/prog/img/css_header.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/datatables/back_disabled.jpg b/koha-tmpl/intranet-tmpl/prog/img/datatables/back_disabled.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/datatables/back_enabled.jpg b/koha-tmpl/intranet-tmpl/prog/img/datatables/back_enabled.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/datatables/forward_disabled.jpg b/koha-tmpl/intranet-tmpl/prog/img/datatables/forward_disabled.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/datatables/forward_enabled.jpg b/koha-tmpl/intranet-tmpl/prog/img/datatables/forward_enabled.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_asc.png b/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_asc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_asc_disabled.png b/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_asc_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_both.png b/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_both.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_desc.png b/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_desc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_desc_disabled.png b/koha-tmpl/intranet-tmpl/prog/img/datatables/sort_desc_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/delete-subfield.png b/koha-tmpl/intranet-tmpl/prog/img/delete-subfield.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/delete-tag.png b/koha-tmpl/intranet-tmpl/prog/img/delete-tag.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/deny.gif b/koha-tmpl/intranet-tmpl/prog/img/deny.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/desc.gif b/koha-tmpl/intranet-tmpl/prog/img/desc.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/dropshadow-alpha.png b/koha-tmpl/intranet-tmpl/prog/img/dropshadow-alpha.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/dropshadow-mask.gif b/koha-tmpl/intranet-tmpl/prog/img/dropshadow-mask.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/dropshadow.gif b/koha-tmpl/intranet-tmpl/prog/img/dropshadow.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/edit-tag.png b/koha-tmpl/intranet-tmpl/prog/img/edit-tag.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/elipsis.gif b/koha-tmpl/intranet-tmpl/prog/img/elipsis.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/expand.gif b/koha-tmpl/intranet-tmpl/prog/img/expand.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/AR.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/AR.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/BK.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/BK.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/CF.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/CF.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/GR.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/GR.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/MM.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/MM.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/MP.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/MP.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/MU.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/MU.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/MX.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/MX.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/PR.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/PR.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/SE.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/SE.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/ST.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/ST.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/TD.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/TD.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/VM.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/VM.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/book.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/book.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/book_link.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/book_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/book_open.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/book_open.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/calendar.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/calendar.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/computer_link.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/computer_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/cross.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/cross.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/error.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/film.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/film.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/map.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/map.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/music.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/music.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/newspaper.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/newspaper.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/page_white_acrobat.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/page_white_acrobat.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/page_white_code.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/page_white_code.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/page_white_excel.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/page_white_excel.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/report_disk.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/report_disk.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/sound.png b/koha-tmpl/intranet-tmpl/prog/img/famfamfam/silk/sound.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/favicon.ico b/koha-tmpl/intranet-tmpl/prog/img/favicon.ico >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/filefind.png b/koha-tmpl/intranet-tmpl/prog/img/filefind.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/first-disabled.png b/koha-tmpl/intranet-tmpl/prog/img/first-disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/first.png b/koha-tmpl/intranet-tmpl/prog/img/first.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/glyphicons-halflings-koha.png b/koha-tmpl/intranet-tmpl/prog/img/glyphicons-halflings-koha.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/glyphicons-halflings-white-koha.png b/koha-tmpl/intranet-tmpl/prog/img/glyphicons-halflings-white-koha.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/go-bottom.png b/koha-tmpl/intranet-tmpl/prog/img/go-bottom.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/go-down.png b/koha-tmpl/intranet-tmpl/prog/img/go-down.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/go-top.png b/koha-tmpl/intranet-tmpl/prog/img/go-top.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/go-up.png b/koha-tmpl/intranet-tmpl/prog/img/go-up.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/item-bullet.gif b/koha-tmpl/intranet-tmpl/prog/img/item-bullet.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/AV.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/AV.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/AV.jpg b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/AV.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/DVD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/DVD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/DVDreserve.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/DVDreserve.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ILL.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ILL.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ILL.jpg b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ILL.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalCD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalCD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalDVD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalDVD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalVHS.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalVHS.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalVHS.jpg b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivalVHS.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivaltape.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/archivaltape.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/book.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cd.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cdrom.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cdrom.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cdromreserve.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/cdromreserve.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/download.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/download.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ebook.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/ebook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/key.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/key.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/key.jpg b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/key.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/newbook.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/newbook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/referencebook.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/referencebook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservebook.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservebook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservecd.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservecd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservetape.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservetape.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservevhs.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/reservevhs.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/tape.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/tape.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/vhs.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/Seshat/vhs.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/2d_art.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/2d_art.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/3d_art.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/3d_art.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/7Day_book.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/7Day_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/archive.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/archive.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/audio.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/audio.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/book.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/cd_music.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/cd_music.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/computer_file.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/computer_file.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/digital_audio.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/digital_audio.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/dvd.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/dvd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_book.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_journal.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_journal.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_video.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/e_video.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/journal.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/journal.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/juvenile_book.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/juvenile_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/kit.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/kit.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/laserdisk.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/laserdisk.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/map.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/map.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/noncirc_book.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/noncirc_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/noncirc_dvd.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/noncirc_dvd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/periodical.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/periodical.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/realia.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/realia.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/reference.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/reference.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/reserve_book.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/reserve_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/score.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/score.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/software.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/software.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/sound.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/sound.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/tape_music.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/tape_music.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/vhs.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/vhs.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/vinyl_music.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/vinyl_music.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/web.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/bridge/web.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/bd.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/bd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/cd.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/cdrom.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/cdrom.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dossier_de_presse.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dossier_de_presse.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dvd.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dvd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dvd_musical.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/dvd_musical.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_ancien.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_ancien.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_artiste.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_artiste.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_audio.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_audio.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_en_gros_caracteres.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_en_gros_caracteres.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_multimedia.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/livre_multimedia.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/partition.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/partition.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/revue.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/revue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/vhs.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/carredart/vhs.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/000000.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/000000.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/006600.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/006600.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/3333cc.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/3333cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/660000.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/660000.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/6600cc.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/6600cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/663333.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/663333.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/6666cc.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/6666cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/66cc66.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/66cc66.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/990000.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/990000.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/996633.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/996633.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/999999.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/999999.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/9999cc.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/9999cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/99cc33.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/99cc33.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc3333.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc3333.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc6666.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc6666.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc66cc.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc66cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc9999.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc9999.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc99cc.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cc99cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cccc00.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/cccc00.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/ffff33.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/ffff33.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/ffffcc.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/ffffcc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/ffffff.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/colors/ffffff.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/Internet_Connection_Tools.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/Internet_Connection_Tools.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/Quicktime.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/Quicktime.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_COPYING.txt b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_COPYING.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_README.txt b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_README.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/aktion.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/aktion.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/binary.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/binary.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/blockdevice.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/blockdevice.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/bookmark.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/bookmark.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/books-closed-32.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/books-closed-32.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/books-open-32.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/books-open-32.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/books-open-cd-32.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/books-open-cd-32.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/browser.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/browser.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/build.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/build.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/calc.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/calc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/camera.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/camera.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cardgame.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cardgame.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdimage.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdimage.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdrom_mount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdrom_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdrom_unmount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdrom_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdtrack.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdtrack.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdwriter_mount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdwriter_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdwriter_unmount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/cdwriter_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/decrypted.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/decrypted.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/demo.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/demo.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/desktopshare.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/desktopshare.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/display.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/display.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/document.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/document.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/document2.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/document2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/download_manager.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/download_manager.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/dvd_mount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/dvd_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/dvd_mount_2.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/dvd_mount_2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/dvd_unmount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/dvd_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/edit.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/editpaste.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/editpaste.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/encrypted.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/encrypted.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/file_temporary.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/file_temporary.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/floppy_mount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/floppy_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/floppy_unmount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/floppy_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_blue.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_green.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_green.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_grey.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_grey.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_grey_open.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_grey_open.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_html.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_html.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_image.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_images.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_images.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_locked.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_locked.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_music.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_music.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_print.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_print.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_red.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_sound.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_sound.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_txt.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_txt.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_video.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_video.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_yellow.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/folder_yellow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/hdd_mount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/hdd_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/html.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/html.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/image.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/image2.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/image2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/info.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/info.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/internet.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/internet.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/joystick.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/joystick.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kaddressbook.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kaddressbook.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kbackgammon.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kbackgammon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kcmdf.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kcmdf.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kcmmidi.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kcmmidi.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kcoloredit.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kcoloredit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kdict.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kdict.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kedit.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kedit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/keyboard.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/keyboard.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/klaptop.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/klaptop.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kmid.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kmid.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/korganizer.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/korganizer.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kpackage.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kpackage.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kpat.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kpat.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kpoker.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kpoker.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kscd.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kscd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/ksnapshot.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/ksnapshot.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kuser2.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kuser2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kwrite.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kwrite.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kxkb.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/kxkb.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lock-silver.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lock-silver.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lock.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lock.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lock_-_pink.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lock_-_pink.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/log.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/log.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lsongs.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/lsongs.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/make.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/make.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/man.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/man.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/message.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/message.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mime-postscript.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mime-postscript.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mime_txt.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mime_txt.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mp3player.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mp3player.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mp3player2.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mp3player2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/musicstore.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/musicstore.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/musicstore2.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/musicstore2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mymac.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/mymac.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/nfs_mount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/nfs_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/nfs_unmount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/nfs_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/palm.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/palm.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/pda.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/pda.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/pda_black.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/pda_black.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/pda_blue.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/pda_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/print_class.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/print_class.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/readme.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/readme.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/reminders.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/reminders.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/scanner.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/scanner.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/schedule.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/schedule.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/starthere.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/starthere.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/tablet.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/tablet.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/tutorials.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/tutorials.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/tv.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/tv.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/usb.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/usb.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/usbpendrive_mount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/usbpendrive_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/usbpendrive_unmount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/usbpendrive_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/viewmag.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/viewmag.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/voice-support.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/voice-support.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/xmms.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/xmms.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/zip_mount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/zip_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/zip_unmount.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/zip_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtobasket.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtobasket.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtocart.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtocart.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtoshelf.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtoshelf.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtoshelf.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/addtoshelf.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook-cd.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook-cd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook-cd.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook-cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/audiobook.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/beginner-reader-book.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/beginner-reader-book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/beginner-reader.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/beginner-reader.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/big-book-icon.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/big-book-icon.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/big-book-icon.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/big-book-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-bag-icon.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-bag-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-bag.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-bag.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-60px.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-60px.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-author-search.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-author-search.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-author-search.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-author-search.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-biography.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-biography.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-biography.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-biography.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-call-number.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-call-number.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-mystery.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-mystery.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-mystery.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-mystery.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-mystery2.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-mystery2.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-non-fiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-non-fiction.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-non-fiction.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-scifi-60px.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-scifi-60px.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-sifi.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-sifi.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-subject-search.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-subject-search.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-subject-search.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-subject-search.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-title-search.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-title-search.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-title-search.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-title-search.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-western.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-western.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-western.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon-western.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-large-print.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-large-print.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-large-print.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/book-large-print.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/brief..gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/brief..gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/card.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/card.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/card.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/card.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/cd-rom-icon.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/cd-rom-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/clear-book-bag.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/clear-book-bag.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/clear-book-bag.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/clear-book-bag.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/detail.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/detail.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/detail.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/detail.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/faculty-course-manual.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/faculty-course-manual.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/faculty-course-materials.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/faculty-course-materials.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/icon-reference.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/icon-reference.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/icon-refrence.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/icon-refrence.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/keyword-search.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/keyword-search.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/keyword-search.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/keyword-search.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/music-CD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/music-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/music-cd.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/music-cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/newspaper-icon.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/newspaper-icon.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/newspaper-icon.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/newspaper-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/videocassette.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/videocassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/videocassette.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/videocassette.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/vinyl-sound-recordings.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/vinyl-sound-recordings.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/vynal-sound-recording.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/vynal-sound-recording.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/AVA.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/AVA.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Adult-nonfiction-book-on-cassette.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Adult-nonfiction-book-on-cassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Audiobook.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Audiobook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Biography.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Biography.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Book-on-CD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Book-on-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Book-on-Tape.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Book-on-Tape.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/CD-ROM-software.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/CD-ROM-software.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD-Juvenile-nonfiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD-Juvenile-nonfiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD-Juvenile.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD-Juvenile.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD-nonfiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD-nonfiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/DVD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/EDLS.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/EDLS.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Ed.-Curriculum.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Ed.-Curriculum.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/FLAG.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/FLAG.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Faculty-Course-Materials.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Faculty-Course-Materials.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Fiction-large-print.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Fiction-large-print.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Fiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-audiobook.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-audiobook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-biography.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-biography.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-book-tape-kit.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-book-tape-kit.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-fiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-non-fiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-nonfiction-book-on-CD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-nonfiction-book-on-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-nonfiction-book-on-cassette.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-nonfiction-book-on-cassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-picture-books.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-picture-books.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-reference.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Juvenile-reference.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Local-history.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Local-history.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Magazine.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Magazine.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Microfiche.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Microfiche.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Microfilm.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Microfilm.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Music-CD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Music-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Mystery.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Mystery.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Non-fiction-large-print.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Non-fiction-large-print.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Non-fiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Pamphlet.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Pamphlet.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Paperback-romance.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Paperback-romance.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Rare-Book.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Rare-Book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Reference.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Reference.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/SIRS.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/SIRS.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/SS.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/SS.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/ScienceFictionFantasy.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/ScienceFictionFantasy.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette-juvenile-non-fiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette-juvenile-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette-juvenile.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette-juvenile.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette-non-fiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Videocassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Vinyl-Sound-Recordings.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Vinyl-Sound-Recordings.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/WEB.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/WEB.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Western.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Western.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/YAC.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/YAC.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-Adult-fiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-Adult-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-Adult-non-fiction.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-Adult-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-adult-fiction-book-on-CD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-adult-fiction-book-on-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-adult-nonfiction-book-on-CD.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-adult-nonfiction-book-on-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-adult-nonfiction-book-on-cassette.gif b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/npl/Young-adult-nonfiction-book-on-cassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ACT-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ACT-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ACT.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ACT.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BLURAY-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BLURAY-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BLURAY.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BLURAY.png >old mode 100644 >new mode 100755 >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 >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-On-CD-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-On-CD-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-On-Tape-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book-On-Tape-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Book.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BookOnCD.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BookOnCD.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BookOnTape.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/BookOnTape.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/DVD-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/DVD-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/DVD.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/DVD.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Download-Audio-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Download-Audio-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/DownloadableAudio.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/DownloadableAudio.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EDUC-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EDUC-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EDUC.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EDUC.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EQUIP-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EQUIP-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EQUIP.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/EQUIP.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/FIC-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/FIC-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/FIC.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/FIC.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/HOLIDAY-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/HOLIDAY-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/HOLIDAY.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/HOLIDAY.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Hardware-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Hardware-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Hardware.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Hardware.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ILL-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ILL-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ILL.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/ILL.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Backpack_Image.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Backpack_Image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Backpack_Word.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Backpack_Word.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Image.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Image.png >old mode 100644 >new mode 100755 >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 >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Kit_Bag_Word.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/LargePrint-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/LargePrint-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/LargePrint.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/LargePrint.png >old mode 100644 >new mode 100755 >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 >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/MuseumPass.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Music-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Music-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Music.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Music.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NEWBK-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NEWBK-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NEWBK.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NEWBK.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NFIC-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NFIC-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NFIC.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/NFIC.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Periodical-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Periodical-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Periodical.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Periodical.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/PlayAway-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/PlayAway-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/PlayAway.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/PlayAway.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Reference-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Reference-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Reference.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Reference.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Special-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Special-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Special.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/Special.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/VHS-32px.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/VHS-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/VHS.png b/koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/vokal/VHS.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/koha-logo-black.png b/koha-tmpl/intranet-tmpl/prog/img/koha-logo-black.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.gif b/koha-tmpl/intranet-tmpl/prog/img/koha-logo-medium.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/koha-logo-white.png b/koha-tmpl/intranet-tmpl/prog/img/koha-logo-white.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/koha-logo.gif b/koha-tmpl/intranet-tmpl/prog/img/koha-logo.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/koha-logo.png b/koha-tmpl/intranet-tmpl/prog/img/koha-logo.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/koha.org-logo.gif b/koha-tmpl/intranet-tmpl/prog/img/koha.org-logo.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/label-creator-image.png b/koha-tmpl/intranet-tmpl/prog/img/label-creator-image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/last-disabled.png b/koha-tmpl/intranet-tmpl/prog/img/last-disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/last.png b/koha-tmpl/intranet-tmpl/prog/img/last.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/loading-small.gif b/koha-tmpl/intranet-tmpl/prog/img/loading-small.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/loading.gif b/koha-tmpl/intranet-tmpl/prog/img/loading.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/locked.png b/koha-tmpl/intranet-tmpl/prog/img/locked.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/more-arrow.gif b/koha-tmpl/intranet-tmpl/prog/img/more-arrow.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/more-up-arrow.gif b/koha-tmpl/intranet-tmpl/prog/img/more-up-arrow.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/more.gif b/koha-tmpl/intranet-tmpl/prog/img/more.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/next-disabled.png b/koha-tmpl/intranet-tmpl/prog/img/next-disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/next.png b/koha-tmpl/intranet-tmpl/prog/img/next.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/note.png b/koha-tmpl/intranet-tmpl/prog/img/note.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/patron-blank.png b/koha-tmpl/intranet-tmpl/prog/img/patron-blank.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/pop-up-link.png b/koha-tmpl/intranet-tmpl/prog/img/pop-up-link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/prev-disabled.png b/koha-tmpl/intranet-tmpl/prog/img/prev-disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/prev.png b/koha-tmpl/intranet-tmpl/prog/img/prev.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/print-confirm.gif b/koha-tmpl/intranet-tmpl/prog/img/print-confirm.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/progress.png b/koha-tmpl/intranet-tmpl/prog/img/progress.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/regularDay.jpg b/koha-tmpl/intranet-tmpl/prog/img/regularDay.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/regularHoliday.jpg b/koha-tmpl/intranet-tmpl/prog/img/regularHoliday.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/repeat-tag.png b/koha-tmpl/intranet-tmpl/prog/img/repeat-tag.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/repeatable.jpg b/koha-tmpl/intranet-tmpl/prog/img/repeatable.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/search-audio-books.gif b/koha-tmpl/intranet-tmpl/prog/img/search-audio-books.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/search-books.gif b/koha-tmpl/intranet-tmpl/prog/img/search-books.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/search-kids.gif b/koha-tmpl/intranet-tmpl/prog/img/search-kids.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/search-large-print.gif b/koha-tmpl/intranet-tmpl/prog/img/search-large-print.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/search-local-history.gif b/koha-tmpl/intranet-tmpl/prog/img/search-local-history.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/search-movies.gif b/koha-tmpl/intranet-tmpl/prog/img/search-movies.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/search-music.gif b/koha-tmpl/intranet-tmpl/prog/img/search-music.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/search-reference.gif b/koha-tmpl/intranet-tmpl/prog/img/search-reference.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/search-software-web.gif b/koha-tmpl/intranet-tmpl/prog/img/search-software-web.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/spinner-small.gif b/koha-tmpl/intranet-tmpl/prog/img/spinner-small.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/staff-home-icons-sprite.png b/koha-tmpl/intranet-tmpl/prog/img/staff-home-icons-sprite.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-add-to-shelf.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-add-to-shelf.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-delete.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-delete.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-duplicate.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-duplicate.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-edit.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-edit.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-hold.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-hold.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-new.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-new.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-orders.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-orders.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-password.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-password.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-print.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-print.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-receive.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-receive.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-renew.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-renew.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-save.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-save.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/toolbar-search.gif b/koha-tmpl/intranet-tmpl/prog/img/toolbar-search.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/up.png b/koha-tmpl/intranet-tmpl/prog/img/up.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/x.png b/koha-tmpl/intranet-tmpl/prog/img/x.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/img/x_alt_16x16.png b/koha-tmpl/intranet-tmpl/prog/img/x_alt_16x16.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.odt b/koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.odt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.pdf b/koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.pdf >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.odt b/koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.odt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.pdf b/koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.pdf >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.odt b/koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.odt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.pdf b/koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.pdf >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.odt b/koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.odt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.pdf b/koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.pdf >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/IM_notification.ogg b/koha-tmpl/intranet-tmpl/prog/sound/IM_notification.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/beep.ogg b/koha-tmpl/intranet-tmpl/prog/sound/beep.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/call.ogg b/koha-tmpl/intranet-tmpl/prog/sound/call.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/critical.ogg b/koha-tmpl/intranet-tmpl/prog/sound/critical.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/device_connect.ogg b/koha-tmpl/intranet-tmpl/prog/sound/device_connect.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/device_disconnect.ogg b/koha-tmpl/intranet-tmpl/prog/sound/device_disconnect.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/ending.ogg b/koha-tmpl/intranet-tmpl/prog/sound/ending.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/fail.ogg b/koha-tmpl/intranet-tmpl/prog/sound/fail.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/incoming_call.ogg b/koha-tmpl/intranet-tmpl/prog/sound/incoming_call.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/loading.ogg b/koha-tmpl/intranet-tmpl/prog/sound/loading.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/loading_2.ogg b/koha-tmpl/intranet-tmpl/prog/sound/loading_2.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/maximize.ogg b/koha-tmpl/intranet-tmpl/prog/sound/maximize.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/minimize.ogg b/koha-tmpl/intranet-tmpl/prog/sound/minimize.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/new_mail_notification.ogg b/koha-tmpl/intranet-tmpl/prog/sound/new_mail_notification.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/opening.ogg b/koha-tmpl/intranet-tmpl/prog/sound/opening.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/panic.ogg b/koha-tmpl/intranet-tmpl/prog/sound/panic.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/popup.ogg b/koha-tmpl/intranet-tmpl/prog/sound/popup.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet-tmpl/prog/sound/warning.ogg b/koha-tmpl/intranet-tmpl/prog/sound/warning.ogg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/intranet.html b/koha-tmpl/intranet.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/babeltheque.css b/koha-tmpl/opac-tmpl/bootstrap/css/babeltheque.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/datatables.css b/koha-tmpl/opac-tmpl/bootstrap/css/datatables.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/hierarchy.css b/koha-tmpl/opac-tmpl/bootstrap/css/hierarchy.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/jquery.rating.css b/koha-tmpl/opac-tmpl/bootstrap/css/jquery.rating.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css b/koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css b/koha-tmpl/opac-tmpl/bootstrap/css/opac.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/persona-buttons.css b/koha-tmpl/opac-tmpl/bootstrap/css/persona-buttons.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/print.css b/koha-tmpl/opac-tmpl/bootstrap/css/print.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/right-to-left.css b/koha-tmpl/opac-tmpl/bootstrap/css/right-to-left.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css b/koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/sco.css b/koha-tmpl/opac-tmpl/bootstrap/css/sco.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/bodytag.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/bodytag.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/datatables.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/datatables.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/date-format.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/date-format.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-open.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-open.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status-schema-org.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status-schema-org.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-sco.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-sco.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >old mode 100644 >new mode 100755 >index 904c232..39b5ea5 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -316,3 +316,67 @@ > </div> > </form> <!-- /#auth --> > </div> <!-- /#modalAuth --> >+ >+ <!-- Dublin Core Exporter modal form --> >+ <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> >+ <div class="modal-dialog"> >+ <div class="modal-content"> >+ <div class="modal-header"> >+ <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> >+ <h4 class="modal-title" id="myModalLabel">Exporting to Dublin Core...</h4> >+ </div> >+ <form method="get" action="/cgi-bin/koha/opac-export.pl"> >+ <div class="modal-body"> >+ <fieldset> >+ <input id="input-simple" type="radio" name="recommendation" value="simple-dc-rdf">Simple DC-RDF >+ <br> >+ <input id="input-rdf" type="radio" name="recommendation" value="dc-rdf" checked>DC-RDF (Recommended) >+ <div id="dc-rdf" style="display:none;"> >+ <br>DC-RDF is downloadable in "rdfxml" by default (this is according with the >+ <br>recommendation), but you can download the file in other formats: >+ <br> >+ <input class="rdfoptions" type="radio" name="formats" value="rdfxml" checked>rdfxml >+ <input class="rdfoptions" type="radio" name="formats" value="rdfjson">rdfjson >+ <input class="rdfoptions" type="radio" name="formats" value="ntriples">ntriples >+ <input class="rdfoptions" type="radio" name="formats" value="nquads">nquads >+ <input class="rdfoptions" type="radio" name="formats" value="ntriples-canonical">ntriples-canonical >+ <input class="rdfoptions" type="radio" name="formats" value="turtle">turtle >+ </div> >+ <br> >+ <input id="input-xml" type="radio" name="recommendation" value="dc-xml">DC-XML >+ <div id="dc-xml" style="display:none;"> >+ <p><b>Output options for DC-XML</b> >+ <br> >+ <b>Dublin Core level</b></p> >+ <p><input class="xmloptions" type="radio" name="qualifier" value="0" checked disabled>Simple Dublin Core >+ <input class="xmloptions" type="radio" name="qualifier" value="1" disabled>Qualified Dublin Core</p> >+ <b>Other data (Optional)</b> >+ <br> >+ <input id="root_checked" class="xmloptions" type="checkbox" value="root"> >+ Root element: <input id="root_value" class="xmloptions" type="text" name="root_element" value="metadata" disabled> >+ <br>The xsischemaLocation should be filled like: >+ <br>http://example.org/myapp/ http://example.org/myapp/schema.xsd >+ <br> >+ <input id="schema_checked" class="xmloptions" type="checkbox" value="schema" disabled> >+ xsischemaLocation: <input id="schema_value" class="xmloptions" type="url" name="xsischemalocation" disabled><br> >+ </div> >+ <br> >+ <input id="input-oai" type="radio" name="recommendation" value="oai-dc">OAI-DC >+ <br> >+ <div> >+ <br>Learn more about DCMI Specifications at: <a href="http://dublincore.org/specifications/">http://dublincore.org/specifications/</a> >+ <br> >+ </div> >+ </fieldset> >+ </div> >+ <div class="modal-footer"> >+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> >+ <button type="submit" class="btn btn-primary">Export</button> >+ </div> >+ <input type="hidden" name="op" value="export" /> >+ <input type="hidden" name="format" value="dc" /> >+ <input type="hidden" name="bib" value="[% biblionumber %]" /> >+ </form> >+ </div> >+ </div> >+ </div><!-- End modal form --> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/navigation.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/navigation.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >old mode 100644 >new mode 100755 >index 3efa10c..9e594c2 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >@@ -42,21 +42,24 @@ > <a id="format" class="dropdown-toggle" data-toggle="dropdown" href="#">Save record <b class="caret"></b></a> > <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="format"> > [% FOREACH option IN export_options %] >- <li> >- <a role="menuitem" href="/cgi-bin/koha/opac-export.pl?op=export&bib=[% biblionumber %]&format=[% option %]"> >- [% SWITCH option %] >- [% CASE 'bibtex' %]BIBTEX >- [% CASE 'dc' %]Dublin Core (XML) >- [% CASE 'endnote' %]EndNote >- [% CASE 'marcxml' %]MARCXML >- [% CASE 'marc8' %]MARC (non-Unicode/MARC-8) >- [% CASE 'utf8' %]MARC (Unicode/UTF-8) >- [% CASE 'marcstd' %]MARC (Unicode/UTF-8, Standard) >- [% CASE 'mods' %]MODS (XML) >- [% CASE 'ris' %]RIS >- [% END %] >- </a> >- </li> >+ [% IF option == 'dc' %] >+ <li><a role="menuitem" href="#" data-toggle="modal" data-target="#myModal">Dublin Core</a></li> >+ [% ELSE %] >+ <li> >+ <a role="menuitem" href="/cgi-bin/koha/opac-export.pl?op=export&bib=[% biblionumber %]&format=[% option %]"> >+ [% SWITCH option %] >+ [% CASE 'bibtex' %]BIBTEX >+ [% CASE 'endnote' %]EndNote >+ [% CASE 'marcxml' %]MARCXML >+ [% CASE 'marc8' %]MARC (non-Unicode/MARC-8) >+ [% CASE 'utf8' %]MARC (Unicode/UTF-8) >+ [% CASE 'marcstd' %]MARC (Unicode/UTF-8, Standard) >+ [% CASE 'mods' %]MODS (XML) >+ [% CASE 'ris' %]RIS >+ [% END %] >+ </a> >+ </li> >+ [% END %] > [% END %] > </ul> > </div> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/patron-title.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/patron-title.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/resort_form.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/resort_form.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/search/facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/search/facets.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/search/page-numbers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/search/page-numbers.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/search/resort_form.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/search/resort_form.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/subtypes_unimarc.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/subtypes_unimarc.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-mymessages.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-mymessages.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-invalid.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-invalid.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showmarc.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showmarc.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/text/explodedterms.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/text/explodedterms.tt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACResults.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslimUtils.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/compact.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/compact.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/plainMARC.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/plainMARC.xsl >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/asc.gif b/koha-tmpl/opac-tmpl/bootstrap/images/asc.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/ascdesc.gif b/koha-tmpl/opac-tmpl/bootstrap/images/ascdesc.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/bonus.png b/koha-tmpl/opac-tmpl/bootstrap/images/bonus.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/datatables/back_disabled.jpg b/koha-tmpl/opac-tmpl/bootstrap/images/datatables/back_disabled.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/datatables/back_enabled.jpg b/koha-tmpl/opac-tmpl/bootstrap/images/datatables/back_enabled.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/datatables/forward_disabled.jpg b/koha-tmpl/opac-tmpl/bootstrap/images/datatables/forward_disabled.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/datatables/forward_enabled.jpg b/koha-tmpl/opac-tmpl/bootstrap/images/datatables/forward_enabled.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_asc.png b/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_asc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_asc_disabled.png b/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_asc_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_both.png b/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_both.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_desc.png b/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_desc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_desc_disabled.png b/koha-tmpl/opac-tmpl/bootstrap/images/datatables/sort_desc_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/desc.gif b/koha-tmpl/opac-tmpl/bootstrap/images/desc.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/favicon.ico b/koha-tmpl/opac-tmpl/bootstrap/images/favicon.ico >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/feed-icon-16x16.png b/koha-tmpl/opac-tmpl/bootstrap/images/feed-icon-16x16.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/filefind.png b/koha-tmpl/opac-tmpl/bootstrap/images/filefind.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/koha-logo-navbar.png b/koha-tmpl/opac-tmpl/bootstrap/images/koha-logo-navbar.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/koha-logo.gif b/koha-tmpl/opac-tmpl/bootstrap/images/koha-logo.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/loading.gif b/koha-tmpl/opac-tmpl/bootstrap/images/loading.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/sign_in_green.png b/koha-tmpl/opac-tmpl/bootstrap/images/sign_in_green.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/social-sprite.png b/koha-tmpl/opac-tmpl/bootstrap/images/social-sprite.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/sprite.png b/koha-tmpl/opac-tmpl/bootstrap/images/sprite.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/images/star-ratings-sprite.png b/koha-tmpl/opac-tmpl/bootstrap/images/star-ratings-sprite.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/AV.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/AV.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/AV.jpg b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/AV.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/DVD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/DVD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/DVDreserve.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/DVDreserve.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/ILL.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/ILL.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/ILL.jpg b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/ILL.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalCD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalCD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalDVD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalDVD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalVHS.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalVHS.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalVHS.jpg b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivalVHS.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivaltape.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/archivaltape.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/book.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/cd.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/cd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/cdrom.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/cdrom.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/cdromreserve.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/cdromreserve.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/download.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/download.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/ebook.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/ebook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/key.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/key.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/key.jpg b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/key.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/newbook.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/newbook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/referencebook.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/referencebook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservebook.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservebook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservecd.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservecd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservetape.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservetape.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservevhs.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/reservevhs.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/tape.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/tape.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/vhs.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/Seshat/vhs.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/2d_art.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/2d_art.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/3d_art.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/3d_art.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/7Day_book.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/7Day_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/archive.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/archive.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/audio.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/audio.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/book.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/cd_music.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/cd_music.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/computer_file.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/computer_file.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/digital_audio.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/digital_audio.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/dvd.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/dvd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/e_book.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/e_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/e_journal.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/e_journal.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/e_video.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/e_video.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/journal.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/journal.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/juvenile_book.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/juvenile_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/kit.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/kit.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/laserdisk.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/laserdisk.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/map.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/map.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/noncirc_book.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/noncirc_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/noncirc_dvd.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/noncirc_dvd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/periodical.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/periodical.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/realia.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/realia.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/reference.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/reference.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/reserve_book.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/reserve_book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/score.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/score.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/software.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/software.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/sound.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/sound.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/tape_music.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/tape_music.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/vhs.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/vhs.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/vinyl_music.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/vinyl_music.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/web.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/bridge/web.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/bd.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/bd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/cd.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/cdrom.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/cdrom.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/dossier_de_presse.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/dossier_de_presse.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/dvd.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/dvd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/dvd_musical.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/dvd_musical.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_ancien.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_ancien.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_artiste.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_artiste.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_audio.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_audio.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_en_gros_caracteres.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_en_gros_caracteres.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_multimedia.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/livre_multimedia.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/partition.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/partition.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/revue.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/revue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/vhs.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/carredart/vhs.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/000000.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/000000.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/006600.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/006600.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/3333cc.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/3333cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/660000.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/660000.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/6600cc.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/6600cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/663333.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/663333.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/6666cc.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/6666cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/66cc66.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/66cc66.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/990000.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/990000.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/996633.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/996633.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/999999.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/999999.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/9999cc.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/9999cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/99cc33.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/99cc33.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc3333.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc3333.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc6666.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc6666.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc66cc.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc66cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc9999.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc9999.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc99cc.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cc99cc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cccc00.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/cccc00.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/ffff33.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/ffff33.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/ffffcc.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/ffffcc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/ffffff.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/colors/ffffff.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/Internet_Connection_Tools.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/Internet_Connection_Tools.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/Quicktime.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/Quicktime.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_COPYING.txt b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_COPYING.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_README.txt b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_README.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/aktion.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/aktion.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/binary.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/binary.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/blockdevice.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/blockdevice.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/bookmark.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/bookmark.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/books-closed-32.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/books-closed-32.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/books-open-32.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/books-open-32.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/books-open-cd-32.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/books-open-cd-32.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/browser.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/browser.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/build.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/build.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/calc.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/calc.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/camera.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/camera.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cardgame.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cardgame.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdimage.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdimage.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdrom_mount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdrom_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdrom_unmount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdrom_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdtrack.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdtrack.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdwriter_mount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdwriter_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdwriter_unmount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/cdwriter_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/decrypted.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/decrypted.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/demo.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/demo.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/desktopshare.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/desktopshare.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/display.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/display.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/document.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/document.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/document2.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/document2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/download_manager.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/download_manager.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/dvd_mount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/dvd_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/dvd_mount_2.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/dvd_mount_2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/dvd_unmount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/dvd_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/edit.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/editpaste.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/editpaste.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/encrypted.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/encrypted.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/file_temporary.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/file_temporary.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/floppy_mount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/floppy_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/floppy_unmount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/floppy_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_blue.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_green.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_green.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_grey.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_grey.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_grey_open.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_grey_open.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_html.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_html.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_image.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_images.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_images.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_locked.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_locked.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_music.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_music.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_print.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_print.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_red.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_sound.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_sound.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_txt.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_txt.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_video.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_video.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_yellow.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/folder_yellow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/hdd_mount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/hdd_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/html.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/html.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/image.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/image2.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/image2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/info.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/info.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/internet.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/internet.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/joystick.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/joystick.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kaddressbook.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kaddressbook.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kbackgammon.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kbackgammon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kcmdf.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kcmdf.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kcmmidi.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kcmmidi.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kcoloredit.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kcoloredit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kdict.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kdict.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kedit.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kedit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/keyboard.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/keyboard.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/klaptop.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/klaptop.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kmid.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kmid.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/korganizer.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/korganizer.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kpackage.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kpackage.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kpat.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kpat.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kpoker.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kpoker.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kscd.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kscd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/ksnapshot.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/ksnapshot.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kuser2.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kuser2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kwrite.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kwrite.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kxkb.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/kxkb.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lock-silver.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lock-silver.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lock.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lock.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lock_-_pink.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lock_-_pink.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/log.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/log.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lsongs.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/lsongs.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/make.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/make.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/man.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/man.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/message.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/message.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mime-postscript.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mime-postscript.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mime_txt.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mime_txt.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mp3player.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mp3player.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mp3player2.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mp3player2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/musicstore.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/musicstore.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/musicstore2.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/musicstore2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mymac.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/mymac.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/nfs_mount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/nfs_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/nfs_unmount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/nfs_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/palm.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/palm.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/pda.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/pda.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/pda_black.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/pda_black.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/pda_blue.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/pda_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/print_class.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/print_class.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/readme.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/readme.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/reminders.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/reminders.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/scanner.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/scanner.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/schedule.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/schedule.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/starthere.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/starthere.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/tablet.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/tablet.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/tutorials.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/tutorials.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/tv.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/tv.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/usb.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/usb.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/usbpendrive_mount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/usbpendrive_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/usbpendrive_unmount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/usbpendrive_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/viewmag.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/viewmag.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/voice-support.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/voice-support.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/xmms.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/xmms.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/zip_mount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/zip_mount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/zip_unmount.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/zip_unmount.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtobasket.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtobasket.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtocart.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtocart.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtoshelf.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtoshelf.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtoshelf.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/addtoshelf.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook-cd.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook-cd.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook-cd.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook-cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/audiobook.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/beginner-reader-book.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/beginner-reader-book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/beginner-reader.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/beginner-reader.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/big-book-icon.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/big-book-icon.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/big-book-icon.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/big-book-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-bag-icon.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-bag-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-bag.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-bag.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-60px.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-60px.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-author-search.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-author-search.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-author-search.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-author-search.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-biography.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-biography.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-biography.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-biography.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-call-number.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-call-number.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-mystery.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-mystery.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-mystery.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-mystery.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-mystery2.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-mystery2.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-non-fiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-non-fiction.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-non-fiction.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-scifi-60px.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-scifi-60px.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-sifi.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-sifi.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-subject-search.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-subject-search.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-subject-search.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-subject-search.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-title-search.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-title-search.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-title-search.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-title-search.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-western.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-western.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-western.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon-western.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-large-print.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-large-print.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-large-print.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/book-large-print.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/brief..gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/brief..gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/card.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/card.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/card.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/card.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/cd-rom-icon.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/cd-rom-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/clear-book-bag.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/clear-book-bag.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/clear-book-bag.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/clear-book-bag.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/detail.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/detail.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/detail.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/detail.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/faculty-course-manual.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/faculty-course-manual.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/faculty-course-materials.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/faculty-course-materials.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/icon-reference.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/icon-reference.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/icon-refrence.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/icon-refrence.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/keyword-search.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/keyword-search.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/keyword-search.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/keyword-search.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/music-CD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/music-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/music-cd.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/music-cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/newspaper-icon.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/newspaper-icon.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/newspaper-icon.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/newspaper-icon.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/videocassette.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/videocassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/videocassette.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/videocassette.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/vinyl-sound-recordings.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/vinyl-sound-recordings.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/vynal-sound-recording.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/liblime-kids/vynal-sound-recording.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/AVA.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/AVA.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Adult-nonfiction-book-on-cassette.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Adult-nonfiction-book-on-cassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Audiobook.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Audiobook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Biography.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Biography.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Book-on-CD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Book-on-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Book-on-Tape.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Book-on-Tape.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/CD-ROM-software.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/CD-ROM-software.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD-Juvenile-nonfiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD-Juvenile-nonfiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD-Juvenile.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD-Juvenile.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD-nonfiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD-nonfiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/DVD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/EDLS.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/EDLS.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Ed.-Curriculum.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Ed.-Curriculum.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/FLAG.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/FLAG.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Faculty-Course-Materials.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Faculty-Course-Materials.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Fiction-large-print.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Fiction-large-print.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Fiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-audiobook.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-audiobook.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-biography.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-biography.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-book-tape-kit.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-book-tape-kit.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-fiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-non-fiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-nonfiction-book-on-CD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-nonfiction-book-on-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-nonfiction-book-on-cassette.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-nonfiction-book-on-cassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-picture-books.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-picture-books.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-reference.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Juvenile-reference.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Local-history.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Local-history.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Magazine.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Magazine.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Microfiche.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Microfiche.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Microfilm.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Microfilm.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Music-CD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Music-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Mystery.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Mystery.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Non-fiction-large-print.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Non-fiction-large-print.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Non-fiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Pamphlet.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Pamphlet.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Paperback-romance.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Paperback-romance.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Rare-Book.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Rare-Book.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Reference.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Reference.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/SIRS.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/SIRS.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/SS.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/SS.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/ScienceFictionFantasy.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/ScienceFictionFantasy.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette-juvenile-non-fiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette-juvenile-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette-juvenile.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette-juvenile.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette-non-fiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Videocassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Vinyl-Sound-Recordings.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Vinyl-Sound-Recordings.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/WEB.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/WEB.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Western.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Western.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/YAC.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/YAC.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-Adult-fiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-Adult-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-Adult-non-fiction.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-Adult-non-fiction.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-adult-fiction-book-on-CD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-adult-fiction-book-on-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-adult-nonfiction-book-on-CD.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-adult-nonfiction-book-on-CD.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-adult-nonfiction-book-on-cassette.gif b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/npl/Young-adult-nonfiction-book-on-cassette.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ACT-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ACT-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ACT.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ACT.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BLURAY-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BLURAY-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BLURAY.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BLURAY.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-On-CD-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-On-CD-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-On-Tape-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book-On-Tape-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Book.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BookOnCD.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BookOnCD.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BookOnTape.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/BookOnTape.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/DVD-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/DVD-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/DVD.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/DVD.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Download-Audio-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Download-Audio-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/DownloadableAudio.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/DownloadableAudio.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EDUC-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EDUC-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EDUC.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EDUC.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EQUIP-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EQUIP-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EQUIP.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/EQUIP.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/FIC-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/FIC-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/FIC.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/FIC.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/HOLIDAY-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/HOLIDAY-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/HOLIDAY.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/HOLIDAY.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Hardware-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Hardware-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Hardware.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Hardware.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ILL-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ILL-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ILL.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/ILL.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Backpack_Image.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Backpack_Image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Backpack_Word.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Backpack_Word.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Bag_Image.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Bag_Image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Bag_Word-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Bag_Word-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Bag_Word.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Kit_Bag_Word.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/LargePrint-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/LargePrint-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/LargePrint.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/LargePrint.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/MuseumPass-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/MuseumPass-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/MuseumPass.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/MuseumPass.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Music-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Music-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Music.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Music.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NEWBK-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NEWBK-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NEWBK.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NEWBK.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NFIC-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NFIC-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NFIC.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/NFIC.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Periodical-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Periodical-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Periodical.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Periodical.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/PlayAway-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/PlayAway-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/PlayAway.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/PlayAway.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Reference-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Reference-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Reference.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Reference.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Special-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Special-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Special.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/Special.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/VHS-32px.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/VHS-32px.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/VHS.png b/koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/vokal/VHS.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/amazonimages.js b/koha-tmpl/opac-tmpl/bootstrap/js/amazonimages.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/bakertaylorimages.js b/koha-tmpl/opac-tmpl/bootstrap/js/bakertaylorimages.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/basket.js b/koha-tmpl/opac-tmpl/bootstrap/js/basket.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/browserid_include.js b/koha-tmpl/opac-tmpl/bootstrap/js/browserid_include.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/datatables.js b/koha-tmpl/opac-tmpl/bootstrap/js/datatables.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/global.js b/koha-tmpl/opac-tmpl/bootstrap/js/global.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/google-jackets.js b/koha-tmpl/opac-tmpl/bootstrap/js/google-jackets.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/googleindictransliteration.js b/koha-tmpl/opac-tmpl/bootstrap/js/googleindictransliteration.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/localcovers.js b/koha-tmpl/opac-tmpl/bootstrap/js/localcovers.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js b/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/overdrive.js b/koha-tmpl/opac-tmpl/bootstrap/js/overdrive.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/script.js b/koha-tmpl/opac-tmpl/bootstrap/js/script.js >old mode 100644 >new mode 100755 >index de8401b..c4fa255 >--- a/koha-tmpl/opac-tmpl/bootstrap/js/script.js >+++ b/koha-tmpl/opac-tmpl/bootstrap/js/script.js >@@ -63,4 +63,71 @@ $(document).ready(function(){ > $("#members").removeAttr("style"); > } > }); >-}); >\ No newline at end of file >+}); >+ >+ //JQuery for Dublin Core Exporter >+ $(document).ready(function(){ >+ $("#input-simple").click(function(){ >+ $(".rdfoptions").removeAttr("disabled"); >+ $(".xmloptions").attr("disabled","disabled"); >+ $("#dc-rdf").toggle(); >+ $("#dc-xml").hide(); >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#input-rdf").click(function(){ >+ $(".rdfoptions").removeAttr("disabled"); >+ $(".xmloptions").attr("disabled","disabled"); >+ $("#dc-rdf").toggle(); >+ $("#dc-xml").hide(); >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#input-xml").click(function(){ >+ $(".xmloptions").removeAttr("disabled"); >+ $(".rdfoptions").attr("disabled","disabled"); >+ if($("#root_checked").is(':checked')){ >+ $("#root_value").removeAttr("disabled"); >+ } else { >+ $("#root_value").attr("disabled","disabled"); >+ } >+ if($("#schema_checked").is(':checked')){ >+ $("#schema_value").removeAttr("disabled"); >+ } else { >+ $("#schema_value").attr("disabled","disabled"); >+ } >+ $("#dc-xml").toggle(); >+ $("#dc-rdf").hide(); >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#root_checked").click(function(){ >+ if($("#root_checked").is(':checked')){ >+ $("#root_value").removeAttr("disabled"); >+ } else { >+ $("#root_value").attr("disabled","disabled"); >+ } >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#schema_checked").click(function(){ >+ if($("#schema_checked").is(':checked')){ >+ $("#schema_value").removeAttr("disabled"); >+ } else { >+ $("#schema_value").attr("disabled","disabled"); >+ } >+ }); >+ }); >+ >+ $(document).ready(function(){ >+ $("#input-oai").click(function(){ >+ $(".rdfoptions").attr("disabled","disabled"); >+ $(".xmloptions").attr("disabled","disabled"); >+ $("#dc-rdf").hide(); >+ $("#dc-xml").hide(); >+ }); >+ }); >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/tags.js b/koha-tmpl/opac-tmpl/bootstrap/js/tags.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/mixins.less b/koha-tmpl/opac-tmpl/bootstrap/less/mixins.less >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less b/koha-tmpl/opac-tmpl/bootstrap/less/opac.less >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/responsive.less b/koha-tmpl/opac-tmpl/bootstrap/less/responsive.less >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/right-to-left.less b/koha-tmpl/opac-tmpl/bootstrap/less/right-to-left.less >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap-rtl.css b/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap-rtl.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap-rtl.min.css b/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap-rtl.min.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap.css b/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap.min.css b/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap.min.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/img/glyphicons-halflings-white.png b/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/img/glyphicons-halflings-white.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/img/glyphicons-halflings.png b/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/img/glyphicons-halflings.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.js b/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.min.js b/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/enquire.js b/koha-tmpl/opac-tmpl/bootstrap/lib/enquire.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/enquire.min.js b/koha-tmpl/opac-tmpl/bootstrap/lib/enquire.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/AR.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/AR.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/BK.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/BK.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/CF.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/CF.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/GR.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/GR.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MM.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MM.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MP.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MP.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MU.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MU.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MX.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/MX.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/PR.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/PR.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/SE.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/SE.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/ST.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/ST.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/TD.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/TD.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/VM.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/VM.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_back.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_back.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_forward.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_forward.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_go.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_go.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_paste.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_paste.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_print.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_print.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_refresh.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_refresh.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_refresh_blue.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_refresh_blue.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_save.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_save.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_stop.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/action_stop.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/application_dreamweaver.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/application_dreamweaver.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/application_firefox.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/application_firefox.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/application_flash.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/application_flash.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_down.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_down.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_left.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_left.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_right.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_right.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_up.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/arrow_up.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/box.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/box.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/calendar.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/calendar.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_blue.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_blue.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_delete.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_delete.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_new.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_new.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_yellow.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/comment_yellow.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/copy.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/copy.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/cut.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/cut.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/date.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/date.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/date_delete.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/date_delete.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/date_new.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/date_new.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/file_acrobat.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/file_acrobat.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/file_font.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/file_font.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/file_font_truetype.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/file_font_truetype.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_blue.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_blue.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_green.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_green.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_orange.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_orange.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_red.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_red.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_white.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/flag_white.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_delete.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_delete.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_images.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_images.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_lock.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_lock.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_new.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_new.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_page.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/folder_page.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_accept.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_accept.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_airmail.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_airmail.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_alert.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_alert.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_attachment.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_attachment.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_clock.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_clock.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_component.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_component.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_download.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_download.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_email.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_email.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_extension.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_extension.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_favourites.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_favourites.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_get_world.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_get_world.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_history.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_history.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_home.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_home.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_info.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_info.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_key.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_key.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_link.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_link.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_mail.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_mail.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_monitor_mac.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_monitor_mac.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_monitor_pc.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_monitor_pc.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_network.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_network.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_package.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_package.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_package_get.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_package_get.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_package_open.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_package_open.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_padlock.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_padlock.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_security.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_security.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_settings.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_settings.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_user.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_user.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_wand.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_wand.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_world.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_world.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_world_dynamic.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/icon_world_dynamic.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/image.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/image.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/image_new.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/image_new.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/interface_browser.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/interface_browser.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/interface_dialog.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/interface_dialog.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/interface_installer.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/interface_installer.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_comments.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_comments.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_components.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_components.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_errors.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_errors.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_extensions.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_extensions.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_images.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_images.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_keys.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_keys.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_links.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_links.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_packages.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_packages.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_security.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_security.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_settings.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_settings.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_users.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_users.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_world.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/list_world.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/note.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/note.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/note_delete.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/note_delete.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/note_new.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/note_new.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_alert.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_alert.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_attachment.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_attachment.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_bookmark.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_bookmark.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_boy.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_boy.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_code.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_code.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_colors.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_colors.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_component.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_component.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_cross.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_cross.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_delete.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_delete.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_deny.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_deny.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_down.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_down.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_dynamic.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_dynamic.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_edit.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_edit.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_extension.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_extension.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_favourites.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_favourites.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_find.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_find.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_flash.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_flash.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_girl.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_girl.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_html.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_html.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_java.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_java.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_key.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_key.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_left.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_left.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_link.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_link.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_lock.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_lock.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_new.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_new.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_next.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_next.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_package.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_package.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_php.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_php.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_prev.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_prev.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_refresh.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_refresh.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_right.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_right.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_script.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_script.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_security.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_security.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_settings.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_settings.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_sound.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_sound.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tag_blue.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tag_blue.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tag_red.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tag_red.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_text.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_text.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_text_delete.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_text_delete.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tick.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tick.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tree.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_tree.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_up.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_up.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_url.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_url.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_user.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_user.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_user_dark.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_user_dark.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_user_light.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_user_light.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_video.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_video.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_wizard.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/page_wizard.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/readme.txt b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/readme.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/table.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/table.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/table_delete.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/table_delete.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/tables.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/mini/tables.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/readme.txt b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/readme.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/accept.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/accept.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/anchor.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/anchor.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_cascade.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_cascade.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_double.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_double.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_magnify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_form_magnify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_get.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_get.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_home.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_home.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_osx.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_osx.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_osx_terminal.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_osx_terminal.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_put.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_put.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_boxes.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_boxes.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_contract.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_contract.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_expand.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_expand.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_list.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_list.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_tree.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_side_tree.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_split.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_split.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_tile_horizontal.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_tile_horizontal.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_tile_vertical.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_tile_vertical.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_columns.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_columns.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_detail.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_detail.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_gallery.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_gallery.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_icons.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_icons.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_list.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_list.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_tile.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_view_tile.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_xp.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_xp.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_xp_terminal.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/application_xp_terminal.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_branch.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_branch.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_divide.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_divide.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_down.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_down.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_in.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_in.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_inout.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_inout.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_join.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_join.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_left.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_left.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_merge.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_merge.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_out.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_out.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_redo.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_redo.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_refresh.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_refresh.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_refresh_small.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_refresh_small.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_right.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_right.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_rotate_anticlockwise.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_rotate_anticlockwise.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_rotate_clockwise.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_rotate_clockwise.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_switch.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_switch.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_turn_left.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_turn_left.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_turn_right.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_turn_right.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_undo.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_undo.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_up.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/arrow_up.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/asterisk_orange.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/asterisk_orange.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/asterisk_yellow.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/asterisk_yellow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/attach.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/attach.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_bronze_1.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_bronze_1.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_bronze_2.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_bronze_2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_bronze_3.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_bronze_3.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_gold_1.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_gold_1.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_gold_2.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_gold_2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_gold_3.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_gold_3.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_silver_1.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_silver_1.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_silver_2.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_silver_2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_silver_3.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/award_star_silver_3.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_put.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_put.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_remove.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/basket_remove.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bell_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bin.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bin.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bin_closed.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bin_closed.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bin_empty.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bin_empty.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bomb.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bomb.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_addresses.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_addresses.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_next.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_next.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_open.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_open.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_previous.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/book_previous.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/box.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/box.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/brick_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bricks.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bricks.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/briefcase.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/briefcase.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bug_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/building_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_bottom.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_bottom.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_down.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_down.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_top.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_top.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_up.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_arrow_up.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_black.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_black.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_disk.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_disk.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_feed.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_feed.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_green.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_green.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_orange.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_orange.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_picture.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_picture.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_pink.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_pink.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_purple.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_purple.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_red.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_star.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_star.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_toggle_minus.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_toggle_minus.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_toggle_plus.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_toggle_plus.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_white.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_white.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_wrench.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_wrench.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_yellow.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/bullet_yellow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cake.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cake.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calculator_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_view_day.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_view_day.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_view_month.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_view_month.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_view_week.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/calendar_view_week.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_small.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/camera_small.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cancel.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cancel.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/car.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/car.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/car_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/car_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/car_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/car_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_put.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_put.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_remove.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cart_remove.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_burn.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_burn.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_eject.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_eject.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cd_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_bar_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_curve_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_line_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_organisation.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_organisation.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_organisation_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_organisation_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_organisation_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_organisation_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/chart_pie_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_pause.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_pause.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_play.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_play.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_red.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_stop.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/clock_stop.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cog_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/coins.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/coins.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/coins_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/coins_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/coins_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/coins_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/color_swatch.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/color_swatch.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/color_wheel.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/color_wheel.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comment_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comments.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comments.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comments_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comments_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comments_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/comments_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/compress.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/compress.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/computer_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/connect.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/connect.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_decrease.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_decrease.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_high.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_high.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_increase.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_increase.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_low.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/contrast_low.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_eject.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_eject.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_eject_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_eject_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_end.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_end.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_end_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_end_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_equalizer.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_equalizer.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_equalizer_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_equalizer_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_fastforward.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_fastforward.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_fastforward_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_fastforward_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_pause.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_pause.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_pause_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_pause_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_play.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_play.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_play_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_play_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_repeat.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_repeat.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_repeat_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_repeat_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_rewind.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_rewind.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_rewind_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_rewind_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_start.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_start.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_start_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_start_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_stop.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_stop.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_stop_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/control_stop_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/controller_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/creditcards.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/creditcards.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cross.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cross.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_valid.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/css_valid.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cup_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cursor.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cursor.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cut.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cut.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cut_red.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/cut_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_connect.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_connect.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_gear.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_gear.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_refresh.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_refresh.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_save.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_save.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_table.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/database_table.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_magnify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_magnify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_next.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_next.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_previous.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/date_previous.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/disconnect.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/disconnect.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/disk.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/disk.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/disk_multiple.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/disk_multiple.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door_in.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door_in.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door_open.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door_open.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door_out.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/door_out.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drink.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drink.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drink_empty.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drink_empty.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_burn.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_burn.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_cd.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_cd_empty.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_cd_empty.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_disk.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_disk.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_magnify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_magnify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_network.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_network.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_rename.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_rename.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_user.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_user.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_web.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/drive_web.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/dvd_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_attach.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_attach.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_open.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_open.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_open_image.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/email_open_image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_evilgrin.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_evilgrin.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_grin.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_grin.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_happy.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_happy.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_smile.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_smile.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_surprised.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_surprised.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_tongue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_tongue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_unhappy.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_unhappy.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_waii.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_waii.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_wink.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/emoticon_wink.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/error_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/exclamation.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/exclamation.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/eye.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/eye.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_disk.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_disk.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_magnify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/feed_magnify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/female.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/female.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_save.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/film_save.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/find.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/find.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_green.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_green.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_orange.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_orange.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_pink.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_pink.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_purple.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_purple.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_red.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_yellow.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/flag_yellow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_bell.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_bell.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_brick.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_brick.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_bug.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_bug.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_camera.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_camera.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_database.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_database.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_explore.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_explore.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_feed.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_feed.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_find.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_find.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_heart.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_heart.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_image.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_lightbulb.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_lightbulb.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_magnify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_magnify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_page.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_page.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_page_white.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_page_white.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_palette.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_palette.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_picture.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_picture.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_star.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_star.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_table.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_table.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_user.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_user.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_wrench.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/folder_wrench.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/font_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_gear.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_gear.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/group_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/heart.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/heart.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/heart_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/heart_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/heart_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/heart_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/help.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/help.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/hourglass_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/house.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/house.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/house_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/house_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/house_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/house_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_valid.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/html_valid.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/image_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/images.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/images.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/information.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/information.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_cast.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_cast.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_cast_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_cast_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_cast_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_cast_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_sound.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ipod_sound.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/joystick_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/key_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard_magnify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/keyboard_magnify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layers.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layers.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_content.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_content.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_header.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_header.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_sidebar.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/layout_sidebar.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb_off.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightbulb_off.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lightning_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_break.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_break.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/link_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_break.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_break.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_open.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lock_open.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_flatbed.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_flatbed.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/lorry_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/magifier_zoom_out.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/magifier_zoom_out.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/magnifier.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/magnifier.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/magnifier_zoom_in.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/magnifier_zoom_in.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/male.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/male.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_magnify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/map_magnify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_1.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_1.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_2.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_3.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_3.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_bronze_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_1.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_1.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_2.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_3.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_3.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_gold_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_1.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_1.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_2.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_3.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_3.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/medal_silver_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_dollar.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_dollar.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_euro.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_euro.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_pound.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_pound.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_yen.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/money_yen.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/monitor_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/mouse_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/music.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/music.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/new.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/new.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/newspaper_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/note_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/overlays.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/overlays.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_green.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_green.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/package_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_attach.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_attach.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_code.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_code.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_copy.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_copy.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_excel.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_excel.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_find.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_find.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_gear.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_gear.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_green.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_green.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_paintbrush.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_paintbrush.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_paste.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_paste.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_red.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_refresh.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_refresh.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_save.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_save.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_acrobat.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_acrobat.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_actionscript.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_actionscript.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_c.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_c.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_camera.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_camera.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_cd.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_code.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_code.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_code_red.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_code_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_coldfusion.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_coldfusion.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_compressed.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_compressed.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_copy.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_copy.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_cplusplus.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_cplusplus.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_csharp.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_csharp.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_cup.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_cup.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_database.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_database.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_dvd.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_dvd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_excel.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_excel.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_find.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_find.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_flash.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_flash.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_freehand.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_freehand.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_gear.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_gear.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_get.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_get.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_h.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_h.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_horizontal.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_horizontal.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_magnify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_magnify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_medal.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_medal.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_office.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_office.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_paint.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_paint.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_paintbrush.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_paintbrush.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_paste.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_paste.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_php.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_php.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_picture.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_picture.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_powerpoint.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_powerpoint.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_put.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_put.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_ruby.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_ruby.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_stack.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_stack.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_star.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_star.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_swoosh.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_swoosh.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_text.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_text.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_text_width.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_text_width.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_tux.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_tux.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_vector.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_vector.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_visualstudio.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_visualstudio.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_width.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_width.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_word.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_word.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_world.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_world.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_wrench.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_wrench.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_zip.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_white_zip.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_word.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_word.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_world.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/page_world.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paintbrush.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paintbrush.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paintcan.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paintcan.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/palette.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/palette.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paste_plain.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paste_plain.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paste_word.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/paste_word.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pencil_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone_sound.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/phone_sound.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photo_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photos.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/photos.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_empty.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_empty.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_save.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/picture_save.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pictures.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pictures.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pilcrow.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pilcrow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/pill_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_disabled.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_disabled.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/plugin_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_empty.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_empty.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/printer_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rainbow.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rainbow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_disk.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_disk.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_magnify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_magnify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_picture.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_picture.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_user.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_user.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_word.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/report_word.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_first.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_first.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_last.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_last.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_next.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_next.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_previous.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/resultset_previous.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rosette.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rosette.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_valid.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/rss_valid.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_gear.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_gear.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_get.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_get.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_put.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/ruby_put.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_code.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_code.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_code_red.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_code_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_gear.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_gear.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_palette.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_palette.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_save.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/script_save.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_chart.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_chart.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_compressed.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_compressed.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_connect.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_connect.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_database.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_database.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_uncompressed.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/server_uncompressed.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shading.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shading.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_bottom.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_bottom.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_center.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_center.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_left.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_left.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_middle.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_middle.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_right.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_right.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_top.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_align_top.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_flip_horizontal.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_flip_horizontal.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_flip_vertical.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_flip_vertical.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_group.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_group.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_handles.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_handles.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_back.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_back.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_backwards.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_backwards.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_forwards.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_forwards.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_front.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_move_front.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_rotate_anticlockwise.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_rotate_anticlockwise.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_rotate_clockwise.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_rotate_clockwise.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_square_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_ungroup.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shape_ungroup.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/shield_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sitemap.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sitemap.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sitemap_color.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sitemap_color.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_low.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_low.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_mute.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_mute.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_none.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sound_none.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/spellcheck.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/spellcheck.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_8ball.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_8ball.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_basketball.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_basketball.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_football.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_football.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_golf.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_golf.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_raquet.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_raquet.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_shuttlecock.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_shuttlecock.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_soccer.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_soccer.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_tennis.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sport_tennis.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/star.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/star.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_away.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_away.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_busy.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_busy.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_offline.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_offline.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_online.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/status_online.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/stop.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/stop.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/style_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sum.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/sum.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tab_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_gear.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_gear.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_multiple.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_multiple.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_refresh.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_refresh.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_relationship.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_relationship.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_row_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_row_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_row_insert.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_row_insert.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_save.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_save.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_sort.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/table_sort.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_blue_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_green.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_green.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_orange.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_orange.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_pink.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_pink.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_purple.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_purple.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_red.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_yellow.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tag_yellow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/telephone_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/television.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/television.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/television_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/television_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/television_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/television_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_center.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_center.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_justify.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_justify.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_left.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_left.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_right.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_align_right.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_allcaps.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_allcaps.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_bold.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_bold.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_columns.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_columns.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_dropcaps.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_dropcaps.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_1.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_1.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_2.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_2.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_3.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_3.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_4.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_4.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_5.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_5.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_6.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_heading_6.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_horizontalrule.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_horizontalrule.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_indent.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_indent.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_indent_remove.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_indent_remove.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_italic.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_italic.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_kerning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_kerning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_letter_omega.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_letter_omega.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_letterspacing.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_letterspacing.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_linespacing.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_linespacing.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_list_bullets.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_list_bullets.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_list_numbers.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_list_numbers.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_lowercase.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_lowercase.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_bottom.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_bottom.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_left.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_left.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_right.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_right.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_top.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_padding_top.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_replace.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_replace.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_signature.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_signature.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_smallcaps.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_smallcaps.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_strikethrough.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_strikethrough.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_subscript.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_subscript.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_superscript.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_superscript.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_underline.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_underline.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_uppercase.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/text_uppercase.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_key.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_key.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_rename.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/textfield_rename.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/thumb_down.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/thumb_down.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/thumb_up.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/thumb_up.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tick.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tick.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/time_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/timeline_marker.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/timeline_marker.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_blue.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_blue.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/transmit_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tux.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/tux.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_comment.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_comment.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_female.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_female.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_gray.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_gray.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_green.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_green.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_orange.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_orange.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_red.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_red.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_suit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/user_suit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vcard_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vector.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vector.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vector_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vector_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vector_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/vector_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/wand.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/wand.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_clouds.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_clouds.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_cloudy.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_cloudy.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_lightning.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_lightning.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_rain.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_rain.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_snow.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_snow.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_sun.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/weather_sun.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam_error.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/webcam_error.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_edit.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_edit.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_link.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/world_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/wrench.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/wrench.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/wrench_orange.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/wrench_orange.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_add.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_add.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_delete.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_delete.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_go.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_go.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_valid.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/xhtml_valid.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/zoom.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/zoom.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/zoom_in.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/zoom_in.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/zoom_out.png b/koha-tmpl/opac-tmpl/bootstrap/lib/famfamfam/silk/zoom_out.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/AJS.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/AJS.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/AJS_fx.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/AJS_fx.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5.zip b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5.zip >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/LGPL.txt b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/LGPL.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/about.html b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/about.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/adobe_images/nav_buttons.psd b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/adobe_images/nav_buttons.psd >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/advance_usage.html b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/advance_usage.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/combiner.py b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/combiner.py >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/compressing_greybox.html b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/compressing_greybox.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/compression_lib/AJS_minify.py b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/compression_lib/AJS_minify.py >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/compression_lib/__init__.py b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/compression_lib/__init__.py >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/examples.html b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/examples.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/auto_deco.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/auto_deco.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS_fx.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/AJS_fx.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/base.css b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/base.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/base.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/base.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/indicator.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/indicator.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/loader_frame.html b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/base/loader_frame.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/gallery/g_close.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/gallery/g_close.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.css b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/gallery/gallery.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/next.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/next.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/prev.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/prev.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/set.css b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/set.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/set.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/set/set.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/header_bg.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/header_bg.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/w_close.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/w_close.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/window.css b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/window.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/window.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/greybox_source/window/window.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/installation.html b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/installation.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/normal_usage.html b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/normal_usage.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/help.css b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/help.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/help.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/help.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/logo.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/logo.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/night_valley.jpg b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/night_valley.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.jpg b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/night_valley_thumb.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/salt.jpg b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/salt.jpg >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/salt_thumb.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/GreyBox_v5_5/static_files/salt_thumb.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/g_close.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/g_close.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/gb_scripts.js b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/gb_scripts.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/gb_styles.css b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/gb_styles.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/header_bg.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/header_bg.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/indicator.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/indicator.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/loader_frame.html b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/loader_frame.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/next.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/next.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/prev.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/prev.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/w_close.gif b/koha-tmpl/opac-tmpl/bootstrap/lib/greybox/w_close.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/images/ui-icons_222222_256x240.png b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/images/ui-icons_222222_256x240.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/images/ui-icons_454545_256x240.png b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/images/ui-icons_454545_256x240.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/images/ui-icons_888888_256x240.png b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/images/ui-icons_888888_256x240.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-rtl.css b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-rtl.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui.css b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui.js b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery.js b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.checkboxes.min.js b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.checkboxes.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.highlight-3.js b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.highlight-3.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.hoverIntent.minified.js b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.hoverIntent.minified.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.metadata.min.js b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.metadata.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.rating.js b/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.rating.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/media.match.js b/koha-tmpl/opac-tmpl/bootstrap/lib/media.match.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/media.match.min.js b/koha-tmpl/opac-tmpl/bootstrap/lib/media.match.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/modernizr.min.js b/koha-tmpl/opac-tmpl/bootstrap/lib/modernizr.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/respond.min.js b/koha-tmpl/opac-tmpl/bootstrap/lib/respond.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/bootstrap/lib/respond.src.js b/koha-tmpl/opac-tmpl/bootstrap/lib/respond.src.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/AR.png b/koha-tmpl/opac-tmpl/lib/famfamfam/AR.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/BK.png b/koha-tmpl/opac-tmpl/lib/famfamfam/BK.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/CF.png b/koha-tmpl/opac-tmpl/lib/famfamfam/CF.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/GR.png b/koha-tmpl/opac-tmpl/lib/famfamfam/GR.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/MM.png b/koha-tmpl/opac-tmpl/lib/famfamfam/MM.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/MP.png b/koha-tmpl/opac-tmpl/lib/famfamfam/MP.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/MU.png b/koha-tmpl/opac-tmpl/lib/famfamfam/MU.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/MX.png b/koha-tmpl/opac-tmpl/lib/famfamfam/MX.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/PR.png b/koha-tmpl/opac-tmpl/lib/famfamfam/PR.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/SE.png b/koha-tmpl/opac-tmpl/lib/famfamfam/SE.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/ST.png b/koha-tmpl/opac-tmpl/lib/famfamfam/ST.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/TD.png b/koha-tmpl/opac-tmpl/lib/famfamfam/TD.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/VM.png b/koha-tmpl/opac-tmpl/lib/famfamfam/VM.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/readme.txt b/koha-tmpl/opac-tmpl/lib/famfamfam/readme.txt >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/arrow_left.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/arrow_left.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/arrow_refresh.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/arrow_refresh.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/book.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/book.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_link.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_open.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_open.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_previous.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_previous.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/calendar.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/calendar.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/cancel.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/cancel.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/cd.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/cd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/chart_curve.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/chart_curve.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/computer_link.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/computer_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/controller.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/controller.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/cross.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/cross.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/database.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/database.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/drive_web.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/drive_web.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/dvd.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/dvd.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/film.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/film.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/font.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/font.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/help.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/help.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/keyboard.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/keyboard.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/link.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/magnifier.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/magnifier.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/map.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/map.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/music.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/music.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/newspaper.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/newspaper.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/note.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/note.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/paintbrush.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/paintbrush.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/pencil.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/pencil.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/picture.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/picture.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/pictures.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/pictures.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/report.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/report.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/report_disk.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/report_disk.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/script.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/script.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/sound.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/sound.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/stop.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/stop.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/text_list_bullets.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/text_list_bullets.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/user.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/user.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/world.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/world.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/famfamfam/silk/world_link.png b/koha-tmpl/opac-tmpl/lib/famfamfam/silk/world_link.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.dataTables.min.js b/koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.dataTables.min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jqtransform_select.js b/koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jqtransform_select.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jstree.js b/koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jstree.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/d.gif b/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/d.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/d.png b/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/d.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/dot_for_ie.gif b/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/dot_for_ie.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/style.css b/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/style.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/throbber.gif b/koha-tmpl/opac-tmpl/lib/jquery/plugins/themes/classic/throbber.gif >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/button.css b/koha-tmpl/opac-tmpl/lib/yui/button.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/container.css b/koha-tmpl/opac-tmpl/lib/yui/container.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/container/container-min.js b/koha-tmpl/opac-tmpl/lib/yui/container/container-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/container/container_core-min.js b/koha-tmpl/opac-tmpl/lib/yui/container/container_core-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/menu.css b/koha-tmpl/opac-tmpl/lib/yui/menu.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/menu/menu-min.js b/koha-tmpl/opac-tmpl/lib/yui/menu/menu-min.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/reset-fonts-grids.css b/koha-tmpl/opac-tmpl/lib/yui/reset-fonts-grids.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/skin.css b/koha-tmpl/opac-tmpl/lib/yui/skin.css >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/utilities/utilities.js b/koha-tmpl/opac-tmpl/lib/yui/utilities/utilities.js >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac-tmpl/lib/yui/yui-sprite.png b/koha-tmpl/opac-tmpl/lib/yui/yui-sprite.png >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/opac.html b/koha-tmpl/opac.html >old mode 100644 >new mode 100755 >diff --git a/koha-tmpl/templates.readme b/koha-tmpl/templates.readme >old mode 100644 >new mode 100755 >diff --git a/kohaversion.pl b/kohaversion.pl >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/CONFIGURE.gmail b/misc/cronjobs/CONFIGURE.gmail >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/cloud-sample.conf b/misc/cronjobs/cloud-sample.conf >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/crontab.example b/misc/cronjobs/crontab.example >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/nl-sync-from-koha.pl b/misc/cronjobs/nl-sync-from-koha.pl >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/nl-sync-to-koha.pl b/misc/cronjobs/nl-sync-to-koha.pl >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/README b/misc/cronjobs/rss/README >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/lastAcquired-1.0.conf b/misc/cronjobs/rss/lastAcquired-1.0.conf >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/lastAcquired-1.0.tt b/misc/cronjobs/rss/lastAcquired-1.0.tt >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/lastAcquired-2.0.conf b/misc/cronjobs/rss/lastAcquired-2.0.conf >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/lastAcquired-2.0.tt b/misc/cronjobs/rss/lastAcquired-2.0.tt >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/lastAcquired.conf b/misc/cronjobs/rss/lastAcquired.conf >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/lastAcquired.tt b/misc/cronjobs/rss/lastAcquired.tt >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/longestUnseen.conf b/misc/cronjobs/rss/longestUnseen.conf >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/longestUnseen.tt b/misc/cronjobs/rss/longestUnseen.tt >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/mostReserved.conf b/misc/cronjobs/rss/mostReserved.conf >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/mostReserved.tt b/misc/cronjobs/rss/mostReserved.tt >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/rss/sm-koha-icon.jpg b/misc/cronjobs/rss/sm-koha-icon.jpg >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/social_data/get_report_social_data.pl b/misc/cronjobs/social_data/get_report_social_data.pl >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/social_data/update_social_data.pl b/misc/cronjobs/social_data/update_social_data.pl >old mode 100644 >new mode 100755 >diff --git a/misc/cronjobs/thirdparty/TalkingTech.README b/misc/cronjobs/thirdparty/TalkingTech.README >old mode 100644 >new mode 100755 >diff --git a/misc/interface_customization/koha3-opac-button-background.png b/misc/interface_customization/koha3-opac-button-background.png >old mode 100644 >new mode 100755 >diff --git a/misc/interface_customization/koha3-opac-button-background.psd b/misc/interface_customization/koha3-opac-button-background.psd >old mode 100644 >new mode 100755 >diff --git a/misc/interface_customization/koha3-opac-button-background.svg b/misc/interface_customization/koha3-opac-button-background.svg >old mode 100644 >new mode 100755 >diff --git a/misc/interface_customization/koha3-staff-client-logo.png b/misc/interface_customization/koha3-staff-client-logo.png >old mode 100644 >new mode 100755 >diff --git a/misc/interface_customization/koha3-staff-client-logo.psd b/misc/interface_customization/koha3-staff-client-logo.psd >old mode 100644 >new mode 100755 >diff --git a/misc/interface_customization/koha3-staff-client-logo.svg b/misc/interface_customization/koha3-staff-client-logo.svg >old mode 100644 >new mode 100755 >diff --git a/misc/interface_customization/opac-sprite.psd b/misc/interface_customization/opac-sprite.psd >old mode 100644 >new mode 100755 >diff --git a/misc/interface_customization/staff-home-icons-sprite.psd b/misc/interface_customization/staff-home-icons-sprite.psd >old mode 100644 >new mode 100755 >diff --git a/misc/koha-install-log b/misc/koha-install-log >old mode 100644 >new mode 100755 >diff --git a/misc/load_testing/benchmark_staff.pl b/misc/load_testing/benchmark_staff.pl >old mode 100644 >new mode 100755 >diff --git a/misc/migration_tools/22_to_30/biblio_framework.sql b/misc/migration_tools/22_to_30/biblio_framework.sql >old mode 100644 >new mode 100755 >diff --git a/misc/migration_tools/22_to_30/phrase_log.sql b/misc/migration_tools/22_to_30/phrase_log.sql >old mode 100644 >new mode 100755 >diff --git a/misc/plack/README.plack b/misc/plack/README.plack >old mode 100644 >new mode 100755 >diff --git a/misc/plack/koha.psgi b/misc/plack/koha.psgi >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/README.txt b/misc/release_notes/README.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_191.txt b/misc/release_notes/release_notes_191.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_192.txt b/misc/release_notes/release_notes_192.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_193.txt b/misc/release_notes/release_notes_193.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_200RC1.txt b/misc/release_notes/release_notes_200RC1.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_200RC2.txt b/misc/release_notes/release_notes_200RC2.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_200RC3.txt b/misc/release_notes/release_notes_200RC3.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_200RC4.txt b/misc/release_notes/release_notes_200RC4.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_200pre1.txt b/misc/release_notes/release_notes_200pre1.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_200pre2.txt b/misc/release_notes/release_notes_200pre2.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_200pre3.txt b/misc/release_notes/release_notes_200pre3.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_200pre4.txt b/misc/release_notes/release_notes_200pre4.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_200pre5.txt b/misc/release_notes/release_notes_200pre5.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_210.txt b/misc/release_notes/release_notes_210.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_211.txt b/misc/release_notes/release_notes_211.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_212.txt b/misc/release_notes/release_notes_212.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_213.txt b/misc/release_notes/release_notes_213.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_220.txt b/misc/release_notes/release_notes_220.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_221.txt b/misc/release_notes/release_notes_221.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_222.txt b/misc/release_notes/release_notes_222.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_223.txt b/misc/release_notes/release_notes_223.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_22RC1.txt b/misc/release_notes/release_notes_22RC1.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_22RC2.txt b/misc/release_notes/release_notes_22RC2.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_22RC3.txt b/misc/release_notes/release_notes_22RC3.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_22RC4.txt b/misc/release_notes/release_notes_22RC4.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_22RC5.txt b/misc/release_notes/release_notes_22RC5.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_30000.txt b/misc/release_notes/release_notes_30000.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_30000alpha.txt b/misc/release_notes/release_notes_30000alpha.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_30000beta.txt b/misc/release_notes/release_notes_30000beta.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_30000stableRC1.txt b/misc/release_notes/release_notes_30000stableRC1.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_30001.txt b/misc/release_notes/release_notes_30001.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_30002.txt b/misc/release_notes/release_notes_30002.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_30003.txt b/misc/release_notes/release_notes_30003.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_30004.txt b/misc/release_notes/release_notes_30004.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_30005.txt b/misc/release_notes/release_notes_30005.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_3_10_0.txt b/misc/release_notes/release_notes_3_10_0.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_3_12_0.txt b/misc/release_notes/release_notes_3_12_0.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_3_14_0.txt b/misc/release_notes/release_notes_3_14_0.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_3_16_0.txt b/misc/release_notes/release_notes_3_16_0.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_3_2_0.txt b/misc/release_notes/release_notes_3_2_0.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_3_4_0.txt b/misc/release_notes/release_notes_3_4_0.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_3_6_0.txt b/misc/release_notes/release_notes_3_6_0.txt >old mode 100644 >new mode 100755 >diff --git a/misc/release_notes/release_notes_3_8_0.txt b/misc/release_notes/release_notes_3_8_0.txt >old mode 100644 >new mode 100755 >diff --git a/misc/translator/LangInstaller.pm b/misc/translator/LangInstaller.pm >old mode 100644 >new mode 100755 >diff --git a/misc/translator/Makefile b/misc/translator/Makefile >old mode 100644 >new mode 100755 >diff --git a/misc/translator/TmplTokenizer.pm b/misc/translator/TmplTokenizer.pm >old mode 100644 >new mode 100755 >diff --git a/misc/translator/VerboseWarnings.pm b/misc/translator/VerboseWarnings.pm >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/am-Ethi-i-staff-t-prog-v-3006000.po b/misc/translator/po/am-Ethi-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/am-Ethi-opac-bootstrap.po b/misc/translator/po/am-Ethi-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/am-Ethi-pref.po b/misc/translator/po/am-Ethi-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/am-Ethi-staff-help.po b/misc/translator/po/am-Ethi-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ar-Arab-i-staff-t-prog-v-3006000.po b/misc/translator/po/ar-Arab-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ar-Arab-opac-bootstrap.po b/misc/translator/po/ar-Arab-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ar-Arab-pref.po b/misc/translator/po/ar-Arab-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ar-Arab-staff-help.po b/misc/translator/po/ar-Arab-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/az-AZ-i-staff-t-prog-v-3006000.po b/misc/translator/po/az-AZ-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/az-AZ-opac-bootstrap.po b/misc/translator/po/az-AZ-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/az-AZ-pref.po b/misc/translator/po/az-AZ-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/az-AZ-staff-help.po b/misc/translator/po/az-AZ-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/be-BY-i-staff-t-prog-v-3006000.po b/misc/translator/po/be-BY-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/be-BY-opac-bootstrap.po b/misc/translator/po/be-BY-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/be-BY-pref.po b/misc/translator/po/be-BY-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/be-BY-staff-help.po b/misc/translator/po/be-BY-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ben-i-staff-t-prog-v-3006000.po b/misc/translator/po/ben-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ben-opac-bootstrap.po b/misc/translator/po/ben-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ben-pref.po b/misc/translator/po/ben-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ben-staff-help.po b/misc/translator/po/ben-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/bg-Cyrl-i-staff-t-prog-v-3006000.po b/misc/translator/po/bg-Cyrl-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/bg-Cyrl-opac-bootstrap.po b/misc/translator/po/bg-Cyrl-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/bg-Cyrl-pref.po b/misc/translator/po/bg-Cyrl-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/bg-Cyrl-staff-help.po b/misc/translator/po/bg-Cyrl-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ca-ES-i-staff-t-prog-v-3006000.po b/misc/translator/po/ca-ES-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ca-ES-opac-bootstrap.po b/misc/translator/po/ca-ES-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ca-ES-pref.po b/misc/translator/po/ca-ES-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ca-ES-staff-help.po b/misc/translator/po/ca-ES-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/cs-CZ-i-staff-t-prog-v-3006000.po b/misc/translator/po/cs-CZ-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/cs-CZ-opac-bootstrap.po b/misc/translator/po/cs-CZ-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/cs-CZ-pref.po b/misc/translator/po/cs-CZ-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/cs-CZ-staff-help.po b/misc/translator/po/cs-CZ-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/da-DK-i-staff-t-prog-v-3006000.po b/misc/translator/po/da-DK-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/da-DK-opac-bootstrap.po b/misc/translator/po/da-DK-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/da-DK-pref.po b/misc/translator/po/da-DK-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/da-DK-staff-help.po b/misc/translator/po/da-DK-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/de-CH-i-staff-t-prog-v-3006000.po b/misc/translator/po/de-CH-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/de-CH-opac-bootstrap.po b/misc/translator/po/de-CH-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/de-CH-pref.po b/misc/translator/po/de-CH-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/de-CH-staff-help.po b/misc/translator/po/de-CH-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/de-DE-i-staff-t-prog-v-3006000.po b/misc/translator/po/de-DE-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/de-DE-opac-bootstrap.po b/misc/translator/po/de-DE-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/de-DE-pref.po b/misc/translator/po/de-DE-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/de-DE-staff-help.po b/misc/translator/po/de-DE-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/el-GR-i-staff-t-prog-v-3006000.po b/misc/translator/po/el-GR-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/el-GR-opac-bootstrap.po b/misc/translator/po/el-GR-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/el-GR-pref.po b/misc/translator/po/el-GR-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/el-GR-staff-help.po b/misc/translator/po/el-GR-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/en-GB-i-staff-t-prog-v-3006000.po b/misc/translator/po/en-GB-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/en-GB-opac-bootstrap.po b/misc/translator/po/en-GB-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/en-GB-pref.po b/misc/translator/po/en-GB-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/en-GB-staff-help.po b/misc/translator/po/en-GB-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/en-NZ-i-staff-t-prog-v-3006000.po b/misc/translator/po/en-NZ-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/en-NZ-opac-bootstrap.po b/misc/translator/po/en-NZ-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/en-NZ-pref.po b/misc/translator/po/en-NZ-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/en-NZ-staff-help.po b/misc/translator/po/en-NZ-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/es-ES-i-staff-t-prog-v-3006000.po b/misc/translator/po/es-ES-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/es-ES-opac-bootstrap.po b/misc/translator/po/es-ES-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/es-ES-pref.po b/misc/translator/po/es-ES-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/es-ES-staff-help.po b/misc/translator/po/es-ES-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/eu-i-staff-t-prog-v-3006000.po b/misc/translator/po/eu-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/eu-opac-bootstrap.po b/misc/translator/po/eu-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/eu-pref.po b/misc/translator/po/eu-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/eu-staff-help.po b/misc/translator/po/eu-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fa-Arab-i-staff-t-prog-v-3006000.po b/misc/translator/po/fa-Arab-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fa-Arab-opac-bootstrap.po b/misc/translator/po/fa-Arab-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fa-Arab-pref.po b/misc/translator/po/fa-Arab-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fa-Arab-staff-help.po b/misc/translator/po/fa-Arab-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po b/misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fi-FI-opac-bootstrap.po b/misc/translator/po/fi-FI-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fi-FI-pref.po b/misc/translator/po/fi-FI-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fi-FI-staff-help.po b/misc/translator/po/fi-FI-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fo-FO-i-staff-t-prog-v-3006000.po b/misc/translator/po/fo-FO-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fo-FO-opac-bootstrap.po b/misc/translator/po/fo-FO-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fo-FO-pref.po b/misc/translator/po/fo-FO-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fo-FO-staff-help.po b/misc/translator/po/fo-FO-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fr-CA-i-staff-t-prog-v-3006000.po b/misc/translator/po/fr-CA-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fr-CA-opac-bootstrap.po b/misc/translator/po/fr-CA-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fr-CA-pref.po b/misc/translator/po/fr-CA-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fr-CA-staff-help.po b/misc/translator/po/fr-CA-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po b/misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fr-FR-opac-bootstrap.po b/misc/translator/po/fr-FR-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fr-FR-pref.po b/misc/translator/po/fr-FR-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/fr-FR-staff-help.po b/misc/translator/po/fr-FR-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/gl-i-staff-t-prog-v-3006000.po b/misc/translator/po/gl-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/gl-opac-bootstrap.po b/misc/translator/po/gl-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/gl-pref.po b/misc/translator/po/gl-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/gl-staff-help.po b/misc/translator/po/gl-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/he-Hebr-i-staff-t-prog-v-3006000.po b/misc/translator/po/he-Hebr-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/he-Hebr-opac-bootstrap.po b/misc/translator/po/he-Hebr-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/he-Hebr-pref.po b/misc/translator/po/he-Hebr-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/he-Hebr-staff-help.po b/misc/translator/po/he-Hebr-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hi-i-staff-t-prog-v-3006000.po b/misc/translator/po/hi-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hi-opac-bootstrap.po b/misc/translator/po/hi-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hi-pref.po b/misc/translator/po/hi-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hi-staff-help.po b/misc/translator/po/hi-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hr-HR-i-staff-t-prog-v-3006000.po b/misc/translator/po/hr-HR-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hr-HR-opac-bootstrap.po b/misc/translator/po/hr-HR-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hr-HR-pref.po b/misc/translator/po/hr-HR-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hr-HR-staff-help.po b/misc/translator/po/hr-HR-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hu-HU-i-staff-t-prog-v-3006000.po b/misc/translator/po/hu-HU-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hu-HU-opac-bootstrap.po b/misc/translator/po/hu-HU-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hu-HU-pref.po b/misc/translator/po/hu-HU-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hu-HU-staff-help.po b/misc/translator/po/hu-HU-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hy-Armn-i-staff-t-prog-v-3006000.po b/misc/translator/po/hy-Armn-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hy-Armn-opac-bootstrap.po b/misc/translator/po/hy-Armn-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hy-Armn-pref.po b/misc/translator/po/hy-Armn-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/hy-Armn-staff-help.po b/misc/translator/po/hy-Armn-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/id-ID-i-staff-t-prog-v-3006000.po b/misc/translator/po/id-ID-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/id-ID-opac-bootstrap.po b/misc/translator/po/id-ID-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/id-ID-pref.po b/misc/translator/po/id-ID-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/id-ID-staff-help.po b/misc/translator/po/id-ID-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/is-IS-i-staff-t-prog-v-3006000.po b/misc/translator/po/is-IS-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/is-IS-opac-bootstrap.po b/misc/translator/po/is-IS-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/is-IS-pref.po b/misc/translator/po/is-IS-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/is-IS-staff-help.po b/misc/translator/po/is-IS-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/it-IT-i-staff-t-prog-v-3006000.po b/misc/translator/po/it-IT-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/it-IT-opac-bootstrap.po b/misc/translator/po/it-IT-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/it-IT-pref.po b/misc/translator/po/it-IT-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/it-IT-staff-help.po b/misc/translator/po/it-IT-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po b/misc/translator/po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ja-Jpan-JP-opac-bootstrap.po b/misc/translator/po/ja-Jpan-JP-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ja-Jpan-JP-pref.po b/misc/translator/po/ja-Jpan-JP-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ja-Jpan-JP-staff-help.po b/misc/translator/po/ja-Jpan-JP-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/kn-Knda-i-staff-t-prog-v-3006000.po b/misc/translator/po/kn-Knda-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/kn-Knda-opac-bootstrap.po b/misc/translator/po/kn-Knda-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/kn-Knda-pref.po b/misc/translator/po/kn-Knda-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/kn-Knda-staff-help.po b/misc/translator/po/kn-Knda-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ko-Kore-KP-i-staff-t-prog-v-3006000.po b/misc/translator/po/ko-Kore-KP-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ko-Kore-KP-opac-bootstrap.po b/misc/translator/po/ko-Kore-KP-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ko-Kore-KP-pref.po b/misc/translator/po/ko-Kore-KP-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ko-Kore-KP-staff-help.po b/misc/translator/po/ko-Kore-KP-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ku-Arab-i-staff-t-prog-v-3006000.po b/misc/translator/po/ku-Arab-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ku-Arab-opac-bootstrap.po b/misc/translator/po/ku-Arab-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ku-Arab-pref.po b/misc/translator/po/ku-Arab-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ku-Arab-staff-help.po b/misc/translator/po/ku-Arab-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/lo-Laoo-i-staff-t-prog-v-3006000.po b/misc/translator/po/lo-Laoo-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/lo-Laoo-opac-bootstrap.po b/misc/translator/po/lo-Laoo-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/lo-Laoo-pref.po b/misc/translator/po/lo-Laoo-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/lo-Laoo-staff-help.po b/misc/translator/po/lo-Laoo-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mi-NZ-i-staff-t-prog-v-3006000.po b/misc/translator/po/mi-NZ-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mi-NZ-opac-bootstrap.po b/misc/translator/po/mi-NZ-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mi-NZ-pref.po b/misc/translator/po/mi-NZ-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mi-NZ-staff-help.po b/misc/translator/po/mi-NZ-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mon-i-staff-t-prog-v-3006000.po b/misc/translator/po/mon-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mon-opac-bootstrap.po b/misc/translator/po/mon-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mon-pref.po b/misc/translator/po/mon-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mon-staff-help.po b/misc/translator/po/mon-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mr-i-staff-t-prog-v-3006000.po b/misc/translator/po/mr-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mr-opac-bootstrap.po b/misc/translator/po/mr-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mr-pref.po b/misc/translator/po/mr-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/mr-staff-help.po b/misc/translator/po/mr-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ms-MY-i-staff-t-prog-v-3006000.po b/misc/translator/po/ms-MY-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ms-MY-opac-bootstrap.po b/misc/translator/po/ms-MY-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ms-MY-pref.po b/misc/translator/po/ms-MY-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ms-MY-staff-help.po b/misc/translator/po/ms-MY-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nb-NO-i-staff-t-prog-v-3006000.po b/misc/translator/po/nb-NO-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nb-NO-opac-bootstrap.po b/misc/translator/po/nb-NO-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nb-NO-pref.po b/misc/translator/po/nb-NO-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nb-NO-staff-help.po b/misc/translator/po/nb-NO-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ne-NE-i-staff-t-prog-v-3006000.po b/misc/translator/po/ne-NE-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ne-NE-opac-bootstrap.po b/misc/translator/po/ne-NE-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ne-NE-pref.po b/misc/translator/po/ne-NE-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ne-NE-staff-help.po b/misc/translator/po/ne-NE-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nl-BE-i-staff-t-prog-v-3006000.po b/misc/translator/po/nl-BE-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nl-BE-opac-bootstrap.po b/misc/translator/po/nl-BE-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nl-BE-pref.po b/misc/translator/po/nl-BE-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nl-BE-staff-help.po b/misc/translator/po/nl-BE-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nl-NL-i-staff-t-prog-v-3006000.po b/misc/translator/po/nl-NL-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nl-NL-opac-bootstrap.po b/misc/translator/po/nl-NL-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nl-NL-pref.po b/misc/translator/po/nl-NL-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nl-NL-staff-help.po b/misc/translator/po/nl-NL-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nn-NO-i-staff-t-prog-v-3006000.po b/misc/translator/po/nn-NO-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nn-NO-opac-bootstrap.po b/misc/translator/po/nn-NO-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nn-NO-pref.po b/misc/translator/po/nn-NO-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/nn-NO-staff-help.po b/misc/translator/po/nn-NO-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pbr-i-staff-t-prog-v-3006000.po b/misc/translator/po/pbr-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pbr-opac-bootstrap.po b/misc/translator/po/pbr-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pbr-pref.po b/misc/translator/po/pbr-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pbr-staff-help.po b/misc/translator/po/pbr-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pl-PL-i-staff-t-prog-v-3006000.po b/misc/translator/po/pl-PL-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pl-PL-opac-bootstrap.po b/misc/translator/po/pl-PL-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pl-PL-pref.po b/misc/translator/po/pl-PL-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pl-PL-staff-help.po b/misc/translator/po/pl-PL-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/prs-i-staff-t-prog-v-3006000.po b/misc/translator/po/prs-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/prs-opac-bootstrap.po b/misc/translator/po/prs-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/prs-pref.po b/misc/translator/po/prs-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/prs-staff-help.po b/misc/translator/po/prs-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pt-BR-i-staff-t-prog-v-3006000.po b/misc/translator/po/pt-BR-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pt-BR-opac-bootstrap.po b/misc/translator/po/pt-BR-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pt-BR-pref.po b/misc/translator/po/pt-BR-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pt-BR-staff-help.po b/misc/translator/po/pt-BR-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pt-PT-i-staff-t-prog-v-3006000.po b/misc/translator/po/pt-PT-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pt-PT-opac-bootstrap.po b/misc/translator/po/pt-PT-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pt-PT-pref.po b/misc/translator/po/pt-PT-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/pt-PT-staff-help.po b/misc/translator/po/pt-PT-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ro-RO-i-staff-t-prog-v-3006000.po b/misc/translator/po/ro-RO-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ro-RO-opac-bootstrap.po b/misc/translator/po/ro-RO-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ro-RO-pref.po b/misc/translator/po/ro-RO-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ro-RO-staff-help.po b/misc/translator/po/ro-RO-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ru-RU-i-staff-t-prog-v-3006000.po b/misc/translator/po/ru-RU-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ru-RU-opac-bootstrap.po b/misc/translator/po/ru-RU-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ru-RU-pref.po b/misc/translator/po/ru-RU-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ru-RU-staff-help.po b/misc/translator/po/ru-RU-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/rw-RW-i-staff-t-prog-v-3006000.po b/misc/translator/po/rw-RW-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/rw-RW-opac-bootstrap.po b/misc/translator/po/rw-RW-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/rw-RW-pref.po b/misc/translator/po/rw-RW-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/rw-RW-staff-help.po b/misc/translator/po/rw-RW-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sd-PK-i-staff-t-prog-v-3006000.po b/misc/translator/po/sd-PK-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sd-PK-opac-bootstrap.po b/misc/translator/po/sd-PK-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sd-PK-pref.po b/misc/translator/po/sd-PK-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sd-PK-staff-help.po b/misc/translator/po/sd-PK-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sk-SK-i-staff-t-prog-v-3006000.po b/misc/translator/po/sk-SK-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sk-SK-opac-bootstrap.po b/misc/translator/po/sk-SK-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sk-SK-pref.po b/misc/translator/po/sk-SK-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sk-SK-staff-help.po b/misc/translator/po/sk-SK-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sl-SI-i-staff-t-prog-v-3006000.po b/misc/translator/po/sl-SI-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sl-SI-opac-bootstrap.po b/misc/translator/po/sl-SI-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sl-SI-pref.po b/misc/translator/po/sl-SI-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sl-SI-staff-help.po b/misc/translator/po/sl-SI-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sq-AL-i-staff-t-prog-v-3006000.po b/misc/translator/po/sq-AL-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sq-AL-opac-bootstrap.po b/misc/translator/po/sq-AL-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sq-AL-pref.po b/misc/translator/po/sq-AL-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sq-AL-staff-help.po b/misc/translator/po/sq-AL-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sr-Cyrl-i-staff-t-prog-v-3006000.po b/misc/translator/po/sr-Cyrl-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sr-Cyrl-opac-bootstrap.po b/misc/translator/po/sr-Cyrl-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sr-Cyrl-pref.po b/misc/translator/po/sr-Cyrl-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sr-Cyrl-staff-help.po b/misc/translator/po/sr-Cyrl-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sv-SE-i-staff-t-prog-v-3006000.po b/misc/translator/po/sv-SE-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sv-SE-opac-bootstrap.po b/misc/translator/po/sv-SE-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sv-SE-pref.po b/misc/translator/po/sv-SE-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sv-SE-staff-help.po b/misc/translator/po/sv-SE-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sw-KE-i-staff-t-prog-v-3006000.po b/misc/translator/po/sw-KE-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sw-KE-opac-bootstrap.po b/misc/translator/po/sw-KE-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sw-KE-pref.po b/misc/translator/po/sw-KE-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/sw-KE-staff-help.po b/misc/translator/po/sw-KE-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ta-LK-i-staff-t-prog-v-3006000.po b/misc/translator/po/ta-LK-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ta-LK-opac-bootstrap.po b/misc/translator/po/ta-LK-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ta-LK-pref.po b/misc/translator/po/ta-LK-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ta-LK-staff-help.po b/misc/translator/po/ta-LK-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ta-i-staff-t-prog-v-3006000.po b/misc/translator/po/ta-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ta-opac-bootstrap.po b/misc/translator/po/ta-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ta-pref.po b/misc/translator/po/ta-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ta-staff-help.po b/misc/translator/po/ta-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tet-i-staff-t-prog-v-3006000.po b/misc/translator/po/tet-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tet-opac-bootstrap.po b/misc/translator/po/tet-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tet-pref.po b/misc/translator/po/tet-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tet-staff-help.po b/misc/translator/po/tet-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/th-TH-i-staff-t-prog-v-3006000.po b/misc/translator/po/th-TH-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/th-TH-opac-bootstrap.po b/misc/translator/po/th-TH-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/th-TH-pref.po b/misc/translator/po/th-TH-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/th-TH-staff-help.po b/misc/translator/po/th-TH-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tl-PH-i-staff-t-prog-v-3006000.po b/misc/translator/po/tl-PH-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tl-PH-opac-bootstrap.po b/misc/translator/po/tl-PH-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tl-PH-pref.po b/misc/translator/po/tl-PH-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tl-PH-staff-help.po b/misc/translator/po/tl-PH-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tr-TR-i-staff-t-prog-v-3006000.po b/misc/translator/po/tr-TR-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tr-TR-opac-bootstrap.po b/misc/translator/po/tr-TR-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tr-TR-pref.po b/misc/translator/po/tr-TR-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/tr-TR-staff-help.po b/misc/translator/po/tr-TR-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/uk-UA-i-staff-t-prog-v-3006000.po b/misc/translator/po/uk-UA-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/uk-UA-opac-bootstrap.po b/misc/translator/po/uk-UA-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/uk-UA-pref.po b/misc/translator/po/uk-UA-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/uk-UA-staff-help.po b/misc/translator/po/uk-UA-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ur-Arab-i-staff-t-prog-v-3006000.po b/misc/translator/po/ur-Arab-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ur-Arab-opac-bootstrap.po b/misc/translator/po/ur-Arab-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ur-Arab-pref.po b/misc/translator/po/ur-Arab-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/ur-Arab-staff-help.po b/misc/translator/po/ur-Arab-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/vi-VN-i-staff-t-prog-v-3006000.po b/misc/translator/po/vi-VN-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/vi-VN-opac-bootstrap.po b/misc/translator/po/vi-VN-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/vi-VN-pref.po b/misc/translator/po/vi-VN-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/vi-VN-staff-help.po b/misc/translator/po/vi-VN-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po b/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/zh-Hans-CN-opac-bootstrap.po b/misc/translator/po/zh-Hans-CN-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/zh-Hans-CN-pref.po b/misc/translator/po/zh-Hans-CN-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/zh-Hans-CN-staff-help.po b/misc/translator/po/zh-Hans-CN-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3006000.po b/misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3006000.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/zh-Hans-TW-opac-bootstrap.po b/misc/translator/po/zh-Hans-TW-opac-bootstrap.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/zh-Hans-TW-pref.po b/misc/translator/po/zh-Hans-TW-pref.po >old mode 100644 >new mode 100755 >diff --git a/misc/translator/po/zh-Hans-TW-staff-help.po b/misc/translator/po/zh-Hans-TW-staff-help.po >old mode 100644 >new mode 100755 >diff --git a/opac/opac-export.pl b/opac/opac-export.pl >index 707392f..c6c7be2 100755 >--- a/opac/opac-export.pl >+++ b/opac/opac-export.pl >@@ -34,6 +34,12 @@ my $format=$query->param("format")||'utf8'; > my $biblionumber = $query->param("bib")||0; > $biblionumber = int($biblionumber); > my ($marc, $error)= ('',''); >+my $recommendation = $query->param("recommendation"); >+my $formats = $query->param("formats"); >+my $qualifier = $query->param("qualifier"); >+my $root_element = $query->param("root_element"); >+my $xsischemalocation = $query->param("xsischemalocation"); >+my $resource_url = $query->url(-base => 1) . '/cgi-bin/koha/opac-detail.pl?biblionumber=' . $biblionumber; > > $marc = GetMarcBiblio($biblionumber, 1) if $biblionumber; > if(!$marc) { >@@ -61,8 +67,28 @@ elsif ($format =~ /bibtex/) { > $format = 'bibtex'; > } > elsif ($format =~ /dc/) { >- ($error,$marc) = marc2dcxml($marc,1); >- $format = "dublin-core.xml"; >+ SWITCH: >+ for ($recommendation) { >+ if (/^simple-dc-rdf/) { >+ ($error,$marc) = marc2dcxml($recommendation, $marc, 0, >+ 1, undef, undef, $resource_url , $formats); >+ $format = "dublin-core." . $formats; >+ last SWITCH; } >+ if (/^dc-rdf/) { >+ ($error,$marc) = marc2dcxml($recommendation, $marc, 1, >+ 1, undef, undef, $resource_url, $formats); >+ $format = "dublin-core." . $formats; >+ last SWITCH; } >+ if (/^dc-xml/) { >+ ($error,$marc) = marc2dcxml($recommendation, $marc, $qualifier, >+ 1, $root_element, $xsischemalocation, undef, undef); >+ $format = "dublin-core.xml"; >+ last SWITCH; } >+ if (/^oai-dc/) { >+ ($error,$marc) = marc2dcxml($recommendation, $marc); >+ $format = "dublin-core.xml"; >+ last SWITCH; } >+ } > } > elsif ($format =~ /marc8/) { > ($error,$marc) = changeEncoding($marc,"MARC","MARC21","MARC-8"); >diff --git a/opac/rss/DO_NOT_REMOVE b/opac/rss/DO_NOT_REMOVE >old mode 100644 >new mode 100755 >diff --git a/rewrite-config.PL b/rewrite-config.PL >old mode 100644 >new mode 100755 >diff --git a/selenium/KohaTests b/selenium/KohaTests >old mode 100644 >new mode 100755 >diff --git a/selenium/Members/AddMember b/selenium/Members/AddMember >old mode 100644 >new mode 100755 >diff --git a/selenium/Members/DeletMember b/selenium/Members/DeletMember >old mode 100644 >new mode 100755 >diff --git a/selenium/Members/SearchMember b/selenium/Members/SearchMember >old mode 100644 >new mode 100755 >diff --git a/selenium/Members/filter_members b/selenium/Members/filter_members >old mode 100644 >new mode 100755 >diff --git a/selenium/PERL/Members/AddMember.pl b/selenium/PERL/Members/AddMember.pl >old mode 100644 >new mode 100755 >diff --git a/selenium/PERL/Members/FilterMembers.pl b/selenium/PERL/Members/FilterMembers.pl >old mode 100644 >new mode 100755 >diff --git a/selenium/PERL/Members/Searchmember.pl b/selenium/PERL/Members/Searchmember.pl >old mode 100644 >new mode 100755 >diff --git a/skel/README b/skel/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lib/koha/plugins/README b/skel/var/lib/koha/plugins/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lib/koha/zebradb/authorities/key/README b/skel/var/lib/koha/zebradb/authorities/key/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lib/koha/zebradb/authorities/register/README b/skel/var/lib/koha/zebradb/authorities/register/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lib/koha/zebradb/authorities/shadow/README b/skel/var/lib/koha/zebradb/authorities/shadow/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lib/koha/zebradb/authorities/tmp/README b/skel/var/lib/koha/zebradb/authorities/tmp/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lib/koha/zebradb/biblios/key/README b/skel/var/lib/koha/zebradb/biblios/key/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lib/koha/zebradb/biblios/register/README b/skel/var/lib/koha/zebradb/biblios/register/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lib/koha/zebradb/biblios/shadow/README b/skel/var/lib/koha/zebradb/biblios/shadow/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lib/koha/zebradb/biblios/tmp/README b/skel/var/lib/koha/zebradb/biblios/tmp/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lock/koha/zebradb/authorities/README b/skel/var/lock/koha/zebradb/authorities/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lock/koha/zebradb/biblios/README b/skel/var/lock/koha/zebradb/biblios/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/lock/koha/zebradb/rebuild/README b/skel/var/lock/koha/zebradb/rebuild/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/log/koha/README b/skel/var/log/koha/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/run/koha/zebradb/README b/skel/var/run/koha/zebradb/README >old mode 100644 >new mode 100755 >diff --git a/skel/var/spool/koha/README b/skel/var/spool/koha/README >old mode 100644 >new mode 100755 >diff --git a/t/00-checkdatabase-version.t b/t/00-checkdatabase-version.t >old mode 100644 >new mode 100755 >diff --git a/t/00-load.t b/t/00-load.t >old mode 100644 >new mode 100755 >diff --git a/t/00-merge-conflict-markers.t b/t/00-merge-conflict-markers.t >old mode 100644 >new mode 100755 >diff --git a/t/00-valid-xml.t b/t/00-valid-xml.t >old mode 100644 >new mode 100755 >diff --git a/t/Acquisition/CanUserManageBasket.t b/t/Acquisition/CanUserManageBasket.t >old mode 100644 >new mode 100755 >diff --git a/t/AuthUtils.t b/t/AuthUtils.t >old mode 100644 >new mode 100755 >diff --git a/t/Auth_with_shibboleth.t b/t/Auth_with_shibboleth.t >old mode 100644 >new mode 100755 >diff --git a/t/Barcodes_ValueBuilder.t b/t/Barcodes_ValueBuilder.t >old mode 100644 >new mode 100755 >diff --git a/t/Biblio/TransformKohaToMarc.t b/t/Biblio/TransformKohaToMarc.t >old mode 100644 >new mode 100755 >diff --git a/t/Budgets/CanUserModifyBudget.t b/t/Budgets/CanUserModifyBudget.t >old mode 100644 >new mode 100755 >diff --git a/t/Budgets/CanUserUseBudget.t b/t/Budgets/CanUserUseBudget.t >old mode 100644 >new mode 100755 >diff --git a/t/Cache.t b/t/Cache.t >old mode 100644 >new mode 100755 >diff --git a/t/Circulation/AgeRestrictionMarkers.t b/t/Circulation/AgeRestrictionMarkers.t >old mode 100644 >new mode 100755 >diff --git a/t/Circulation_barcodedecode.t b/t/Circulation_barcodedecode.t >old mode 100644 >new mode 100755 >diff --git a/t/DataTables/Members.t b/t/DataTables/Members.t >old mode 100644 >new mode 100755 >diff --git a/t/Dates.t b/t/Dates.t >old mode 100644 >new mode 100755 >diff --git a/t/Images.t b/t/Images.t >old mode 100644 >new mode 100755 >diff --git a/t/ImportBatch.t b/t/ImportBatch.t >old mode 100644 >new mode 100755 >diff --git a/t/Koha/Plugin/Test.pm b/t/Koha/Plugin/Test.pm >old mode 100644 >new mode 100755 >diff --git a/t/Koha_Template_Plugin_Cache.t b/t/Koha_Template_Plugin_Cache.t >old mode 100644 >new mode 100755 >diff --git a/t/Labels.t b/t/Labels.t >old mode 100644 >new mode 100755 >diff --git a/t/Languages.t b/t/Languages.t >old mode 100644 >new mode 100755 >diff --git a/t/Members/cardnumber.t b/t/Members/cardnumber.t >old mode 100644 >new mode 100755 >diff --git a/t/NorwegianPatronDB.t b/t/NorwegianPatronDB.t >old mode 100644 >new mode 100755 >diff --git a/t/Number/Price.t b/t/Number/Price.t >old mode 100644 >new mode 100755 >diff --git a/t/QueryParser.t b/t/QueryParser.t >old mode 100644 >new mode 100755 >diff --git a/t/Scheduler.t b/t/Scheduler.t >old mode 100644 >new mode 100755 >diff --git a/t/Search/History.t b/t/Search/History.t >old mode 100644 >new mode 100755 >diff --git a/t/Serials/GetNextSeq.t b/t/Serials/GetNextSeq.t >old mode 100644 >new mode 100755 >diff --git a/t/SimpleMARC.t b/t/SimpleMARC.t >old mode 100644 >new mode 100755 >diff --git a/t/SocialData.t b/t/SocialData.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/00-strict.t b/t/db_dependent/00-strict.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Accounts.t b/t/db_dependent/Accounts.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Acquisition/CancelReceipt.t b/t/db_dependent/Acquisition/CancelReceipt.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t b/t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Acquisition/GetOrdersByBiblionumber.t b/t/db_dependent/Acquisition/GetOrdersByBiblionumber.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Acquisition/Invoices.t b/t/db_dependent/Acquisition/Invoices.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Acquisition/NewOrder.t b/t/db_dependent/Acquisition/NewOrder.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Acquisition/OrderFromSubscription.t b/t/db_dependent/Acquisition/OrderFromSubscription.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Acquisition/TransferOrder.t b/t/db_dependent/Acquisition/TransferOrder.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Acquisition/close_reopen_basket.t b/t/db_dependent/Acquisition/close_reopen_basket.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/BackgroundJob.t b/t/db_dependent/BackgroundJob.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Bookseller.t b/t/db_dependent/Bookseller.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Borrower_Files.t b/t/db_dependent/Borrower_Files.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Branch.t b/t/db_dependent/Branch.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Breeding.t b/t/db_dependent/Breeding.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Charset.t b/t/db_dependent/Charset.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation/CheckIfIssuedToPatron.t b/t/db_dependent/Circulation/CheckIfIssuedToPatron.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation/CheckValidBarcode.t b/t/db_dependent/Circulation/CheckValidBarcode.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation/GetIssues.t b/t/db_dependent/Circulation/GetIssues.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation/IsItemIssued.t b/t/db_dependent/Circulation/IsItemIssued.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t b/t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation_Branch.t b/t/db_dependent/Circulation_Branch.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation_Issuingrule.t b/t/db_dependent/Circulation_Issuingrule.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation_OfflineOperation.t b/t/db_dependent/Circulation_OfflineOperation.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation_issue.t b/t/db_dependent/Circulation_issue.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation_issuingrules.t b/t/db_dependent/Circulation_issuingrules.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Circulation_transfers.t b/t/db_dependent/Circulation_transfers.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/ClassSource.t b/t/db_dependent/ClassSource.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/ColumnsSettings.t b/t/db_dependent/ColumnsSettings.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Contract.t b/t/db_dependent/Contract.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/ILSDI_Services.t b/t/db_dependent/ILSDI_Services.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/ImportBatch.t b/t/db_dependent/ImportBatch.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Installer.t b/t/db_dependent/Installer.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Items_DelItem.t b/t/db_dependent/Items_DelItem.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/KitchenSinkPlugin.kpz b/t/db_dependent/KitchenSinkPlugin.kpz >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Koha.t b/t/db_dependent/Koha.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Koha/GetDailyQuote.t b/t/db_dependent/Koha/GetDailyQuote.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Koha/IsKohaFieldLinked.t b/t/db_dependent/Koha/IsKohaFieldLinked.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Koha_Database.t b/t/db_dependent/Koha_Database.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Koha_template_plugin_Branches.t b/t/db_dependent/Koha_template_plugin_Branches.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Koha_template_plugin_KohaDates.t b/t/db_dependent/Koha_template_plugin_KohaDates.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/LDAP/example3.ldif b/t/db_dependent/LDAP/example3.ldif >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Labels/t_Batch.t b/t/db_dependent/Labels/t_Batch.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Labels/t_Layout.t b/t/db_dependent/Labels/t_Layout.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Labels/t_Profile.t b/t/db_dependent/Labels/t_Profile.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Labels/t_Template.t b/t/db_dependent/Labels/t_Template.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Letters.t b/t/db_dependent/Letters.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Log.t b/t/db_dependent/Log.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/MarcModificationTemplates.t b/t/db_dependent/MarcModificationTemplates.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t b/t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Members/GetAllIssues.t b/t/db_dependent/Members/GetAllIssues.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Members/GetPendingIssues.t b/t/db_dependent/Members/GetPendingIssues.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Members_columns.t b/t/db_dependent/Members_columns.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/NewsChannels.t b/t/db_dependent/NewsChannels.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Overdues.t b/t/db_dependent/Overdues.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/QueryParser.t b/t/db_dependent/QueryParser.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Record/testrecords/marc21_marc8.dat b/t/db_dependent/Record/testrecords/marc21_marc8.dat >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Record/testrecords/marc21_marc8_combining_chars.dat b/t/db_dependent/Record/testrecords/marc21_marc8_combining_chars.dat >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Record/testrecords/marc21_marc8_errors.dat b/t/db_dependent/Record/testrecords/marc21_marc8_errors.dat >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Record/testrecords/marc21_utf8.dat b/t/db_dependent/Record/testrecords/marc21_utf8.dat >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Record/testrecords/marc21_utf8_combining_chars.dat b/t/db_dependent/Record/testrecords/marc21_utf8_combining_chars.dat >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Record/testrecords/marcxml_utf8.xml b/t/db_dependent/Record/testrecords/marcxml_utf8.xml >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Record/testrecords/marcxml_utf8_entityencoded.xml b/t/db_dependent/Record/testrecords/marcxml_utf8_entityencoded.xml >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Reports/Guided.t b/t/db_dependent/Reports/Guided.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/RotatingCollections.t b/t/db_dependent/RotatingCollections.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Search/History.t b/t/db_dependent/Search/History.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Search_SearchHistory.t b/t/db_dependent/Search_SearchHistory.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Serials.t b/t/db_dependent/Serials.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Serials/Claims.t b/t/db_dependent/Serials/Claims.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Serials/Frequency.t b/t/db_dependent/Serials/Frequency.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Serials/GetNextDate.t b/t/db_dependent/Serials/GetNextDate.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Serials/GetNextSeq.t b/t/db_dependent/Serials/GetNextSeq.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Serials/Numberpattern.t b/t/db_dependent/Serials/Numberpattern.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Serials_2.t b/t/db_dependent/Serials_2.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/ShelfBrowser.t b/t/db_dependent/ShelfBrowser.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Stats.t b/t/db_dependent/Stats.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Suggestions.t b/t/db_dependent/Suggestions.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/Utils/Datatables_Members.t b/t/db_dependent/Utils/Datatables_Members.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/XSLT_Handler.t b/t/db_dependent/XSLT_Handler.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/XSLT_Handler/test01.xsl b/t/db_dependent/XSLT_Handler/test01.xsl >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/XSLT_Handler/test02.xsl b/t/db_dependent/XSLT_Handler/test02.xsl >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/XSLT_Handler/test03.xsl b/t/db_dependent/XSLT_Handler/test03.xsl >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/data/marc21/zebraexport/authority/exported_records b/t/db_dependent/data/marc21/zebraexport/authority/exported_records >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/data/marc21/zebraexport/biblio/exported_records b/t/db_dependent/data/marc21/zebraexport/biblio/exported_records >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/data/marc21/zebraexport/large_biblio_dom/exported_records.xml b/t/db_dependent/data/marc21/zebraexport/large_biblio_dom/exported_records.xml >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/data/marc21/zebraexport/large_biblio_grs1/exported_records.xml b/t/db_dependent/data/marc21/zebraexport/large_biblio_grs1/exported_records.xml >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/data/unimarc/zebraexport/authority/exported_records b/t/db_dependent/data/unimarc/zebraexport/authority/exported_records >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/data/unimarc/zebraexport/biblio/exported_records b/t/db_dependent/data/unimarc/zebraexport/biblio/exported_records >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/rollingloans.t b/t/db_dependent/rollingloans.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/www/batch.t b/t/db_dependent/www/batch.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/www/data/marc21record.mrc b/t/db_dependent/www/data/marc21record.mrc >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/www/data/unimarcrecord.mrc b/t/db_dependent/www/data/unimarcrecord.mrc >old mode 100644 >new mode 100755 >diff --git a/t/lib/Mocks.pm b/t/lib/Mocks.pm >old mode 100644 >new mode 100755 >diff --git a/t/perlcriticrc b/t/perlcriticrc >old mode 100644 >new mode 100755 >diff --git a/tags/list.pl b/tags/list.pl >deleted file mode 100755 >index 24265a1..0000000 >--- a/tags/list.pl >+++ /dev/null >@@ -1,93 +0,0 @@ >-#!/usr/bin/perl >- >-# Copyright 2011 Athens County Public Libraries >-# >-# This file is part of Koha. >-# >-# Koha is free software; you can redistribute it and/or modify it under the >-# terms of the GNU General Public License as published by the Free Software >-# Foundation; either version 2 of the License, or (at your option) any later >-# version. >-# >-# Koha is distributed in the hope that it will be useful, but WITHOUT ANY >-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR >-# A PARTICULAR PURPOSE. See the GNU General Public License for more details. >-# >-# You should have received a copy of the GNU General Public License along >-# with Koha; if not, write to the Free Software Foundation, Inc., >-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. >- >-use warnings; >-use strict; >-use CGI qw ( -utf8 ); >- >-use C4::Auth qw(:DEFAULT check_cookie_auth); >-use C4::Biblio; >-use C4::Context; >-use C4::Dates qw(format_date); >-use C4::Items; >-use C4::Koha; >-use C4::Tags qw(get_tags remove_tag get_tag_rows); >-use C4::Output; >- >-my $needed_flags = { tools => 'moderate_tags' >-}; # FIXME: replace when more specific permission is created. >- >-my $query = CGI->new; >-my $op = $query->param('op') || ''; >-my $biblionumber = $query->param('biblionumber'); >-my $tag = $query->param('tag'); >-my $tag_id = $query->param('tag_id'); >- >-my ( $template, $borrowernumber, $cookie ) = get_template_and_user( >- { >- template_name => "tags/list.tt", >- query => $query, >- type => "intranet", >- debug => 1, >- authnotrequired => 0, >- flagsrequired => $needed_flags, >- } >-); >- >-if ( $op eq "del" ) { >- remove_tag($tag_id); >- print $query->redirect("/cgi-bin/koha/tags/list.pl?tag=$tag"); >-} >-else { >- >- my $marcflavour = C4::Context->preference('marcflavour'); >- my @results; >- >- if ($tag) { >- my $taglist = get_tag_rows( { term => $tag } ); >- for ( @{$taglist} ) { >- my $dat = &GetBiblioData( $_->{biblionumber} ); >- my $record = &GetMarcBiblio( $_->{biblionumber} ); >- $dat->{'subtitle'} = >- GetRecordValue( 'subtitle', $record, >- GetFrameworkCode( $_->{biblionumber} ) ); >- my @items = GetItemsInfo( $_->{biblionumber} ); >- $dat->{biblionumber} = $_->{biblionumber}; >- $dat->{tag_id} = $_->{tag_id}; >- $dat->{items} = \@items; >- $dat->{TagLoop} = get_tags( >- { >- biblionumber => $_->{biblionumber}, >- 'sort' => '-weight', >- limit => 10 >- } >- ); >- push( @results, $dat ); >- } >- >- my $resultsarray = \@results; >- >- $template->param( >- tag => $tag, >- titles => $resultsarray, >- ); >- } >-} >- >-output_html_with_http_headers $query, $cookie, $template->output; >diff --git a/tags/review.pl b/tags/review.pl >deleted file mode 100755 >index 6da8027..0000000 >--- a/tags/review.pl >+++ /dev/null >@@ -1,234 +0,0 @@ >-#!/usr/bin/perl >- >-# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html) >- >-# Copyright 2008 LibLime >-# >-# This file is part of Koha. >-# >-# Koha is free software; you can redistribute it and/or modify it under the >-# terms of the GNU General Public License as published by the Free Software >-# Foundation; either version 2 of the License, or (at your option) any later >-# version. >-# >-# Koha is distributed in the hope that it will be useful, but WITHOUT ANY >-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR >-# A PARTICULAR PURPOSE. See the GNU General Public License for more details. >-# >-# You should have received a copy of the GNU General Public License along >-# with Koha; if not, write to the Free Software Foundation, Inc., >-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. >- >-use warnings; >-use strict; >-use Data::Dumper; >-use POSIX; >-use CGI qw ( -utf8 ); >-use CGI::Cookie; # need to check cookies before having CGI parse the POST request >- >-use C4::Auth qw(:DEFAULT check_cookie_auth); >-use C4::Context; >-use C4::Dates qw(format_date format_date_in_iso); >-# use C4::Koha; >-use C4::Output qw(:html :ajax pagination_bar); >-use C4::Debug; >-use C4::Tags qw(get_tags get_approval_rows approval_counts whitelist blacklist is_approved); >- >-my $script_name = "/cgi-bin/koha/tags/review.pl"; >-my $needed_flags = { tools => 'moderate_tags' }; # FIXME: replace when more specific permission is created. >- >-sub ajax_auth_cgi ($) { # returns CGI object >- my $needed_flags = shift; >- my %cookies = fetch CGI::Cookie; >- my $input = CGI->new; >- my $sessid = $cookies{'CGISESSID'}->value; >- my ($auth_status, $auth_sessid) = check_cookie_auth($sessid, $needed_flags); >- $debug and >- print STDERR "($auth_status, $auth_sessid) = check_cookie_auth($sessid," . Dumper($needed_flags) . ")\n"; >- if ($auth_status ne "ok") { >- output_with_http_headers $input, undef, >- "window.alert('Your CGI session cookie ($sessid) is not current. " . >- "Please refresh the page and try again.');\n", 'js'; >- exit 0; >- } >- $debug and print STDERR "AJAX request: " . Dumper($input), >- "\n(\$auth_status,\$auth_sessid) = ($auth_status,$auth_sessid)\n"; >- return $input; >-} >- >-if (is_ajax()) { >- my $input = &ajax_auth_cgi($needed_flags); >- my $operator = C4::Context->userenv->{'number'}; # must occur AFTER auth >- $debug and print STDERR "op: " . Dumper($operator) . "\n"; >- my ($tag, $js_reply); >- if ($tag = $input->param('test')) { >- my $check = is_approved($tag); >- $js_reply = ( $check >= 1 ? 'success' : >- $check <= -1 ? 'failure' : 'indeterminate' ) . "_test('$tag');\n"; >- } >- if ($tag = $input->param('ok')) { >- $js_reply = ( whitelist($operator,$tag) ? 'success' : 'failure') . "_approve('$tag');\n"; >- } >- if ($tag = $input->param('rej')) { >- $js_reply = ( blacklist($operator,$tag) ? 'success' : 'failure') . "_reject('$tag');\n"; >- } >- output_with_http_headers $input, undef, $js_reply, 'js'; >- exit; >-} >- >-### Below is the sad, boring, necessary non-AJAX HTML code. >- >-my $input = CGI->new; >-my ($template, $borrowernumber, $cookie) = get_template_and_user( >- { >- template_name => "tags/review.tt", >- query => $input, >- type => "intranet", >- debug => 1, >- authnotrequired => 0, >- flagsrequired => $needed_flags, >- } >-); >- >-my ($op, @errors, @tags); >- >-foreach (qw( approve reject test )) { >- $op = $_ if ( $input->param("op-$_") ); >-} >-$op ||= 'none'; >- >-@tags = $input->param('tags'); >- >-$borrowernumber == 0 and push @errors, {op_zero=>1}; >- if ($op eq 'approve') { >- foreach (@tags) { >- whitelist($borrowernumber,$_) or push @errors, {failed_ok=>$_}; >- } >-} elsif ($op eq 'reject' ) { >- foreach (@tags) { >- blacklist($borrowernumber,$_) or push @errors, {failed_rej=>$_}; >- } >-} elsif ($op eq 'test' ) { >- my $tag = $input->param('test'); >- push @tags, $tag; >- my $check = is_approved($tag); >- $template->param( >- test_term => $tag, >- ( $check >= 1 ? 'verdict_ok' : >- $check <= -1 ? 'verdict_rej' : 'verdict_indeterminate' ) => 1, >- ); >-} >- >-my $counts = &approval_counts; >-foreach (keys %$counts) { >- $template->param($_ => $counts->{$_}); >-} >- >-sub pagination_calc ($;$) { >- my $query = shift or return undef; >- my $hardlimit = (@_) ? shift : 100; # hardcoded, could be another syspref >- my $pagesize = $query->param('limit' ) || $hardlimit; >- my $page = $query->param('page' ) || 1; >- my $offset = $query->param('offset') || 0; >- ($pagesize <= $hardlimit) or $pagesize = $hardlimit; >- if ($page > 1) { >- $offset = ($page-1)*$pagesize; >- } else { >- $page = 1; >- } >- return ($pagesize,$page,$offset); >-} >- >-my ($pagesize,$page,$offset) = pagination_calc($input,100); >- >-my %filters = ( >- limit => $offset ? "$offset,$pagesize" : $pagesize, >- sort => 'approved,-weight_total,+term', >-); >-my ($filter,$date_from,$date_to); >-if (defined $input->param('approved')) { # 0 is valid value, must check defined >- $filter = $input->param('approved'); >-} else { >- $filter = 0; >-} >-if ($filter eq 'all') { >- $template->param(filter_approved_all => 1); >-} elsif ($filter =~ /-?[01]/) { >- $filters{approved} = $filter; >- $template->param( >- ($filter == 1 ? 'filter_approved_ok' : >- $filter == 0 ? 'filter_approved_pending' : >- $filter == -1 ? 'filter_approved_rej' : >- 'filter_approved') => 1 >- ); >-} >- >-# my $q_count = get_approval_rows({limit=>$pagesize, sort=>'approved,-weight_total,+term', count=>1}); >-if ($filter = $input->param('tag')) { >- $template->param(filter_tag=>$filter); >- $filters{term} = $filter; >-} >-if ($filter = $input->param('from')) { >- if ($date_from = format_date_in_iso($filter)) { >- $template->param(filter_date_approved_from=>$filter); >- $filters{date_approved} = ">=$date_from"; >- } else { >- push @errors, {date_from=>$filter}; >- } >-} >-if ($filter = $input->param('to')) { >- if ($date_to = format_date_in_iso($filter)) { >- $template->param(filter_date_approved_to=>$filter); >- $filters{date_approved} = "<=$date_to"; >- } else { >- push @errors, {date_to=>$filter}; >- } >-} >-if ($filter = $input->param('approver')) { # name (or borrowernumber) from input box >- if ($filter =~ /^\d+$/ and $filter > 0) { >- # $filter=get borrowernumber from name >- # FIXME: get borrowernumber from name not implemented. >- $template->param(filter_approver=>$filter); >- $filters{approved_by} = $filter; >- } else { >- push @errors, {approver=>$filter}; >- } >-} >-if ($filter = $input->param('approved_by')) { # borrowernumber from link >- if ($filter =~ /^\d+$/ and $filter > 0) { >- $template->param(filter_approver=>$filter); >- $filters{approved_by} = $filter; >- } else { >- push @errors, {approved_by=>$filter}; >- } >-} >-$debug and print STDERR "filters: " . Dumper(\%filters); >-my $tagloop = get_approval_rows(\%filters); >-my $qstring = $input->query_string; >-$qstring =~ s/([&;])*\blimit=\d+//; # remove pagination var >-$qstring =~ s/^;+//; # remove leading delims >-$qstring = "limit=$pagesize" . ($qstring ? '&' . $qstring : ''); >-$debug and print STDERR "number of approval_rows: " . scalar(@$tagloop) . "rows\n"; >-(scalar @errors) and $template->param(message_loop=>\@errors); >-$template->param( >- offset => $offset, # req'd for EXPR >- op => $op, >- op_count => scalar(@tags), >- script_name => $script_name, >- approved => 0, # dummy value (also EXPR) >- tagloop => $tagloop, >- pagination_bar => pagination_bar( >- "$script_name?$qstring\&", >- ceil($counts->{approved_total}/$pagesize), # $page, 'page' >- ) >-); >- >-output_html_with_http_headers $input, $cookie, $template->output; >-__END__ >- >-=head1 AUTHOR >- >-Joe Atzberger >-atz AT liblime.com >- >-=cut >diff --git a/test/README b/test/README >deleted file mode 100644 >index fe2895c..0000000 >--- a/test/README >+++ /dev/null >@@ -1,3 +0,0 @@ >-A collection of cgi and command line scripts that are useful for some testing, >-but for one reason or another cannot be made into automated test in t. >-Use with templates in koha-tmpl/intranet-tmpl/prog/en/modules/test >diff --git a/test/progressbar.pl b/test/progressbar.pl >deleted file mode 100755 >index bdd8b4d..0000000 >--- a/test/progressbar.pl >+++ /dev/null >@@ -1,55 +0,0 @@ >-#!/usr/bin/perl >- >-# Script for testing progressbar, part 1 - initial screem >-# it is split into two scripts so we can use firebug to debug it >- >-# Koha library project www.koha-community.org >- >-# Licensed under the GPL >- >-# Copyright 2010 Catalyst IT, Ltd >-# >-# This file is part of Koha. >-# >-# Koha is free software; you can redistribute it and/or modify it under the >-# terms of the GNU General Public License as published by the Free Software >-# Foundation; either version 2 of the License, or (at your option) any later >-# version. >-# >-# Koha is distributed in the hope that it will be useful, but WITHOUT ANY >-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR >-# A PARTICULAR PURPOSE. See the GNU General Public License for more details. >-# >-# You should have received a copy of the GNU General Public License along >-# with Koha; if not, write to the Free Software Foundation, Inc., >-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. >- >-use strict; >-use warnings; >- >-# standard or CPAN modules used >-use CGI qw ( -utf8 ); >-use CGI::Cookie; >- >-# Koha modules used >-use C4::Context; >-use C4::Auth; >-use C4::Output; >-use C4::BackgroundJob; >- >-my $input = new CGI; >-my $dbh = C4::Context->dbh; >-$dbh->{AutoCommit} = 0; >- >-my ($template, $loggedinuser, $cookie) >- = get_template_and_user({template_name => "test/progressbar.tt", >- query => $input, >- type => "intranet", >- debug => 1, >- }); >- >-output_html_with_http_headers $input, $cookie, $template->output; >- >-exit 0; >- >- >diff --git a/test/progressbarsubmit.pl b/test/progressbarsubmit.pl >deleted file mode 100755 >index a15cf51..0000000 >--- a/test/progressbarsubmit.pl >+++ /dev/null >@@ -1,104 +0,0 @@ >-#!/usr/bin/perl >- >-# Script for testing progressbar, part 2 - json submit handler >-# and Z39.50 lookups >- >-# Koha library project www.koha-community.org >- >-# Licensed under the GPL >- >-# Copyright 2010 Catalyst IT, Ltd >-# >-# This file is part of Koha. >-# >-# Koha is free software; you can redistribute it and/or modify it under the >-# terms of the GNU General Public License as published by the Free Software >-# Foundation; either version 2 of the License, or (at your option) any later >-# version. >-# >-# Koha is distributed in the hope that it will be useful, but WITHOUT ANY >-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR >-# A PARTICULAR PURPOSE. See the GNU General Public License for more details. >-# >-# You should have received a copy of the GNU General Public License along >-# with Koha; if not, write to the Free Software Foundation, Inc., >-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. >- >-use strict; >-use warnings; >- >-# standard or CPAN modules used >-use CGI qw ( -utf8 ); >-use CGI::Cookie; >- >-# Koha modules used >-use C4::Context; >-use C4::Auth; >-use C4::Output; >-use C4::BackgroundJob; >- >-my $input = new CGI; >- >-my $submitted=$input->param('submitted'); >-my $runinbackground = $input->param('runinbackground'); >-my $jobID = $input->param('jobID'); >-my $completedJobID = $input->param('completedJobID'); >- >-my ($template, $loggedinuser, $cookie) >- = get_template_and_user({template_name => "test/progressbar.tt", >- query => $input, >- type => "intranet", >- debug => 1, >- }); >- >-my %cookies = parse CGI::Cookie($cookie); >-my $sessionID = $cookies{'CGISESSID'}->value; >-if ($completedJobID) { >-} elsif ($submitted) { >- my $job = undef; >- if ($runinbackground) { >- my $job_size = 100; >- $job = C4::BackgroundJob->new($sessionID, undef, $ENV{'SCRIPT_NAME'}, $job_size); >- $jobID = $job->id(); >- >- # fork off >- if (my $pid = fork) { >- # parent >- # return job ID as JSON >- >- # prevent parent exiting from >- # destroying the kid's database handle >- # FIXME: according to DBI doc, this may not work for Oracle >- >- my $reply = CGI->new(""); >- print $reply->header(-type => 'text/html'); >- print '{"jobID":"' . $jobID . '"}'; >- exit 0; >- } elsif (defined $pid) { >- # if we get here, we're a child that has detached >- # itself from Apache >- >- # close STDOUT to signal to Apache that >- # we're now running in the background >- close STDOUT; >- close STDERR; >- >- foreach (1..100) { >- $job->progress( $_ ); >- sleep 1; >- } >- $job->finish(); >- } else { >- # fork failed, so exit immediately >- die "fork failed while attempting to run $ENV{'SCRIPT_NAME'} as a background job"; >- } >- >- } >-} else { >- # initial form >- die "We should not be here"; >-} >- >-exit 0; >- >- >diff --git a/test/search.pl b/test/search.pl >deleted file mode 100755 >index 4362791..0000000 >--- a/test/search.pl >+++ /dev/null >@@ -1,74 +0,0 @@ >-#!/usr/bin/perl -w >- >-use C4::Search; >- >-my @SEARCH = ( >- { operators => [ >- 'and', >- 'and' >- ], >- operands => [ >- 'shakespeare, "(william)"', >- 'dream' >- ], >- indexes => [ >- 'au,wrdl', >- 'ti', >- 'kw' >- ], >- limits => [ >- 'yr,st-numeric=2000-' >- ], >- sort_by => [ >- 'relevance' >- ], >- lang => 'en', >- }, >-); >- >- >-foreach ( @SEARCH ) { >- my ($expected, @mismatch); >- my( $error, >- $query, >- $simple_query, >- $query_cgi, >- $query_desc, >- $limit, >- $limit_cgi, >- $limit_desc, >- $stopwords_removed, >- $query_type ) >- = buildQuery( $_->{operators}, $_->{operands}, $_->{indexes}, $_->{limits}, $_->{sort_by}, 0, $_->{lang} ); >- >- die $error if $error; >- >- $expected = $_->{query}; >- push @mismatch, "Query: $query (not: $expected)" unless $query eq $expected; >- >- $expected = $_->{simple_query}; >- push @mismatch, "Simple Query: $simple_query (not: $expected)" unless $simple_query eq $expected; >- >- $expected = $_->{query_cgi}; >- push @mismatch, "Query CGI: $query_cgi (not: $expected)" unless $query_cgi eq $expected; >- >- $expected = $_->{query_desc}; >- push @mismatch, "Query desc: $query_desc (not: $expected)" unless $query_desc eq $expected; >- >- $expected = $_->{limit}; >- push @mismatch, "Limit: $limit (not: $expected)" unless $limit eq $expected; >- >- $expected = $_->{limit_cgi}; >- push @mismatch, "Limit CGI: $limit_cgi (not: $expected)" unless $limit_cgi eq $expected; >- >- $expected = $_->{limit_desc}; >- push @mismatch, "Limit desc: $limit_desc (not: $expected)" unless $limit_desc eq $expected; >- >- $expected = $_->{stopwords_removed}; >- push @mismatch, "Stopwords removed: $stopwords_removed (not: $expected)" unless $stopwords_removed eq $expected; >- >- $expected = $_->{query_type}; >- push @mismatch, "Query Type: $query_type (not: $expected)" unless $query_type eq $expected; >- >- die map "$_\n", @mismatch if @mismatch; >-} >diff --git a/tmp/modified_authorities/README.txt b/tmp/modified_authorities/README.txt >deleted file mode 100644 >index caaf457..0000000 >--- a/tmp/modified_authorities/README.txt >+++ /dev/null >@@ -1 +0,0 @@ >-do not remove this file, used to avoid the vcs from deleting this directory >diff --git a/tools/csv-profiles/example.yaml b/tools/csv-profiles/example.yaml >old mode 100644 >new mode 100755 >diff --git a/xt/author/icondirectories.t b/xt/author/icondirectories.t >old mode 100644 >new mode 100755 >diff --git a/xt/author/pod_spell.t b/xt/author/pod_spell.t >old mode 100644 >new mode 100755 >diff --git a/xt/author/podcorrectness.t b/xt/author/podcorrectness.t >old mode 100644 >new mode 100755 >diff --git a/xt/author/translatable-templates.t b/xt/author/translatable-templates.t >old mode 100644 >new mode 100755 >diff --git a/xt/author/valid-templates.t b/xt/author/valid-templates.t >old mode 100644 >new mode 100755 >diff --git a/xt/fix-old-fsf-address.exclude b/xt/fix-old-fsf-address.exclude >old mode 100644 >new mode 100755 >diff --git a/xt/perltidyrc b/xt/perltidyrc >old mode 100644 >new mode 100755 >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13642
:
35637
|
35638
|
35639
|
35640
|
35641
|
35642
|
35643
|
35644
|
35645
|
35663
|
35957
|
35981
|
35982
|
35983
|
35999
|
36000
|
36005
|
36006
|
36147
|
36154
|
36631
|
36632
|
36633
|
36636
|
36714
|
38220
|
38819
|
39623
|
39654
|
40786
|
40787
|
42168
|
43311
|
43313
|
43545
|
43548
|
43549
|
43586
|
43612
|
44627
|
44629
|
44658
|
44659
|
44660
|
44661
|
44662
|
44669
|
44672
|
44677
|
44727
|
44728
|
44729
|
44815
|
44816
|
44819
|
45970
|
45971
|
46514
|
46584
|
46585
|
46586
|
46587
|
46588