diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-04 02:35:26 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-04 02:35:26 +0000 |
commit | 5c3a962f492011bebe096a5a4b007062152df2d7 (patch) | |
tree | 4767953d3090870de43ccb992ed096545be9e4da /templates/demo/timecard.html | |
parent | a3a6064b492c70ecacaa5b413547deb695212487 (diff) |
First round of template changes for new TT system
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1023 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/demo/timecard.html')
-rw-r--r-- | templates/demo/timecard.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/demo/timecard.html b/templates/demo/timecard.html index e6bb05ab..af49fb87 100644 --- a/templates/demo/timecard.html +++ b/templates/demo/timecard.html @@ -2,7 +2,7 @@ <table width="100%"> - <?lsmb include letterhead.html ?> + <?lsmb INCLUDE letterhead.html ?> <tr> <td width=10> </td> @@ -105,7 +105,7 @@ </td> </tr> - <?lsmb if notes ?> + <?lsmb IF notes ?> <tr height=5></tr> <tr> @@ -115,7 +115,7 @@ <?lsmb notes ?> </td> </tr> - <?lsmb end notes ?> + <?lsmb END ?> </table> |