summaryrefslogtreecommitdiff
path: root/UI/lib
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-20 07:36:30 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-20 07:36:30 +0000
commitbb74dcef1ff3d6eb73bdde38eb11320590b2c011 (patch)
tree7dfd9af353ed3cff8f6d1660a63a967d26aa2bba /UI/lib
parent18e15b44b4dda09f5d5a8a416e3f6524fb8b2a64 (diff)
Customer screen now renders reasonably well.
TODO: Needs a lot of CSS work to beautify. Also CSS/Javascript could be used to create a tabbed interface for this screen. Also, a lot of issues with stored procedures have been fixed. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1880 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/lib')
-rw-r--r--UI/lib/ui-header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/UI/lib/ui-header.html b/UI/lib/ui-header.html
index af703b32..4f8e6d3e 100644
--- a/UI/lib/ui-header.html
+++ b/UI/lib/ui-header.html
@@ -11,8 +11,8 @@
<?lsmb ELSE ?>
<link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
<?lsmb END ?>
- <?lsmb IF script ?>
- <link rel="stylesheet" href="css/<?lsmb script ?>.css" type="text/css" title="LedgerSMB stylesheet" />
+ <?lsmb IF script_css ?>
+ <link rel="stylesheet" href="UI/<?lsmb script_css ?>" type="text/css" title="LedgerSMB stylesheet" />
<?lsmb END ?>