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/acqui newbi... [dev_week]


From: Ryan Higgins
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui newbi... [dev_week]
Date: Mon, 01 Jan 2007 01:11:59 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Ryan Higgins <rych>     07/01/01 01:11:59

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/acqui: newbiblio.tmpl 

Log message:
        hide gst if no gst

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/newbiblio.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.2.2.5.2.1&r2=1.2.2.5.2.2

Patches:
Index: newbiblio.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/newbiblio.tmpl,v
retrieving revision 1.2.2.5.2.1
retrieving revision 1.2.2.5.2.2
diff -u -b -r1.2.2.5.2.1 -r1.2.2.5.2.2
--- newbiblio.tmpl      11 Jul 2006 14:03:23 -0000      1.2.2.5.2.1
+++ newbiblio.tmpl      1 Jan 2007 01:11:59 -0000       1.2.2.5.2.2
@@ -67,7 +67,7 @@
 
 </script>
 <div id="main">
-<form action="basket.pl" method="get" style="float: right"><input 
type="hidden" name="basket" value="<!-- TMPL_VAR NAME="basket" -->" /><input 
type="submit" value="View Basket" class="submit" /></form>
+<form action="basket.pl" method="get" style="float: right"><input 
type="hidden" name="basket" value="<!-- TMPL_VAR NAME="basketno" -->" /><input 
type="submit" value="View Basket" class="submit" /></form>
        <form action="/cgi-bin/koha/acqui/addorder.pl" method="post" 
name="frusin">
        <!-- TMPL_UNLESS name="existing" --><input type="hidden" 
name="existing" value="no" /><!-- /TMPL_UNLESS -->
        <!-- <!-- TMPL_VAR NAME="title" --> -->
@@ -154,7 +154,7 @@
                                <input type="text" size="20" id="rrp" 
name="rrp" value="<!-- TMPL_VAR NAME="rrp" -->" />
                        <!--/TMPL_IF--></td></tr>
                <tr><th><label for="ecost">Budgeted Cost</label></th><td><input 
type="text" size="20" id="ecost" name="ecost" value="<!-- TMPL_VAR NAME="ecost" 
-->"<!-- TMPL_IF name="close" --> readonly="readonly"<!--/TMPL_IF--> 
/></td></tr>
-               <tr><th><label for="GST">Budgeted GST</label></th><td><input 
type="text" size="20" id="GST" name="GST" value=""<!-- TMPL_IF name="close" --> 
readonly="readonly"<!--/TMPL_IF-->  /></td></tr>
+               <!-- TMPL_IF NAME="GST" --><tr><th><label for="GST">Budgeted 
GST</label></th><td><input type="text" size="20" id="GST" name="GST" 
value=""<!-- TMPL_IF name="close" --> readonly="readonly"<!--/TMPL_IF-->  
/></td></tr><!-- TMPL_ELSE --><input type="hidden" name="GST" value="0" /><!-- 
/TMPL_IF -->
                <tr><th><label for="total"><strong>BUDGETED 
TOTAL</strong></label></th><td><input type="text" size="20" id="total" 
name="total" value=""<!-- TMPL_IF name="close" --> 
readonly="readonly"<!--/TMPL_IF--> /></td></tr>
                <tr><th><label for="cost">Actual Cost</label></th><td><input 
type="text" size="20" id="cost" name="cost" value="<!-- TMPL_VAR 
name="ecost"-->"<!-- TMPL_IF name="close" --> 
readonly="readonly"<!--/TMPL_IF--> /></td></tr>
                <tr><th><label for="invoice">Invoice Number 
*</label></th><td><input type="text" size="20" id="invoice" name="invoice"  
value="<!-- TMPL_VAR name="invoice" -->" /></td></tr>




reply via email to

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