From ee03e8e74922d77cd6cd6114166f2a3a537f17c3 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 18 Nov 2007 07:36:29 +0000 Subject: elements.html and ui-header.html are moved to UI/lib and are accessible from all html templates called from anywhere. Minor changes to new payment templates. Fixes to templates to add customers. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1877 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/Customer/customer.html | 110 ++++++++++++------- UI/elements.html | 264 ---------------------------------------------- UI/lib/elements.html | 264 ++++++++++++++++++++++++++++++++++++++++++++++ UI/lib/ui-header.html | 14 +++ UI/payments/payment1.html | 2 +- UI/payments/payment2.html | 2 +- UI/ui-header.html | 14 --- 7 files changed, 353 insertions(+), 317 deletions(-) delete mode 100644 UI/elements.html create mode 100644 UI/lib/elements.html create mode 100644 UI/lib/ui-header.html delete mode 100644 UI/ui-header.html (limited to 'UI') diff --git a/UI/Customer/customer.html b/UI/Customer/customer.html index fd0933ca..23bb064b 100644 --- a/UI/Customer/customer.html +++ b/UI/Customer/customer.html @@ -1,3 +1,17 @@ + + + + <?lsmb form.titlebar ?> + + + + + + + + +
@@ -6,9 +20,9 @@ - + - + @@ -17,51 +31,64 @@ - + @@ -69,21 +96,26 @@ @@ -91,7 +123,7 @@

Shipping AddressBilling Address (if different)

- - + + - +
- - + + - - + +
- - + + - - days + + days - - + +
- - + + - - + + - - + +
- - + + - - + +
-
- +
+ +
- + + title="AP Transaction [Alt-A]"> + + title="customer Invoice [Alt-I]"> + + title="Purchase Order [Alt-O]"> + + title="RFQ [Alt-Q]"> + title="Pricelist [Alt-P]"> +
-
\ No newline at end of file + diff --git a/UI/elements.html b/UI/elements.html deleted file mode 100644 index c7893831..00000000 --- a/UI/elements.html +++ /dev/null @@ -1,264 +0,0 @@ - '60' - } - - #password - password_defaults = { - size = '60' - } - - # text - text_defaults = { - size = '60', - maxlength = '255' - } - - # textarea - textarea_defaults = { - rows = '5', - cols = '60' - } - - #button - button_defaults = { - type = 'submit' - } - -?> - - - - - - - - - - /> - - - - - - - - - - - > - - - - - - - - - - - - - - > - - - - - - - - - - - > - - - - - - - - - - > - - - - - - - - - - > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > - - diff --git a/UI/lib/elements.html b/UI/lib/elements.html new file mode 100644 index 00000000..c7893831 --- /dev/null +++ b/UI/lib/elements.html @@ -0,0 +1,264 @@ + '60' + } + + #password + password_defaults = { + size = '60' + } + + # text + text_defaults = { + size = '60', + maxlength = '255' + } + + # textarea + textarea_defaults = { + rows = '5', + cols = '60' + } + + #button + button_defaults = { + type = 'submit' + } + +?> + + + + + + + + + + /> + + + + + + + + + + + > + + + + + + + + + + + + + + > + + + + + + + + + + + > + + + + + + + + + + > + + + + + + + + + + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + > + + diff --git a/UI/lib/ui-header.html b/UI/lib/ui-header.html new file mode 100644 index 00000000..5a429866 --- /dev/null +++ b/UI/lib/ui-header.html @@ -0,0 +1,14 @@ + + + + <?lsmb form.titlebar ?> + + + + + + + + + diff --git a/UI/payments/payment1.html b/UI/payments/payment1.html index 50fa1ca9..7857032e 100644 --- a/UI/payments/payment1.html +++ b/UI/payments/payment1.html @@ -17,7 +17,7 @@
- + diff --git a/UI/payments/payment2.html b/UI/payments/payment2.html index d395b170..1b53d6da 100644 --- a/UI/payments/payment2.html +++ b/UI/payments/payment2.html @@ -14,7 +14,7 @@ - + diff --git a/UI/ui-header.html b/UI/ui-header.html deleted file mode 100644 index 5a429866..00000000 --- a/UI/ui-header.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - <?lsmb form.titlebar ?> - - - - - - - - - -- cgit v1.2.3