Koha/koha-tmpl/intranet-tmpl/prog/css
Owen Leonard f1d8bb181a Bug 25727: (follow-up) Some style updates, JS i18n
This patch makes to general changes. First, it makes some minor style
changes to the appearance of the dropdowns. Second, it moves the JS
content in select2.inc into a separate JS file. This is made possible by
Bug 21156.

To test, apply the patch and view a page which uses the Select2 library,
e.g. the add item screen. Confirm that the Select2-styled dropdowns look
good and work correctly.

TESTING TRANSLATABILITY

- Update a translation, e.g. fr-FR:

  > cd misc/translator
  > perl translate update fr-FR

- Open the corresponding .po file for JavaScript strings, e.g.
  misc/translator/po/fr-FR-messages-js.po
- Locate strings pulled from
  koha-tmpl/intranet-tmpl/prog/js/select2.js for translation,
  e.g.:

  msgid "No results found"
  msgstr ""

- Edit the "msgstr" string however you want (it's just for
  testing).
- Install the updated translation:

  > perl translate install fr-FR

- Switch to your newly translated language in the staff client and
  test a Select2-styled dropdown. Test that translated strings appear.
  For example:
  - Use the filter form to search for a string which isn't found. You
    should see a translated version.
  - Make a selection in one of the dropdowns. Hover your mouse over the
    "X" icon which now appears. The tooltip should be a translated
    version.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-08-24 11:19:03 +02:00
..
src Bug 25727: (follow-up) Use CSS specificity rather than !important 2020-08-24 11:19:03 +02:00
addbiblio.css Bug 24373: Correct basic cataloging editor CSS 2020-01-10 10:45:25 +00:00
cateditor.css Bug 24452: Advanced editor - show multiple spaces visually 2020-01-23 10:24:53 +00:00
hierarchy.css
humanmsg.css
installer.css
itemsearchform.css
login.css Bug 24201: (QA follow-up) Make desk and branch selects on login page consistant 2020-08-07 16:54:40 +02:00
mainpage.css
preferences.css Bug 22844: Simplify the process of selecting database columns for system preferences 2020-07-20 16:08:22 +02:00
print.css Bug 25072: Fix details.tt print CSS 2020-04-29 16:22:24 +01:00
printreceiptinvoice.css
quotes.css
reports.css
right-to-left.css Bug 23410: Add submenus to system preferences sidebar menu 2020-06-29 12:37:02 +02:00
select2.css Bug 25727: (follow-up) Some style updates, JS i18n 2020-08-24 11:19:03 +02:00
spinelabel.css
staff-global.css Bug 26189: Compiled CSS 2020-08-24 11:06:39 +02:00
tinymce.css
uploader.css