[Koha-patches] [PATCH 20/92] [MT2343] Removed the hint for Amount and display Amount as mandatory

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


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

---
 .../prog/en/modules/admin/aqbudgets.tmpl           |    3 +--
 1 files changed, 1 insertions(+), 2 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 58fb3ef..c5ebd28 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl
@@ -284,9 +284,8 @@
     </li>
 
     <li>
-    <label style='white-space: nowrap;' for="budget_amount">Amount: </label>
+    <label style="color: red;" 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>
-- 
1.6.3.3




More information about the Koha-patches mailing list