diff options
author | friendica <info@friendica.com> | 2015-02-10 14:47:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-10 14:47:09 -0800 |
commit | 4632d30a786863d4ecb33fc651f49076d0006386 (patch) | |
tree | a44adbd4ebec22d07e99eeeb41990d7469f29747 /view/tpl/conv_list.tpl | |
parent | 268691ffb460e7d0a53dec858ee9658e20660755 (diff) | |
download | volse-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-x | view/tpl/conv_list.tpl | 4 |
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">×</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> |