diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 01:24:59 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 01:24:59 -0500 |
commit | dfdf0f13357d9e8a66d10da9e0f8506a010e2ab2 (patch) | |
tree | 0431b729c1a7b75c27dda6d887e66e9d6b4a1de1 /view/theme/diabook/wallwall_item.tpl | |
parent | 665ad7e6600778c446aa9c5fc48ed32b309e64a7 (diff) | |
parent | 5915325367013f96ffdabb7ef5ca56aa652ccd8d (diff) | |
download | volse-hubzilla-dfdf0f13357d9e8a66d10da9e0f8506a010e2ab2.tar.gz volse-hubzilla-dfdf0f13357d9e8a66d10da9e0f8506a010e2ab2.tar.bz2 volse-hubzilla-dfdf0f13357d9e8a66d10da9e0f8506a010e2ab2.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
bug #328
default the text template var on conversations
bug #327 - composed private message is lost if no recip specified.
revup
fixed login-fields, fixed. notofication.png, changed locations
German translation
* master:
Diffstat (limited to 'view/theme/diabook/wallwall_item.tpl')
-rw-r--r-- | view/theme/diabook/wallwall_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/wallwall_item.tpl b/view/theme/diabook/wallwall_item.tpl index 603a908c5..e02e5a8be 100644 --- a/view/theme/diabook/wallwall_item.tpl +++ b/view/theme/diabook/wallwall_item.tpl @@ -52,7 +52,7 @@ </div> <div class="wall-item-actions"> - <div class="wall-item-location">$item.location </div> + <div class="wall-item-actions-social"> @@ -88,7 +88,7 @@ <a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a> {{ endif }} </div> - + <div class="wall-item-location">$item.location </div> </div> </div> <div class="wall-item-bottom"> |