mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix clicking on attachment title not wokring
This commit is contained in:
parent
bc204e7f1a
commit
78cfc3ce7c
@ -99,7 +99,7 @@
|
||||
<row class="row attachmentRow">
|
||||
<image src="@attachments[0][filemode_icon]" statustext="@attachments[0][filemode_title]"/>
|
||||
<description id="attachments[0][tmp_name]"/>
|
||||
<description class="useEllipsis et2_link" id="attachments[0][name]" no_lang="1" onclick="app.mail.displayUploadedFile"/>
|
||||
<description class="useEllipsis et2_link" value="@attachments[0][name]" id="0[name]" no_lang="1" onclick="app.mail.displayUploadedFile"/>
|
||||
<vfs-size align="right" id="attachments[0][size]" />
|
||||
</row>
|
||||
</rows>
|
||||
|
Loading…
Reference in New Issue
Block a user