summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-05 00:53:35 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-05 00:53:35 +0000
commitcb825aa1943feef0e719aef81fc270478b924f9a (patch)
tree70bae0ccb33c74222a8028079d9e295ac144f209
parentee7d31ef17d83d0928587af8910a8d3d6e12fecc (diff)
Moving Voucher and Batch screens to ui-header
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1943 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r--UI/create_batch.html23
-rw-r--r--UI/voucher.html21
2 files changed, 13 insertions, 31 deletions
diff --git a/UI/create_batch.html b/UI/create_batch.html
index cb01d62b..26500b7c 100644
--- a/UI/create_batch.html
+++ b/UI/create_batch.html
@@ -1,19 +1,10 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "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>LedgerSMB Version SVN Trunk</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" />
-
- <link rel="stylesheet" href="css/ledgersmb.css" type="text/css" title="LedgerSMB stylesheet" />
- <link rel="stylesheet" href="css/scripts/create_batch.css" type="text/css" title="LedgerSMB stylesheet" />
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-
- <meta name="robots" content="noindex,nofollow" />
-</head>
-
+<?lsmb INCLUDE ui-header.html
+ titlebar = text('Create Batch') # '
+ include_stylesheet = [
+ stylesheet
+ "css/scripts/create_batch.css"
+ ]
+?>
<body>
<form name="create_batch" method="post">
<div class="labelledinput">
diff --git a/UI/voucher.html b/UI/voucher.html
index c0c6aa6a..9979f5c9 100644
--- a/UI/voucher.html
+++ b/UI/voucher.html
@@ -1,18 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "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 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" />
- <link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" />
- <link rel="stylesheet" href="UI/employee.css" type="text/css" />
-
- <meta http-equiv="content-type"
- content="text/html; charset=<?lsmb charset ?>" />
- <meta name="robots" content="noindex,nofollow" />
-</head>
+<?lsmb INCLUDE ui-header.html
+ titlebar = titlebar
+ include_stylesheet = [
+ stylesheet
+ "css/global.css"
+ 'UI/employee.css' ] -?>
<body>
<div id="title" class="pageheader"><span>GL Voucher Reports</span></div>
<div id="filter">