Commit e59071ae authored by JC Brand's avatar JC Brand

Add the ability to log out of a session. updates #80

parent ecdcdc48
This diff is collapsed.
......@@ -90,6 +90,11 @@
<span class="icon-offline"></span>
Offline</a>
</li>
<li>
<a href="#" class="offline" data-value="offline">
<span class="icon-exit"></span>
Logout</a>
</li>
</ul>
</dd>
</dl>
......
......@@ -5,6 +5,9 @@
<option value="dnd">{{label_busy}}</option>
<option value="away">{{label_away}}</option>
<option value="offline">{{label_offline}}</option>
{[ if (allow_logout) { ]}
<option value="logout">{{label_logout}}</option>
{[ } ]}
</select>
</span>
</form>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment