From: Paul Poulain <[email protected]>
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" -->
<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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches