summaryrefslogtreecommitdiff
path: root/UI/lib/ui-header.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-13 00:13:37 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-13 00:13:37 +0000
commit1208d15943738e80e267609aa88f16ec722aaba9 (patch)
treee38c43c70a173dd6f2549f2468bf8198214a780c /UI/lib/ui-header.html
parent8f62103e122793ebe3db93819417e688ce5b1e18 (diff)
More payment fixes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1976 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/lib/ui-header.html')
-rw-r--r--UI/lib/ui-header.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/UI/lib/ui-header.html b/UI/lib/ui-header.html
index 868b44ab..a3f46629 100644
--- a/UI/lib/ui-header.html
+++ b/UI/lib/ui-header.html
@@ -5,6 +5,10 @@
<title><?lsmb form.titlebar ? form.titlebar : titlebar ?></title>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
+ <?lsmb IF refresh -?>
+ <meta http-equiv="refresh"
+ content="<?lsmb refresh.delay ?>;<?lsmb refresh.url ?>">
+ <?lsmb END -?>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<?lsmb IF form.stylesheet ?>
<link rel="stylesheet" href="css/<?lsmb form.stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />