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

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Jul 7 17:39:19 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/07/07 15:39:19

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/parameters: aqbudget.tmpl 

Log message:
	Removing branch entry field as per changes in default template

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/aqbudget.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.4&r2=1.2.2.5

Patches:
Index: aqbudget.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/aqbudget.tmpl,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -u -b -r1.2.2.4 -r1.2.2.5
--- aqbudget.tmpl	28 Sep 2005 19:22:22 -0000	1.2.2.4
+++ aqbudget.tmpl	7 Jul 2006 15:39:19 -0000	1.2.2.5
@@ -105,10 +105,6 @@
 <tr><th><label for="startdate">Start date (<!-- TMPL_VAR NAME="dateformat" -->)</label></th><td><input type="text" id="startdate" name="startdate" value="<!-- TMPL_VAR NAME="startdate" -->" />&nbsp;</td></tr>
 <tr><th><label for="enddate">End date (<!-- TMPL_VAR NAME="dateformat" -->)</label></th><td><input type="text" id="enddate" name="enddate" value="<!-- TMPL_VAR NAME="enddate" -->" /></td></tr>
 <tr><th><label for="budgetamount">Budget amount</label></th><td><input type="text" name="budgetamount" id="budgetamount" value="<!-- TMPL_VAR NAME="budgetamount" -->" /></td></tr>
-<tr><th><label for="branch">Branch</label></th><td>	
-			<!--TMPL_VAR Name="CGIbranch" -->
-			<p>If budget is specifically allowed to a branch, select it here, otherwise leave it empty.</p></td></tr>
-<tr><th><label>Branch</label></th><td>	<!--TMPL_VAR Name="CGIbranch" --> If budget is exclusive to a specific branch, select it here.  Otherwise leave it empty.</td></tr>
 </table></div>
 <input type="hidden" name="aqbudgetid" value="<!-- TMPL_VAR NAME="aqbudgetid" -->" /><input type="button" value="<!-- TMPL_VAR NAME="header" -->" class="submit" onclick="Check(this.form)" /> <input type="button" class="cancel" value="Cancel" onclick="location.href='/cgi-bin/koha/admin/aqbudget.pl'; return false;" /></form>
 <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list