From a1684163bd12bc6acc169f61f122fde4088973f4 Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
Date: Mon, 15 Apr 2013 15:09:24 -0400
Subject: [PATCH] [PASSED QA] Bug 8278 [Follow-up] Replace YUI autocomplete in
 UNIMARC 210c plugin

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.

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

Smple patch, fixes label. No errors.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
---
 .../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 &rsaquo; UNIMARC field 225a builder</title>
+<title>Koha &rsaquo; 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