more breadcrumbs

main
barisusakli 9 years ago
parent 247c9dd718
commit 9858bbd88f

@ -1,3 +1,6 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-4">
<ul class="chats-list recent-chats" data-nextstart="{nextStart}"> <ul class="chats-list recent-chats" data-nextstart="{nextStart}">
@ -18,7 +21,7 @@
</li> </li>
<!-- END contacts --> <!-- END contacts -->
</ul> </ul>
</div> </div>
<div class="col-md-8"> <div class="col-md-8">
@ -29,11 +32,11 @@
<!-- ENDIF !allowed --> <!-- ENDIF !allowed -->
<!-- IF meta --> <!-- IF meta -->
<div class="expanded-chat" data-uid="{meta.uid}" data-username="{meta.username}"> <div class="expanded-chat" data-uid="{meta.uid}" data-username="{meta.username}">
<button type="button" class="close" data-action="pop-out"><span aria-hidden="true"><i class="fa fa-compress"></i></span><span class="sr-only">[[modules:chat.pop-out]]</span></button> <button type="button" class="close" data-action="pop-out"><span aria-hidden="true"><i class="fa fa-compress"></i></span><span class="sr-only">[[modules:chat.pop-out]]</span></button>
<h1>{meta.username}</h1> <h1>{meta.username}</h1>
<span class="since-bar"><a href="#" class="selected" data-since="recent">[[recent:title]]</a> &bull; <a href="#" data-since="week">[[modules:chat.seven_days]]</a> &bull; <a href="#" data-since="month">[[modules:chat.thirty_days]]</a> &bull; <a href="#" data-since="threemonths">[[modules:chat.three_months]]</a></span> <span class="since-bar"><a href="#" class="selected" data-since="recent">[[recent:title]]</a> &bull; <a href="#" data-since="week">[[modules:chat.seven_days]]</a> &bull; <a href="#" data-since="month">[[modules:chat.thirty_days]]</a> &bull; <a href="#" data-since="threemonths">[[modules:chat.three_months]]</a></span>
<ul class="chat-content"> <ul class="chat-content">
<!-- IMPORT partials/chat_messages.tpl --> <!-- IMPORT partials/chat_messages.tpl -->

@ -1,5 +1,8 @@
<div class="notifications"> <div class="notifications">
<!-- IMPORT partials/breadcrumbs.tpl -->
<div class="dropdown pull-right visible-xs-block"> <div class="dropdown pull-right visible-xs-block">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
<i class="fa fa-eye"></i> <i class="fa fa-eye"></i>
@ -9,7 +12,6 @@
<li role="presentation"><a role="menuitem" tabindex="-1" href="#" data-ajaxify="false" component="notifications/mark_all">[[notifications:mark_all_read]]</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#" data-ajaxify="false" component="notifications/mark_all">[[notifications:mark_all_read]]</a></li>
</ul> </ul>
</div> </div>
<h2>[[notifications:title]]</h2>
<hr /> <hr />

Loading…
Cancel
Save