Skip to content
Snippets Groups Projects
Commit 6aa7dfe0 authored by gnaegi's avatar gnaegi
Browse files

OO-1068 css for contact form file attachments

parent 9de7e854
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
$r.translate("catalog.tree.add.intro", ["<br/><strong>$entryname</strong><br/>"]) $r.translate("catalog.tree.add.intro", ["<br/><strong>$entryname</strong><br/>"])
</p> </p>
$r.render("treeCtr") $r.render("treeCtr")
<div class="b_button_group"> <div class="o_button_group">
$r.render("select") $r.render("select")
$r.render("cancel") $r.render("cancel")
</div> </div>
\ No newline at end of file
<table> <ul class="list-unstyled">
#foreach ($attachment in $attachments) #foreach ($attachment in $attachments)
<tr> <li>
<td><span class="b_with_small_icon_left ${attachmentCss.get($attachment.getName())}">${attachmentNames.get($attachment.getName())}</span></td> <i class="o_icon o_icon-fw $r.getFiletypeIconCss($attachment.getName())"> </i>${attachmentNames.get($attachment.getName())}
<td> $r.render(${attachment.getName()})</td> </li>
</tr>
#end #end
</table> </ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment