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/parameters branches.


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters branches.tmpl,1.3,1.4
Date: Tue, 30 Nov 2004 10:01:59 -0800

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

Modified Files:
        branches.tmpl 
Log Message:
Adding branchname in hidden form field to allow for fix to Bug 552

Index: branches.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/branches.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** branches.tmpl       13 Apr 2004 17:06:10 -0000      1.3
--- branches.tmpl       30 Nov 2004 18:01:56 -0000      1.4
***************
*** 63,70 ****
  
  <!-- TMPL_IF name="delete_confirm" -->
!       <h3>Confirm Deletion of Branch <!-- TMPL_VAR NAME="branchcode" -->:</h3>
        <div class="tabitem"><span class="form"><form action="<!-- TMPL_VAR 
name="action" -->" method="post">
                <input type="hidden" name="op" value="delete_confirmed" />
                <input type="hidden" name="branchcode" value="<!-- TMPL_VAR 
name="branchcode" escape="HTML" -->" />
                <input type="submit" value="Delete Branch" class="cancel" />
        </form> 
--- 63,71 ----
  
  <!-- TMPL_IF name="delete_confirm" -->
!       <h3>Confirm deletion of <!-- TMPL_VAR NAME="branchname" --> (<!-- 
TMPL_VAR NAME="branchcode" -->)?</h3>
        <div class="tabitem"><span class="form"><form action="<!-- TMPL_VAR 
name="action" -->" method="post">
                <input type="hidden" name="op" value="delete_confirmed" />
                <input type="hidden" name="branchcode" value="<!-- TMPL_VAR 
name="branchcode" escape="HTML" -->" />
+                       <input type="hidden" name="branchname" value="<!-- 
TMPL_VAR NAME="branchname" escape="HTML" -->">
                <input type="submit" value="Delete Branch" class="cancel" />
        </form> 
***************
*** 76,80 ****
  <!-- TMPL_IF name="else" -->
        
!       <div class="error"><!-- TMPL_VAR name="message" --></div>
        <table>
        <caption><!-- TMPL_VAR name="head" --></caption>
--- 77,81 ----
  <!-- TMPL_IF name="else" -->
        
!       <!-- TMPL_IF NAME="message" --><div class="error"><!-- TMPL_VAR 
name="message" --></div><!-- /TMPL_IF -->
        <table>
        <caption><!-- TMPL_VAR name="head" --></caption>
***************
*** 128,131 ****
--- 129,133 ----
                                        <form action="<!-- TMPL_VAR name=action 
-->" method="post">
                                        <input type="hidden" name="branchcode" 
value="<!-- TMPL_VAR name=value escape="HTML" -->" />
+ <input type="hidden" name="branchname" value="<!-- TMPL_VAR 
NAME="branch_name" escape="HTML" -->">
                                        <input type="hidden" name="op" 
value="delete" /><input type="submit" value="Delete" class="cancel" />
                                        </form>




reply via email to

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