diff options
Diffstat (limited to 'UI')
-rw-r--r-- | UI/Contact/customer.css (renamed from UI/Customer/customer.css) | 0 | ||||
-rw-r--r-- | UI/Contact/customer.html (renamed from UI/Customer/customer.html) | 0 | ||||
-rw-r--r-- | UI/lib/ui-header.html | 2 | ||||
-rw-r--r-- | UI/login.html | 11 |
4 files changed, 10 insertions, 3 deletions
diff --git a/UI/Customer/customer.css b/UI/Contact/customer.css index e93cd0bd..e93cd0bd 100644 --- a/UI/Customer/customer.css +++ b/UI/Contact/customer.css diff --git a/UI/Customer/customer.html b/UI/Contact/customer.html index e39bfdcc..e39bfdcc 100644 --- a/UI/Customer/customer.html +++ b/UI/Contact/customer.html diff --git a/UI/lib/ui-header.html b/UI/lib/ui-header.html index 4f8e6d3e..91fe0c8a 100644 --- a/UI/lib/ui-header.html +++ b/UI/lib/ui-header.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title><?lsmb form.titlebar ?></title> + <title><?lsmb form.titlebar ? form.titlebar : titlebar ?></title> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> diff --git a/UI/login.html b/UI/login.html index 6dcf560f..3dbc0bb0 100644 --- a/UI/login.html +++ b/UI/login.html @@ -2,6 +2,9 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> + <!-- TODO: Allow the ui-header to be used for this file + Also, move all elements to elements.html + CT --> <title>LedgerSMB <?lsmb VERSION ?></title> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> @@ -58,6 +61,7 @@ function setup_page() { } </script> </head> +<?lsmb PROCESS elements.html ?> @@ -67,8 +71,11 @@ function setup_page() { <center> <form method="post" action="login.pl" name="login" onsubmit="return submit_form()"> - <input type="hidden" name="menubar" - value="<?lsmb menubar ?>"> + <?lsmb PROCESS input element_data = { + type = "hidden", + name = "menubar", + value = menubar + } ?> <div class="login"> <div class="login" align="center"> <a href="http://www.ledgersmb.org/" target="_top"><img src="images/ledgersmb.png" class="logo" alt="LedgerSMB Logo" /></a> |