From 37d6cb2a41305e5e6c2b8ba6d516bd7bc6ac2744 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Fri, 7 Mar 2008 01:09:44 -0600 Subject: [PATCH] acqui - template cleanup of toggle "highlight" and required field formatting Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl | 5 ++--- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl index 4e3e2a3296..60d11d0221 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl @@ -28,11 +28,10 @@ - + - - + &booksellerid=&basket="> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl index 9a41b2767c..ad550816c3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl @@ -41,7 +41,7 @@ f.GST.value=GST; return true; } -function messenger(X,Y,etc){ +function messenger(X,Y,etc){ // FIXME: unused? win=window.open("","mess","height="+X+",width="+Y+",screenX=150,screenY=0"); win.focus(); win.document.close(); @@ -204,10 +204,10 @@ if (quantity ==0) {
  1. - Quantity: + Quantity: " /> - + " onchange="update(this.form);" />
  2. -- 2.39.5