diff options
author | Friendika <info@friendika.com> | 2011-10-11 21:30:23 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-11 21:30:23 -0700 |
commit | df7702709b07560af1d469f0835586af317f39b0 (patch) | |
tree | f53784dc3be1e60ff201c2debe4ab76e7bb0d6da /view | |
parent | 3ef7dcac4b84f6f78dcba5cd768fc08f9cfc1067 (diff) | |
download | volse-hubzilla-df7702709b07560af1d469f0835586af317f39b0.tar.gz volse-hubzilla-df7702709b07560af1d469f0835586af317f39b0.tar.bz2 volse-hubzilla-df7702709b07560af1d469f0835586af317f39b0.zip |
common tabs to notifications and mail
Diffstat (limited to 'view')
-rw-r--r-- | view/mail_head.tpl | 9 | ||||
-rw-r--r-- | view/notifications.tpl | 13 |
2 files changed, 3 insertions, 19 deletions
diff --git a/view/mail_head.tpl b/view/mail_head.tpl index 2aeb3006e..afb65f537 100644 --- a/view/mail_head.tpl +++ b/view/mail_head.tpl @@ -1,10 +1,3 @@ <h3>$messages</h3> -<div class="message-links"> -<ul> -<li><a href="message" class="button message-link-inbox">$inbox</a></li> -<li><a href="message/sent" class="button message-link-outbox">$outbox</a></li> -<li><a href="message/new" class="button message-link-new">$new</a></li> -</ul> -</div> -<div class="message-links-end"></div> +$tab_content diff --git a/view/notifications.tpl b/view/notifications.tpl index 24f78f37e..d737a7507 100644 --- a/view/notifications.tpl +++ b/view/notifications.tpl @@ -1,14 +1,5 @@ - -<h1>Notifications</h1> - -<p id="notification-listing-desc"> - <a href="/notifications/network" class="button tabs {{if $activetab==network}}active{{endif}}">Network</a> - <a href="/notifications/home" class="button tabs {{if $activetab==home}}active{{endif}}">Home</a> - <a href="/notifications/intros" class="button tabs {{if $activetab==intros}}active{{endif}}">Introductions</a> - <a href="/message" class="button tabs">Messages</a> -</p> -<div class="notification-listing-end"></div> - +<h1>$notif_header</h1> +$tabs <div class="notif-network-wrapper"> $notif_content </div> |