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/lib/elements.html | 264 ++++++++++++++++++++++++++++++++++++++++++++++++++ UI/lib/ui-header.html | 14 +++ 2 files changed, 278 insertions(+) create mode 100644 UI/lib/elements.html create mode 100644 UI/lib/ui-header.html (limited to 'UI/lib') 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 ?> + + + + + + + + + -- cgit v1.2.3