aboutsummaryrefslogtreecommitdiffstats
path: root/view/common_tabs.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-28 05:29:03 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-28 05:29:03 -0400
commitc661dc502f1ab4a6361faea1271d3c9a4aafa4ba (patch)
tree314fc610188bf5ebd06ef2fde4909c01b8b74561 /view/common_tabs.tpl
parent3bfa3f2a13f4e3b75b8e922eb3d946e1a31809b6 (diff)
parentf163aed66d2aec038131131c68110043de36137a (diff)
downloadvolse-hubzilla-c661dc502f1ab4a6361faea1271d3c9a4aafa4ba.tar.gz
volse-hubzilla-c661dc502f1ab4a6361faea1271d3c9a4aafa4ba.tar.bz2
volse-hubzilla-c661dc502f1ab4a6361faea1271d3c9a4aafa4ba.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: break up poller into separate processes add tooltip title to common_tabs PRIVACY: if wall is blocked, don't provide public keywords in HTML meta Diabook-dark update, it's almost useable now (if you're lenient). Added "important changes" to admin menu for admins who don't follow the github properly. * master:
Diffstat (limited to 'view/common_tabs.tpl')
-rw-r--r--view/common_tabs.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/common_tabs.tpl b/view/common_tabs.tpl
index 146ad29fa..22c33d6b1 100644
--- a/view/common_tabs.tpl
+++ b/view/common_tabs.tpl
@@ -1,5 +1,5 @@
<ul class="tabs">
{{ for $tabs as $tab }}
- <li><a href="$tab.url" class="tab button $tab.sel">$tab.label</a></li>
+ <li><a href="$tab.url" class="tab button $tab.sel"{{ if $tab.title }} title="$tab.title"{{ endif }}>$tab.label</a></li>
{{ endfor }}
</ul>