[Koha-patches] [PATCH] (new_acq) define input width

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed Jan 13 11:19:33 CET 2010


From: Paul Poulain <paul.poulain at biblibre.com>

this define the width of amount inputs, else they can be too small.
---
 .../prog/en/modules/admin/aqplan.tmpl              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
index 33ab41a..de7baed 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
@@ -219,7 +219,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
                     <!-- TMPL_VAR NAME="estimated_amount" -->&nbsp;
                     <input type="hidden" style="text-align: right;"  name='<!-- TMPL_VAR NAME="cell_name"-->' value="<!-- TMPL_VAR NAME="estimated_amount" -->"   >
                 <!--TMPL_ELSE -->
-                    <input type="text" style="text-align: right;  width:90%; " size='6' name='<!-- TMPL_VAR NAME="cell_name"-->'  value="<!-- TMPL_VAR NAME="estimated_amount" -->"  id='<!-- TMPL_VAR NAME="budget_id"-->' class='<!-- TMPL_VAR NAME="budget_id"-->' onchange="calcTotalRow(this);" >
+                    <input type="text" style="text-align: right; width: 70px;" name='<!-- TMPL_VAR NAME="cell_name"-->'  value="<!-- TMPL_VAR NAME="estimated_amount" -->"  id='<!-- TMPL_VAR NAME="budget_id"-->' class='<!-- TMPL_VAR NAME="budget_id"-->' onchange="calcTotalRow(this);" >
                 <!--/TMPL_IF -->
 
                 </td></tr>
-- 
1.5.6.5




More information about the Koha-patches mailing list