From e7c03fe1cdbb4c4e1d593f1ebfa6eb77260f8bad Mon Sep 17 00:00:00 2001 From: tipaul Date: Sat, 14 Aug 2004 09:32:40 +0000 Subject: [PATCH] css'ing --- .../default/en/parameters/currency.tmpl | 391 +++++++++--------- .../default/en/parameters/itemtypes.tmpl | 19 +- 2 files changed, 193 insertions(+), 217 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/parameters/currency.tmpl b/koha-tmpl/intranet-tmpl/default/en/parameters/currency.tmpl index c28afa7dfb..87eeaff784 100644 --- a/koha-tmpl/intranet-tmpl/default/en/parameters/currency.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/parameters/currency.tmpl @@ -1,212 +1,199 @@ - - - - - -

Modify currency

- -

Add currency

- - -
" name="Aform" method="post"> - - - - - - - - - - - - - - +

+ +

+ + "> +

+

+ + - - - - - - - - - -
Currency +
+ + + + +

Modify currency

+ +

Add currency

+ + + " name="Aform" method="post"> + + + +

+ "> -

Currency +

+ +

+ -

Rate - "> -
- - - - - - Data recorded -
" method="post"> - -
- - - - - - - - - - " method="post"> - - "> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
Currency
Rate
- This record is used times. Deletion not possible -
- -
" method="post"> - -
-
CONFIRM DELETION
- - - + + + Data recorded +
" method="post"> + +
+ + + + + + + + + " method="post"> - - - - - -
Currency
- - - - Data deleted -
" method="post"> - -
- - - -

Currencies admin

-
" method="post"> - "> - -
- - - You searched for + + "> + +
Rate
+ This record is used times. Deletion not possible +
+ +
" method="post"> + +
+
CONFIRM DELETION
+ + + +
" method="post"> + +
+
- - - - - - - - - - "> - - - - - - -
CurrencyRate
?op=add_form&searchfield=" class="button">Edit?op=delete_confirm&searchfield=" class="button">Delete
- -
" method="post"> - - - ?offset="><< Prev + + Data deleted + " method="post"> + +
- -        - - - ?offset=">Next >> - - -
- -
- - - - + + +

Currencies admin

+
" method="post"> + "> + +
+ + + You searched for + + + + + + + "> + + + + + + +
Currency + Rate + + +
?op=add_form&searchfield=" class="button parameters">Edit?op=delete_confirm&searchfield=" class="button parameters">Delete
+ +
" method="post"> + + + + ?offset="><< Prev + + +        + + + ?offset=">Next >> + + +
+ +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl b/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl index c456130375..68735b00ff 100644 --- a/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl @@ -44,9 +44,6 @@ function Check(f) { if (!(isNotNull(window.document.Aform.description,1))) { _alertString += "\n- " + _("Description missing"); } - if ((!isNum(f.loanlength,0)) && f.loanlength.value.length > 0) { - _alertString += "\n- " + _("Loan length is not a number"); - } if ((!isNum(f.rentalcharge,0)) && f.rentalcharge.value.length > 0) { _alertString += "\n- " + _("Rental charge is not a number"); } @@ -63,9 +60,9 @@ function Check(f) {
-

Modify item type

+

Modify item type

-

Add item type

+

Add item type

" name="Aform" method="post"> @@ -88,11 +85,6 @@ function Check(f) { if checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item

-

- - "> - meaningful only if not for loan is not set -

"> @@ -112,7 +104,6 @@ function Check(f) { " method="post"> ">

-

AllowedNot allowed

Rental charge

@@ -134,12 +125,11 @@ function Check(f) { -

Item type Admin

+

Item type Admin

- @@ -149,7 +139,6 @@ function Check(f) { - @@ -159,7 +148,7 @@ function Check(f) {
Code DescriptionLoan length Renewable Charge Edit
YesNo ?op=add_form&itemtype=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">
" method="post"> - + ">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
-- 2.39.5