koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves addbookb


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves addbookbybiblionumber.tmpl,1.1.2.3,1.1.2.4 shelves.tmpl,1.1.2.4,1.1.2.5
Date: Mon, 22 Aug 2005 14:50:47 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1503/koha-tmpl/intranet-tmpl/npl/en/bookshelves

Modified Files:
      Tag: rel_2_2
        addbookbybiblionumber.tmpl shelves.tmpl 
Log Message:
Fix for Bug 926 (forms lack method and/or action attributes)

Index: addbookbybiblionumber.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves/addbookbybiblionumber.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** addbookbybiblionumber.tmpl  30 Mar 2005 22:48:39 -0000      1.1.2.3
--- addbookbybiblionumber.tmpl  22 Aug 2005 21:50:45 -0000      1.1.2.4
***************
*** 2,6 ****
  <div id="main-compact">
  <h3>Add <i><!-- TMPL_VAR NAME="title" --></i> <!-- TMPL_IF NAME="author" 
-->by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --> to a Virtual Shelf</h3>
! <form>
        <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR 
NAME="biblionumber" -->">
  <div class="data">
--- 2,6 ----
  <div id="main-compact">
  <h3>Add <i><!-- TMPL_VAR NAME="title" --></i> <!-- TMPL_IF NAME="author" 
-->by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --> to a Virtual Shelf</h3>
! <form action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl" 
method="get">
        <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR 
NAME="biblionumber" -->">
  <div class="data">

Index: shelves.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves/shelves.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** shelves.tmpl        27 Apr 2005 19:35:21 -0000      1.1.2.4
--- shelves.tmpl        22 Aug 2005 21:50:45 -0000      1.1.2.5
***************
*** 7,11 ****
  
  <!-- TMPL_IF name="edit" -->
!               <form method="post" action="<!-- TMPL_VAR NAME="script_name" 
-->">
                        <input type="hidden" name="op" value="modifsave" />
                        <table>
--- 7,11 ----
  
  <!-- TMPL_IF name="edit" -->
!               <form method="post" 
action="/cgi-bin/koha/bookshelves/shelves.pl">
                        <input type="hidden" name="op" value="modifsave" />
                        <table>
***************
*** 39,43 ****
  
  <!-- TMPL_IF Name="viewshelf" -->
!       <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post" 
name="mainform">
                        <table>
                        <caption>Contents of <em><!-- TMPL_VAR NAME="shelfname" 
--></em></caption>
--- 39,43 ----
  
  <!-- TMPL_IF Name="viewshelf" -->
!       <form action="/cgi-bin/koha/bookshelves/shelves.pl" method="post" 
name="mainform">
                        <table>
                        <caption>Contents of <em><!-- TMPL_VAR NAME="shelfname" 
--></em></caption>
***************
*** 89,93 ****
                        <!-- /TMPL_IF -->
                <!-- /TMPL_LOOP -->
!                                       <form method="post" action="<!-- 
TMPL_VAR NAME="script_name" -->">                                               
               
                                        <input type="hidden" name="shelves" 
value="1" /><table>
                                                <caption>Bookshelves</caption>
--- 89,93 ----
                        <!-- /TMPL_IF -->
                <!-- /TMPL_LOOP -->
!                                       <form method="post" 
action="/cgi-bin/koha/bookshelves/shelves.pl">                                  
                            
                                        <input type="hidden" name="shelves" 
value="1" /><table>
                                                <caption>Bookshelves</caption>
***************
*** 104,108 ****
                                        </form>
  
!                       <form class="inline" method="post" action="<!-- 
TMPL_VAR NAME="script_name" -->">
                                <input type="hidden" name="shelves" value="1" />
                                <div class="data"><table>
--- 104,108 ----
                                        </form>
  
!                       <form class="inline" method="post" 
action="/cgi-bin/koha/bookshelves/shelves.pl">
                                <input type="hidden" name="shelves" value="1" />
                                <div class="data"><table>




reply via email to

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