summaryrefslogtreecommitdiff
path: root/UI
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-11-12 00:14:41 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-11-12 00:14:41 +0000
commitd7080538940d0f9ca89e1b9635d0f92568771261 (patch)
tree9c400d24f4ca6fbb7cc91836261674a708cb75e6 /UI
parentcce814fe922b5b735b4389a3043bb3d4bab74ba3 (diff)
Adding contact description to contact list display.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2390 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r--UI/Contact/contact.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html
index 83d63c1a..070b6713 100644
--- a/UI/Contact/contact.html
+++ b/UI/Contact/contact.html
@@ -616,12 +616,14 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
<table width="100%">
<tr class="listheading">
<th class="contact_class"><?lsmb text('Type:') ?></th>
+ <th class="description"><?lsmb text('Description:') ?></th>
<th class="contact"><?lsmb text('Contact Info:') ?></th>
<th class="contact_actions"><?lsmb text('Actions:') ?></th>
</tr>
<?lsmb FOREACH ct = contacts ?>
<tr>
<td class="contact_class"><?lsmb ct.class ?></td>
+ <td class="description"><?lsmb ct.description ?></td>
<td class="contact"><?lsmb ct.contact ?></td>
<td class="contact_actions">
<a href="<?lsmb tt_url(script)