koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes au... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes au... [rel_2_2]
Date: Thu, 03 Aug 2006 19:06:18 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <oleonard> 06/08/03 19:06:18

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/includes: authorities-topmenu.inc 

Log message:
        Removing form names. Caused conflict with javascript on authorities 
add/edit screen

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/authorities-topmenu.inc?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: authorities-topmenu.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/authorities-topmenu.inc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- authorities-topmenu.inc     7 Mar 2006 20:51:34 -0000       1.1.2.2
+++ authorities-topmenu.inc     3 Aug 2006 19:06:18 -0000       1.1.2.3
@@ -1,5 +1,5 @@
 <div id="topmenu">
-<form class="inline" name="f" 
action="/cgi-bin/koha/authorities/authorities-home.pl" method="post">
+<form class="inline" action="/cgi-bin/koha/authorities/authorities-home.pl" 
method="post">
        <input type="hidden" name="op" value="do_search" />
        <input type="hidden" name="type" value="intranet" />
        <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR 
NAME="nbstatements" -->"> <select name="authtypecode" />
@@ -11,5 +11,5 @@
                        <input type="hidden" name="and_or" value="and" />
                        <input type="hidden" name="excluding" value=""> <input 
type="hidden" name="operator" value="contains" /> <input type="text" 
id="anywhere" size="10" name="value" value="<!-- TMPL_VAR NAME="value" -->" /> 
<input type="submit" value="Search" class="submit" /></form>
 
-<form name="f2" method="post" action="authorities.pl"><select 
name="authtypecode" id="authtypecode"><!-- TMPL_LOOP name="authtypesloop" 
--><!-- TMPL_IF name="selected" --><option value="<!-- TMPL_VAR name="value" 
-->" selected="selected"><!-- TMPL_ELSE --><option value="<!-- TMPL_VAR 
name="value" -->"><!-- /TMPL_IF --><!-- TMPL_VAR name="authtypetext" 
--></option><!-- /TMPL_LOOP --></select> <input type="submit" value="Add" 
class="submit"></form>
+<form method="post" action="authorities.pl"><select name="authtypecode" 
id="authtypecode"><!-- TMPL_LOOP name="authtypesloop" --><!-- TMPL_IF 
name="selected" --><option value="<!-- TMPL_VAR name="value" -->" 
selected="selected"><!-- TMPL_ELSE --><option value="<!-- TMPL_VAR name="value" 
-->"><!-- /TMPL_IF --><!-- TMPL_VAR name="authtypetext" --></option><!-- 
/TMPL_LOOP --></select> <input type="submit" value="Add" class="submit"></form>
 </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]