aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_list.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-10 14:47:09 -0800
committerfriendica <info@friendica.com>2015-02-10 14:47:09 -0800
commit4632d30a786863d4ecb33fc651f49076d0006386 (patch)
treea44adbd4ebec22d07e99eeeb41990d7469f29747 /view/tpl/conv_list.tpl
parent268691ffb460e7d0a53dec858ee9658e20660755 (diff)
downloadvolse-hubzilla-4632d30a786863d4ecb33fc651f49076d0006386.tar.gz
volse-hubzilla-4632d30a786863d4ecb33fc651f49076d0006386.tar.bz2
volse-hubzilla-4632d30a786863d4ecb33fc651f49076d0006386.zip
more attendance
Diffstat (limited to 'view/tpl/conv_list.tpl')
-rwxr-xr-xview/tpl/conv_list.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index 3d4b7608d..ad086ee0a 100755
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -143,7 +143,7 @@
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
- <h4 class="modal-title">{{$response.modal_title}}</h4>
+ <h4 class="modal-title">{{$response.title}}</h4>
</div>
<div class="modal-body">
<ul>{{foreach $response.list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul>
@@ -158,7 +158,7 @@
{{/foreach}}
</div>
{{/if}}
-
+ </div>
</div>
<div class="clear"></div>
</div>