diff options
| author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-18 07:36:29 +0000 |
|---|---|---|
| committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-18 07:36:29 +0000 |
| commit | ee03e8e74922d77cd6cd6114166f2a3a537f17c3 (patch) | |
| tree | 1f0ae25740bbcdd094c155f7bc9b4afbb890572b /UI/ui-header.html | |
| parent | fbd8836aae3eee520088f51b69ff8d76011c48f8 (diff) | |
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
Diffstat (limited to 'UI/ui-header.html')
| -rw-r--r-- | UI/ui-header.html | 14 |
1 files changed, 0 insertions, 14 deletions
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 @@ -<!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 form.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 form.stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" /> - - <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta name="robots" content="noindex,nofollow" /> - -</head> |
