[Koha-patches] [PATCH 19/92] [MT2343] Added help in the budget adding form

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Tue Dec 22 01:20:12 CET 2009


From: Jean-André Santoni <jeanandre.santoni at biblibre.com>

---
 .../prog/en/modules/admin/aqbudgets.tmpl           |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl
index 27d98ee..58fb3ef 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl
@@ -283,20 +283,22 @@
     <input type="text" name="budget_name" id="budget_name" value="<!-- TMPL_VAR NAME="budget_name" -->" size="60" />
     </li>
 
-    <div class='hint'>budget amount cannot both be empty</div>
     <li>
     <label style='white-space: nowrap;' for="budget_amount">Amount: </label>
     <input type="text" name="budget_amount" id="budget_amount" value="<!-- TMPL_VAR NAME="budget_amount" -->" size="8" />
+    <div class='hint'>budget amount cannot both be empty</div>
     </li>
 
     <li>
     <label for="">Encumbrance: </label>
     <input type="text" name="budget_encumb" id="budget_encumb" value="<!-- TMPL_VAR NAME="budget_encumb" -->" size="8" />
+    <div class='hint'>% before alert</div>
     </li>
 
     <li>
     <label for="">Expenditure: </label>
     <input type="text" name="budget_expend" id="budget_expend" value="<!-- TMPL_VAR NAME="budget_expend" -->" size="8" />
+    <div class='hint'>% before blocking</div>
     </li>
 
     <input type="hidden" name="budget_owner_id" id="budget_owner_id" value='<!-- TMPL_VAR NAME="budget_owner_id" -->' />
-- 
1.6.3.3




More information about the Koha-patches mailing list