Koha/koha-tmpl/intranet-tmpl/prog/img
Mark Tompsett 72fc58b15c Bug 12653: Text file clean up
_README.txt has 4 newlines removed.
_COPYING.txt has 2 empty lines at the end of the file removed.
This was done by copying the smallest file in an existing theme
directory.

TEST PLAN
---------
1) Compare files.
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_COPYING.txt koha-tmpl/opac-tmpl/prog/itemtypeimg/crystal-clear/_COPYING.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_COPYING.txt koha-tmpl/opac-tmpl/ccsr/itemtypeimg/crystal-clear/_COPYING.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_COPYING.txt koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_COPYING.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_README.txt koha-tmpl/opac-tmpl/prog/itemtypeimg/crystal-clear/_README.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_README.txt koha-tmpl/opac-tmpl/ccsr/itemtypeimg/crystal-clear/_README.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_README.txt koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_README.txt
-- there will be differences.
2) Apply patch
3) Compare files again.
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_COPYING.txt koha-tmpl/opac-tmpl/prog/itemtypeimg/crystal-clear/_COPYING.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_COPYING.txt koha-tmpl/opac-tmpl/ccsr/itemtypeimg/crystal-clear/_COPYING.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_COPYING.txt koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_COPYING.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_README.txt koha-tmpl/opac-tmpl/prog/itemtypeimg/crystal-clear/_README.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_README.txt koha-tmpl/opac-tmpl/ccsr/itemtypeimg/crystal-clear/_README.txt
diff koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/crystal-clear/_README.txt koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/crystal-clear/_README.txt
-- there will be no differences.
4) git reset --hard origin/master
5) Apply the patch affecting the .t files.
6) Prove things.
prove xt/author/icondirectories.t xt/author/translatable-templates.t xt/author/valid-templates.t xt/single_quotes.t xt/tt_valid.t
-- expecting xt/author/icondirectories.t to fail
7) Apply this patch.
8) Prove things.
prove xt/author/icondirectories.t xt/author/translatable-templates.t xt/author/valid-templates.t xt/single_quotes.t xt/tt_valid.t
-- expecting success.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

This patch fixes some issues with files on itemtypes dirs.
No koha-qa erros.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
2014-10-30 09:35:12 +13:00
..
datatables Bug 6836: Add jQuery dataTables plugin 2012-01-27 11:33:11 +01:00
famfamfam Bug 9403: Material type icons not showing for XSLT default view in intranet 2013-03-21 12:00:38 -04:00
itemtypeimg Bug 12653: Text file clean up 2014-10-30 09:35:12 +13:00
approve.gif
arrow-bullet.gif
asc.gif
ascdesc.gif
background_koha_logo.png Bug 7979: New design for staff interface + fixes + css call moved 2012-04-20 18:24:38 +02:00
cart-small.gif Changes to the appearance and behavior of the cart in the staff client (see Bug 3871) 2009-12-20 14:27:12 +01:00
cart.gif MT 1110 : Balance cart and lists : cart is now in the intranet 2009-10-14 15:04:53 +02:00
checkall.gif
clear-field.png Bug 3374 - Display patron attributes in the same format as other patron data 2012-09-03 15:22:06 +02:00
clone-field.png Bug 3374 - Display patron attributes in the same format as other patron data 2012-09-03 15:22:06 +02:00
clone-subfield.png Fix for Bug 4868 - Improve controls for cloning and deleting MARC subfields 2010-06-19 08:23:26 -04:00
collapse.gif Adding missing images for collapsible syspref sections 2010-02-02 18:42:59 -05:00
css_header.png
delete-subfield.png Fix for Bug 4868 - Improve controls for cloning and deleting MARC subfields 2010-06-19 08:23:26 -04:00
delete-tag.png Follow-up to Bug 4868, Improve controls for cloning and deleting subfields 2011-08-26 10:25:18 +12:00
deny.gif
desc.gif
dropshadow-alpha.png
dropshadow-mask.gif
dropshadow.gif
edit-tag.png Follow-up to Bug 4868, Improve controls for cloning and deleting subfields 2011-08-26 10:25:18 +12:00
elipsis.gif Fix for Bug 3256, "Long email address cut off in patron windows" 2009-08-12 21:13:59 -04:00
expand.gif Adding missing images for collapsible syspref sections 2010-02-02 18:42:59 -05:00
favicon.ico Bug 10592: fix display of favicon 2013-07-22 14:00:23 +00:00
filefind.png
first-disabled.png Bug 5345 [FOLLOW-UP] DataTables in Koha 2012-04-13 15:44:24 +02:00
first.png (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl 2010-12-21 21:18:11 +13:00
glyphicons-halflings-koha.png Bug 9757: Make staff client list contents view more like search results 2013-06-26 09:04:04 -07:00
glyphicons-halflings-white-koha.png Bug 10615 - Move saved reports action items into dropdown menu 2013-08-16 14:20:24 +00:00
go-bottom.png (bug 1532) Reserves Updates Ported From Dev_Week 2010-02-18 22:49:47 -05:00
go-down.png (bug 1532) Reserves Updates Ported From Dev_Week 2010-02-18 22:49:47 -05:00
go-top.png (bug 1532) Reserves Updates Ported From Dev_Week 2010-02-18 22:49:47 -05:00
go-up.png (bug 1532) Reserves Updates Ported From Dev_Week 2010-02-18 22:49:47 -05:00
item-bullet.gif
koha-logo-black.png
koha-logo-medium.gif
koha-logo-white.png
koha-logo.gif
koha-logo.png
koha.org-logo.gif
label-creator-image.png [30/40] Work on labels module home page. 2009-09-01 15:53:07 -04:00
last-disabled.png Bug 5345 [FOLLOW-UP] DataTables in Koha 2012-04-13 15:44:24 +02:00
last.png (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl 2010-12-21 21:18:11 +13:00
loading-small.gif Bug 7747 - Replace YUI autocomplete with jQueryUI 2012-05-31 18:07:55 +02:00
loading.gif
locked.png Fix for Bug 2122, Grayed out Fields not always visible 2010-11-17 21:21:29 +13:00
more-arrow.gif
more-up-arrow.gif
more.gif
next-disabled.png Bug 5345 [FOLLOW-UP] DataTables in Koha 2012-04-13 15:44:24 +02:00
next.png (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl 2010-12-21 21:18:11 +13:00
note.png Revised fix for Bug 6133 - Authorised values administration, warn for modifs 2011-07-12 19:59:04 +12:00
patron-blank.png
pop-up-link.png Fix for Bug 5030 - Improve handling of duplicate patrons 2010-12-02 09:16:07 +13:00
prev-disabled.png Bug 5345 [FOLLOW-UP] DataTables in Koha 2012-04-13 15:44:24 +02:00
prev.png (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl 2010-12-21 21:18:11 +13:00
print-confirm.gif
progress.png
regularDay.jpg
regularHoliday.jpg
repeat-tag.png Follow-up to Bug 4868, Improve controls for cloning and deleting subfields 2011-08-26 10:25:18 +12:00
repeatable.jpg
search-audio-books.gif
search-books.gif
search-kids.gif
search-large-print.gif
search-local-history.gif
search-movies.gif
search-music.gif
search-reference.gif
search-software-web.gif
spinner-small.gif Add basic client-side AJAX wrappers 2009-09-06 23:01:32 -06:00
staff-home-icons-sprite.png Bug 10415 - Add course reserves to staff client home page 2014-03-12 18:15:24 +00:00
toolbar-add-to-shelf.gif
toolbar-delete.gif
toolbar-duplicate.gif
toolbar-edit.gif
toolbar-hold.gif
toolbar-new.gif
toolbar-orders.gif
toolbar-password.gif
toolbar-print.gif
toolbar-receive.gif
toolbar-renew.gif
toolbar-save.gif
toolbar-search.gif
up.png
x.png (bug 1532) Reserves Updates Ported From Dev_Week 2010-02-18 22:49:47 -05:00
x_alt_16x16.png Bug 7977: QOTD uploader to enable uploading csv files containing quotes 2012-05-24 14:14:09 +02:00