diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2008-01-02 09:28:55 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2008-01-02 09:28:55 +0000 |
| commit | 2dffacd289bfb3770f22591e19466ee78e98dd6f (patch) | |
| tree | 8433905a9cfdea3dca039b8c687f8d1678cbe287 /templates/attachments.tpl | |
| parent | 8035aad679a17299bbdc1aeb7217d21c05d68afb (diff) | |
| download | liberty-2dffacd289bfb3770f22591e19466ee78e98dd6f.tar.gz liberty-2dffacd289bfb3770f22591e19466ee78e98dd6f.tar.bz2 liberty-2dffacd289bfb3770f22591e19466ee78e98dd6f.zip | |
add missing function
Diffstat (limited to 'templates/attachments.tpl')
| -rw-r--r-- | templates/attachments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/attachments.tpl b/templates/attachments.tpl index 60ff9ad..59f512b 100644 --- a/templates/attachments.tpl +++ b/templates/attachments.tpl @@ -27,7 +27,7 @@ {if $smarty.request.attachment_id} <ul class="data" id="usage"> - <li>{tr}This attachment is used in the following content{/tr}: + <li>{tr}Attachment ID:{/tr} {$smarty.request.attachment_id} {tr}is used in the following content{/tr}: <ul> {foreach from=$attachmentUsage item=content} <li class="{cycle values="odd,even"} item"> |
