diff options
author | friendica <info@friendica.com> | 2012-07-25 16:19:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-25 16:19:11 -0700 |
commit | 78b8684ab4202d62d815ad2dbef3d1b620cef3ef (patch) | |
tree | 26fb8fb58e43a53726b92ff8eca6319e8998a95c | |
parent | 6a249047996c280b480c1edef4541cbe53c49c0b (diff) | |
download | volse-hubzilla-78b8684ab4202d62d815ad2dbef3d1b620cef3ef.tar.gz volse-hubzilla-78b8684ab4202d62d815ad2dbef3d1b620cef3ef.tar.bz2 volse-hubzilla-78b8684ab4202d62d815ad2dbef3d1b620cef3ef.zip |
upstream changes, rev update
-rw-r--r-- | version.inc | 2 | ||||
-rw-r--r-- | view/theme/quattro/wall_item.tpl | 2 | ||||
-rw-r--r-- | view/theme/quattro/wallwall_item.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/version.inc b/version.inc index 00693714b..6e49c8fda 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2012-07-24.25 +2012-07-25.26 diff --git a/view/theme/quattro/wall_item.tpl b/view/theme/quattro/wall_item.tpl index 2b12ce632..411879def 100644 --- a/view/theme/quattro/wall_item.tpl +++ b/view/theme/quattro/wall_item.tpl @@ -5,7 +5,7 @@ <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" /> </div> -<div class="wall-item-container $item.indent"> +<div class="wall-item-container $item.indent" id="item-$item.id"> <div class="wall-item-item"> <div class="wall-item-info"> <div class="contact-photo-wrapper" diff --git a/view/theme/quattro/wallwall_item.tpl b/view/theme/quattro/wallwall_item.tpl index a1d92773b..2e3cf821f 100644 --- a/view/theme/quattro/wallwall_item.tpl +++ b/view/theme/quattro/wallwall_item.tpl @@ -4,7 +4,7 @@ <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" /> </div> -<div class="wall-item-container $item.indent"> +<div class="wall-item-container $item.indent" id="item-$item.id"> <div class="wall-item-item"> <div class="wall-item-info"> <div class="contact-photo-wrapper mframe wwfrom" |