546aa5f845
Avoid loading the topic phrases when the user isn't logged in. Don't load the topic_c_edit_post and topic_c_attach_item client templates when the user isn't logged in. Fixed a bug where multiple attachment managers wouldn't load. Added the topic_c_attach_item template.
4 lines
287 B
HTML
4 lines
287 B
HTML
<img src='{{.ImgSrc}}' height=24 width=24 />
|
|
<span class='attach_item_path' aid='{{.ID}}' fullpath='{{.FullPath}}'>{{.Path}}</span>
|
|
<button class='attach_item_select'>{{lang "topic.select_button_text"}}</button>
|
|
<button class='attach_item_copy'>{{lang "topic.copy_button_text"}}</button> |