diff options
author | friendica <info@friendica.com> | 2014-02-02 03:43:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-02 03:43:52 -0800 |
commit | e83419b53e27078867f8449f476d87b064b9d502 (patch) | |
tree | d02cdea385de99975d27c43ca555e57942ba2ee5 /view/tpl | |
parent | 6b15e57cdbb1b525528f1e67aaa071d0ef4e6e25 (diff) | |
download | volse-hubzilla-e83419b53e27078867f8449f476d87b064b9d502.tar.gz volse-hubzilla-e83419b53e27078867f8449f476d87b064b9d502.tar.bz2 volse-hubzilla-e83419b53e27078867f8449f476d87b064b9d502.zip |
add links to change chat status and leave room
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/chat.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl index a0c18f8d6..dba6a777f 100644 --- a/view/tpl/chat.tpl +++ b/view/tpl/chat.tpl @@ -17,6 +17,8 @@ <input type="submit" name="submit" value="{{$submit}}" /> </form> + <a href="{{$baseurl}}/chat/{{$nickname}}/{{$room_id}}/leave">{{$leave}}</a> | <a href="{{$baseurl}}/chatsvc?f=&room_id={{$room_id}}&status=away">{{$away}}</a> | <a href="{{$baseurl}}/chatsvc?f=&room_id={{$room_id}}&status=online">{{$online}}</a> + </div> </div> |