[Koha-patches] [PATCH] Minor markup corrections for validity.

Owen Leonard oleonard at myacpl.org
Wed Apr 8 20:39:37 CEST 2009


---
 .../prog/en/modules/acqui/orderreceive.tmpl        |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl
index 4e4605b..f54ecff 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl
@@ -106,15 +106,15 @@ fieldset.rows .itemblock fieldset.action { padding:.5em; }
     <fieldset class="rows">
     <legend>Accounting details</legend>
        <ol>
-       <li><label for="datereceived">Date received: </label><span class="label"> <!-- TMPL_VAR NAME="datereceived" --> </span></li>
-       <li><label for="quantity">Quantity ordered: </label><span class="label"> <!-- TMPL_VAR NAME="quantity" --> </span></li>
+       <li><span class="label">Date received: </span> <!-- TMPL_VAR NAME="datereceived" --></li>
+       <li><span class="label">Quantity ordered: </span> <!-- TMPL_VAR NAME="quantity" --></li>
         <li><label for="quantityrec">Quantity received: </label>
             <!-- TMPL_IF NAME="quantityreceived" -->
-                <input id="quantityrec" READONLY type="text" size="20" name="quantityrec" value="<!-- TMPL_VAR NAME="quantityreceivedplus1" -->" />
-                <input id="origquantityrec" READONLY type="hidden" name="origquantityrec" value="<!-- TMPL_VAR NAME="quantityreceived" -->" />
+                <input id="quantityrec" readonly="readonly" type="text" size="20" name="quantityrec" value="<!-- TMPL_VAR NAME="quantityreceivedplus1" -->" />
+                <input id="origquantityrec" readonly="readonly" type="hidden" name="origquantityrec" value="<!-- TMPL_VAR NAME="quantityreceived" -->" />
             <!-- TMPL_ELSE -->
-                <input id="quantityrec" READONLY type="text" size="20" name="quantityrec" value="1" />
-                <input id="origquantityrec" READONLY type="hidden" name="origquantityrec" value="0" />
+                <input id="quantityrec" readonly="readonly" type="text" size="20" name="quantityrec" value="1" />
+                <input id="origquantityrec" readonly="readonly" type="hidden" name="origquantityrec" value="0" />
             <!-- /TMPL_IF -->
 		<!-- 	<input type="text" size="20" name="quantityrec" id="quantityrec" value="<!-- TMPL_VAR NAME="quantityreceived" -->" /> --></li>
         <li><label for="rrp">Replacement cost: </label><input type="text" size="20" name="rrp" id="rrp" value="<!-- TMPL_VAR NAME="rrp" -->" /></li>
-- 
1.5.6.5




More information about the Koha-patches mailing list