2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2013-04-23 11:47:57 +00:00
|
|
|
<div id="message-sidebar" class="widget">
|
2015-08-08 15:33:43 +00:00
|
|
|
<div id="message-new"><a href="{{$new.url}}" accesskey="m" class="{{if $new.sel}}newmessage-selected{{/if}}">{{$new.label}}</a> </div>
|
2015-11-07 17:54:20 +00:00
|
|
|
|
|
|
|
{{if $tabs}}
|
|
|
|
<div id="message-preview">
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$tabs nofilter}}
|
2015-11-07 17:54:20 +00:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
</div>
|