[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters aqbookfund.tmpl,1.2.2.2,1.2.2.3

Owen Leonard oleonard at users.sourceforge.net
Fri Aug 26 20:56:11 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	aqbookfund.tmpl 
Log Message:
Synching with default template: adding branch information

Index: aqbookfund.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** aqbookfund.tmpl	20 Apr 2005 18:45:11 -0000	1.2.2.2
--- aqbookfund.tmpl	26 Aug 2005 18:56:09 -0000	1.2.2.3
***************
*** 21,24 ****
--- 21,25 ----
  	<th>Book Fund</th>
  	<th>Name</th>
+ 	<th>Branch</th>
  	<th>Edit</th>
  	<th>Delete</th>
***************
*** 28,31 ****
--- 29,33 ----
  		<td><a href="<!-- TMPL_VAR name="action" -->?op=add_form&amp;bookfundid=<!-- TMPL_VAR name="bookfundid" --> "><!-- TMPL_VAR name="bookfundid" --></a></td>
  		<td><!-- TMPL_VAR name="bookfundname" --></td>
+ 		<td><!--TMPL_VAR Name="branchname"--></td>
  		<td><form action="<!-- TMPL_VAR name="action" -->" method="get"><input type="hidden" name="op" value="add_form" /><input type="hidden" name="bookfundid" value="<!-- TMPL_VAR name="bookfundid" -->" /><input type="submit" class="submit" value="Edit" /></form></td>
  		<td><form action="<!-- TMPL_VAR name="action" -->" method="get"><input type="hidden" name="op" value="delete_confirm" /><input type="hidden" name="bookfundid" value="<!-- TMPL_VAR name="bookfundid" -->" /><input type="submit" class="delete" value="Delete" /></form></td>
***************
*** 34,37 ****
--- 36,40 ----
  		<td>&nbsp;</td>
  		<td><b>Budget</b></td>
+ 		<td>Branch</td>
  		<td><form action="aqbudget.pl" method="get"><input type="hidden" name="op" value="add_form" /><input type="hidden" name="bookfundid" value="<!-- TMPL_VAR name="bookfundid" -->" /><input type="submit" class="submit" value="Add Budget" /></form></td>
  		<td></td>
***************
*** 43,46 ****
--- 46,56 ----
  				<!-- TMPL_VAR name="startdate" --> - <!-- TMPL_VAR name="enddate" --> : <b><!-- TMPL_VAR name="budgetamount" --></b>
  			</td>
+ 			<td>
+ 				<!--TMPL_IF Name="branchcode"-->
+ 				 	<!--TMPL_VAR Name="branchcode"-->
+ 				<!--TMPL_ELSE -->
+ 					&nbsp;
+ 				<!--/TMPL_IF-->
+ 				</td>
  			<td><form action="/cgi-bin/koha/admin/aqbudget.pl" method="get"><input type="hidden" name="op" value="add_form" /><input type="hidden" name="aqbudgetid" value="<!-- TMPL_VAR name="aqbudgetid" -->" /><input type="submit" class="submit" value="Edit" /></form></td>
  			<td><form action="/cgi-bin/koha/admin/aqbudget.pl" method="get"><input type="hidden" name="op" value="delete_confirm" /><input type="hidden" name="aqbudgetid" value="<!-- TMPL_VAR name="aqbudgetid" -->" /><input type="submit" class="delete" value="Delete" /></form></td>
***************
*** 121,124 ****
--- 131,135 ----
  <!-- /TMPL_IF -->
  <tr><th>Name</th><td><input type="text" name="bookfundname" size="40" maxlength="80" value="<!-- TMPL_VAR name="bookfundname" escape="HTML" -->" /></td></tr>
+ <tr><th><label>Branch</label></th><td><!-- TMPL_VAR NAME="CGIbranch"-->	Select one if budget is branch-specific, otherwise, leave it blank.</td></tr>
  </table>
  </div>





More information about the Koha-cvs mailing list