summaryrefslogtreecommitdiff
path: root/templates/Traditional_Chinese_UTF8-letterhead.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
commiteedad02e621755aa269a6728364fa2ef07f6bca9 (patch)
treee56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Traditional_Chinese_UTF8-letterhead.html
parent1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff)
Changed all templates to the new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Traditional_Chinese_UTF8-letterhead.html')
-rwxr-xr-xtemplates/Traditional_Chinese_UTF8-letterhead.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/Traditional_Chinese_UTF8-letterhead.html b/templates/Traditional_Chinese_UTF8-letterhead.html
index d59b8315..758681ad 100755
--- a/templates/Traditional_Chinese_UTF8-letterhead.html
+++ b/templates/Traditional_Chinese_UTF8-letterhead.html
@@ -2,21 +2,21 @@
<td width=10>&nbsp;</td>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr>
<td>
<h4>
- <%company%><br>
- <%address%>
+ <?lsmb company ?><br>
+ <?lsmb address ?>
</h4>
</td>
- <th><img src=../<%templates%>/logo.png border=0 width=84 height=58></th>
+ <th><img src=../<?lsmb templates ?>/logo.png border=0 width=84 height=58></th>
<td align=right>
<h4>
- Tel: <%tel%><br>
- Fax: <%fax%>
+ Tel: <?lsmb tel ?><br>
+ Fax: <?lsmb fax ?>
</h4>
</td>
</tr>