[Koha-patches] [PATCH] Bug 8278 [Follow-up] Replace YUI autocomplete in UNIMARC 210c plugin

oleonard at myacpl.org oleonard at myacpl.org
Mon Apr 15 21:11:59 CEST 2013


From: Owen Leonard <oleonard at myacpl.org>

This follow-up corrects the heading of the plugin pop-up window to match
the UNIMARC field it targets.

To test, trigger the plugin and confirm that the pop-up window refers to
210c.
---
 .../value_builder/unimarc_field_210c_bis.tt        |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index af5cdf6..796898d 100644
--- 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
@@ -1,5 +1,5 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha › UNIMARC field 225a builder</title>
+<title>Koha › UNIMARC field 210c builder</title>
 [% INCLUDE 'doc-head-close.inc' %]
 <style type="text/css">
     #custom-doc { width:37.85em;*width:36.93em;min-width:492px; margin:auto; text-align:left; }
@@ -32,7 +32,7 @@ $(document).ready(function(){
 <div id="custom-doc" class="yui-t7">
    <div id="bd">
 
-<h1>UNIMARC field 225a builder</h1>
+<h1>UNIMARC field 210c builder</h1>
 <div class="autocomplete">
         <form name="f_pop" onsubmit="javascript:report()" action="">
             <div id="fieldautocomplete" class="autocomplete">
-- 
1.7.9.5


More information about the Koha-patches mailing list