Koha/koha-tmpl/intranet-tmpl/prog/css
Owen Leonard bdb64657f9 Bug 16314: Show upload link for upload plugin in basic MARC editor
This patch updates the basic MARC editor to provide a plugin name
variable to the template, allowing us to make a check on the name and
conditionally show an upload link if the "upload.pl" cataloging plugin
is selected.

To test, apply the patch and rebuild the staff client CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

 - Go do Administration -> MARC bibliographic framework -> MARC
   structure -> 856 -> Edit subfields.
 - Edit the "u" subfield and select "upload.pl" as the plugin under
   "Other options."
 - Go to Cataloging and create or edit a MARC record.
 - Under tab 8 look for the 856 tag, subfield u. There should be an
   "Upload" link corresponding to the form field.
 - Click the upload link to confirm that it triggers a popup window with
   the upload form.
 - Confirm that other similar plugin links (for instance 100$a, 600$a)
   display the old "tag editor" icon.

Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-09-09 15:39:51 +02:00
..
src Bug 16314: Show upload link for upload plugin in basic MARC editor 2020-09-09 15:39:51 +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