aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/wall_item_tag.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-04-13 09:43:38 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-04-13 09:43:38 +0200
commit8be7b5c65b8e43b7128bcd565cd50a710fc66b55 (patch)
tree0de440ba2d0a9439142a8e1f2b8973d636fe2361 /view/theme/quattro/wall_item_tag.tpl
parent67a2d5be771514b17b3f96979e7c2c350aa24778 (diff)
downloadvolse-hubzilla-8be7b5c65b8e43b7128bcd565cd50a710fc66b55.tar.gz
volse-hubzilla-8be7b5c65b8e43b7128bcd565cd50a710fc66b55.tar.bz2
volse-hubzilla-8be7b5c65b8e43b7128bcd565cd50a710fc66b55.zip
quattro: work on
"like" activitiy items less visible fixes to widths popup notification out of navbar category input in jot
Diffstat (limited to 'view/theme/quattro/wall_item_tag.tpl')
-rw-r--r--view/theme/quattro/wall_item_tag.tpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/view/theme/quattro/wall_item_tag.tpl b/view/theme/quattro/wall_item_tag.tpl
new file mode 100644
index 000000000..926fc929d
--- /dev/null
+++ b/view/theme/quattro/wall_item_tag.tpl
@@ -0,0 +1,23 @@
+<div class="wall-item-container item-tag $item.indent">
+ <div class="wall-item-item">
+ <div class="wall-item-info">
+ <div class="contact-photo-wrapper">
+ <a href="$item.profile_url" target="redir" title="$item.linktitle" class="contact-photo-link" id="wall-item-photo-link-$item.id">
+ <img src="$item.thumb" class="contact-photo$item.sparkle" id="wall-item-photo-$item.id" alt="$item.name" />
+ </a>
+ <ul class="contact-menu menu-popup" id="wall-item-photo-menu-$item.id">
+ $item.item_photo_menu
+ </ul>
+
+ </div>
+ <div class="wall-item-location">$item.location</div>
+ </div>
+ <div class="wall-item-content">
+ $item.body
+ </div>
+ </div>
+</div>
+
+<div class="wall-item-comment-wrapper" >
+ $item.comment
+</div>