oops...bug in posts
This commit is contained in:
parent
cebede8260
commit
ab048bf7ae
|
@ -293,6 +293,19 @@ conf/posts.js.vs?<%= topic_locator %>&p1=<%= my_last + 1 %>&p2=<%= Math.min(my_l
|
|||
</util:xlink>
|
||||
<% } else { %>
|
||||
<util:xlink>
|
||||
<util:href type="servlet">
|
||||
conf/view_attachment.js.vs?<%= base_locator %>&msg=<%= msg.getPostID() %>
|
||||
</util:href>
|
||||
<util:text>
|
||||
<util:image src="attachment.gif" fixup="true" width="16" height="16">
|
||||
<util:alt>
|
||||
(Attachment <%= msg.getAttachmentFilename() %> - <%= msg.getAttachmentLength() %> bytes)
|
||||
</util:alt>
|
||||
</util:image>
|
||||
</util:text>
|
||||
<util:linktitle>
|
||||
(Attachment <%= msg.getAttachmentFilename() %> - <%= msg.getAttachmentLength() %> bytes)
|
||||
</util:linktitle>
|
||||
</util:xlink>
|
||||
<%
|
||||
} // end if
|
||||
|
|
Loading…
Reference in New Issue
Block a user