aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-18 21:49:41 -0700
committerFriendika <info@friendika.com>2011-05-18 21:49:41 -0700
commitf151565029162c1de258eaef7fc8aacd4f69ba47 (patch)
treeb8d9212a8bf496e4c1642c6b6ab3b9c1631ffc9f /view
parenta6603a54d9c68d1efee553e747de233f992dc3d2 (diff)
downloadvolse-hubzilla-f151565029162c1de258eaef7fc8aacd4f69ba47.tar.gz
volse-hubzilla-f151565029162c1de258eaef7fc8aacd4f69ba47.tar.bz2
volse-hubzilla-f151565029162c1de258eaef7fc8aacd4f69ba47.zip
bug #73 - move 'view in context' and wall-item-outside-wrapper-end inside wall-item-outside-wrapper so all item content is updated with ajax.
Diffstat (limited to 'view')
-rw-r--r--view/photo_item.tpl2
-rw-r--r--view/search_item.tpl8
-rw-r--r--view/wall_item.tpl2
-rw-r--r--view/wallwall_item.tpl2
4 files changed, 9 insertions, 5 deletions
diff --git a/view/photo_item.tpl b/view/photo_item.tpl
index ca9ead592..e574628d0 100644
--- a/view/photo_item.tpl
+++ b/view/photo_item.tpl
@@ -16,7 +16,7 @@
<div class="wall-item-wrapper-end"></div>
<div class="wall-item-comment-separator"></div>
$comment
-</div>
<div class="wall-item-outside-wrapper-end$indent" ></div>
+</div>
diff --git a/view/search_item.tpl b/view/search_item.tpl
index 47ec06950..089323157 100644
--- a/view/search_item.tpl
+++ b/view/search_item.tpl
@@ -34,8 +34,12 @@
</div>
</div>
<div class="wall-item-wrapper-end"></div>
-</div>
-<div class="wall-item-outside-wrapper-end$indent" ></div>
+
<div class="wall-item-conv" id="wall-item-conv-$id" >$conv</div>
+<div class="wall-item-outside-wrapper-end$indent" ></div>
+
+</div>
+
+
diff --git a/view/wall_item.tpl b/view/wall_item.tpl
index e17b63e5a..b33ab779e 100644
--- a/view/wall_item.tpl
+++ b/view/wall_item.tpl
@@ -43,7 +43,7 @@
<div class="wall-item-comment-wrapper" >
$comment
</div>
-</div>
<div class="wall-item-outside-wrapper-end$indent" ></div>
+</div>
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl
index 655f2999a..b1d504c5d 100644
--- a/view/wallwall_item.tpl
+++ b/view/wallwall_item.tpl
@@ -48,7 +48,7 @@
<div class="wall-item-comment-wrapper" >
$comment
</div>
-</div>
<div class="wall-item-outside-wrapper-end$indent" ></div>
+</div>