Bug 16241 - Move staff client CSS out of language directory
authorOwen Leonard <oleonard@myacpl.org>
Tue, 12 Apr 2016 17:21:33 +0000 (13:21 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Apr 2016 13:54:37 +0000 (13:54 +0000)
commit6381d1853ddff612a72c029f7cc971009da67a4a
treee35f72811ddf59fea62017f5931f25eee233c167
parentc22934c3e6b7900f2400e13a073af4a7c123d635
Bug 16241 - Move staff client CSS out of language directory

The staff client CSS is not language-specific, so it can be moved out of
the en/ directory and thus not be duplicated for every translation.

In order to be able to have a generic path to the YUI CSS files, the YUI
directory is moved by this patch to the staff client's lib/ directory.

To test, apply the patch and visit various pages in the staff client.
Look in particular at pages which include more than the standard CSS.
For example:

- The staff client login page.
- The staff client home page.
- Patron -> Set permissions.
- The advanced cataloging editor.
- Acquisitions -> Vendor -> Basket groups.
- Tools -> News -> Edit news.
- Administration -> System preferences.

Revised: I intended for this to be built on top of Bug 15883. Now it is.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
On top of 15883
Works as described, all pages on test plan
No Errors

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
353 files changed:
koha-tmpl/intranet-tmpl/lib/yui/animation/animation-debug.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/animation/animation-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/animation/animation.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/button-core.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/skins/sam/button-skin.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/skins/sam/button.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/skins/sam/menu-button-arrow-disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/skins/sam/menu-button-arrow.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/skins/sam/split-button-arrow-active.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/skins/sam/split-button-arrow-disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/skins/sam/split-button-arrow-focus.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/skins/sam/split-button-arrow-hover.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/assets/skins/sam/split-button-arrow.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/button-beta-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/button-debug.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/button-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/button/button.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/alrt16_1.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/blck16_1.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/close12_1.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/container-core.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/container.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/hlp16_1.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/info16_1.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/skins/sam/container-skin.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/skins/sam/container.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/tip16_1.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/assets/warn16_1.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/container-debug.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/container-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/container.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/container_core-debug.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/container_core-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/container/container_core.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/dragdrop/dragdrop-debug.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/dragdrop/dragdrop-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/dragdrop/dragdrop.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/element/element-beta-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/element/element-debug.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/element/element-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/element/element.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/json/json-debug.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/json/json-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/json/json.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu-button-arrow-disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu-button-arrow.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menu-core.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menu.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menu_down_arrow.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menu_down_arrow_disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menu_up_arrow.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menu_up_arrow_disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menubaritem_submenuindicator.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menubaritem_submenuindicator_disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menubaritem_submenuindicator_selected.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menuitem_checkbox.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menuitem_checkbox_disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menuitem_checkbox_selected.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menuitem_submenuindicator.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menuitem_submenuindicator_disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/menuitem_submenuindicator_selected.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/skins/sam/menu-skin.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/skins/sam/menu.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/skins/sam/menuitem_checkbox.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/skins/sam/menuitem_checkbox_disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/menu-debug.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/menu-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/menu/menu.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/plugins/bubbling-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/plugins/loading-min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/reset-fonts-grids.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/split-button-arrow-active.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/split-button-arrow-disabled.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/split-button-arrow-focus.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/split-button-arrow-hover.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/split-button-arrow.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/sprite.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/utilities/utilities.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/yui/yahoo-dom-event/yahoo-dom-event.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/addbiblio.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/buttons.dataTables.min.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/cateditor.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/datatables.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/help.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/hierarchy.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/humanmsg.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/itemsearchform.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/login.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/mainpage.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/preferences.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/print.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/printreceiptinvoice.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/quotes.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/right-to-left.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/spinelabel.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/staff-global.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/tinymce.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/file.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/folder-closed.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/folder.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/minus.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/plus.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-black-line.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-black.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-default-line.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-default.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-famfamfam-line.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-famfamfam.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-gray-line.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-gray.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-red-line.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/images/treeview-red.gif [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/treeview/jquery.treeview.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/css/uploader.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/buttons.dataTables.min.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/cateditor.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/datatables.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/help.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/hierarchy.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/itemsearchform.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/login.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/preferences.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/print.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/quotes.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/spinelabel.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/tinymce.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/file.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/folder-closed.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/folder.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/minus.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/plus.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-black-line.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-black.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-default-line.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-default.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-famfamfam-line.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-famfamfam.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-gray-line.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-gray.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-red-line.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/images/treeview-red.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/treeview/jquery.treeview.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/css/uploader.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc
koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc
koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc
koha-tmpl/intranet-tmpl/prog/en/includes/intranetstylesheet.inc
koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc
koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation-debug.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/animation/animation.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/button-core.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/button-skin.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/button.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/menu-button-arrow-disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/menu-button-arrow.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-active.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-focus.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow-hover.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/assets/skins/sam/split-button-arrow.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-beta-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-debug.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/button/button.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/alrt16_1.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/blck16_1.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/close12_1.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/container-core.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/container.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/hlp16_1.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/info16_1.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/skins/sam/container-skin.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/skins/sam/container.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/tip16_1.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/assets/warn16_1.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container-debug.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core-debug.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/container/container_core.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-debug.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-beta-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-debug.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/element/element.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json-debug.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/json/json.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu-button-arrow-disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu-button-arrow.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu-core.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_down_arrow.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_down_arrow_disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_up_arrow.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menu_up_arrow_disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator_disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menubaritem_submenuindicator_selected.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox_disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_checkbox_selected.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator_disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/menuitem_submenuindicator_selected.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menu-skin.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menu.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_checkbox.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_checkbox_disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-debug.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/plugins/bubbling-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/plugins/loading-min.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-active.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-disabled.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-focus.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow-hover.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/split-button-arrow.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/sprite.png [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/utilities/utilities.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/lib/yui/yahoo-dom-event/yahoo-dom-event.js [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt
koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt
koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt
koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt
koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt
koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt
koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt
koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt
koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt
koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt
koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt
koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt
koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt
koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt