summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2019-10-23 18:00:09 +0200
committerGustav Eek <gustav.eek@fripost.org>2019-10-23 18:00:09 +0200
commitbba70d9df06854539f7fb2e61f5ca000331fd7f6 (patch)
treeecb05a07a7b3f8cb6aca9525d6a2a4e54a684b00 /templates/page.tmpl
parent9e427f42d96564596b3ddad234639ffa40d6d241 (diff)
parent61917d3b3aa363befea8b525248502f82e9a1420 (diff)
Merge branch 'master' into aktiv-test
Conflicts: .ikiwiki/IkiWiki/Plugin/pandoc.pm
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl14
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index e8fb12b..0f2f705 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -17,7 +17,7 @@
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
</TMPL_IF>
<TMPL_UNLESS ISWEBSITE><TMPL_IF EDITURL>
- <link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />
+ <link rel="alternate" type="application/x-wiki" title="Redigera sidan" href="<TMPL_VAR EDITURL>" />
</TMPL_IF></TMPL_UNLESS>
<TMPL_IF FEEDLINKS><TMPL_VAR FEEDLINKS></TMPL_IF>
<TMPL_IF RELVCS><TMPL_VAR RELVCS></TMPL_IF>
@@ -53,16 +53,18 @@
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
- <span class="glyphicon glyphicon-user"></span> Members <b class="caret"></b></a>
+ <span class="glyphicon glyphicon-user"></span> Medlemmar <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://mail.fripost.org/">
- <span class="glyphicon glyphicon-envelope"></span> Webmail</a></li>
+ <span class="glyphicon glyphicon-envelope"></span> Webbmail</a></li>
+ <li><a href="https://cloud.fripost.org/">
+ <span class="glyphicon glyphicon-cloud"></span> Lagring för delning</a></li>
<li><a href="https://lists.fripost.org/sympa/lists">
- <span class="glyphicon glyphicon-list"></span> Mailing lists</a></li>
+ <span class="glyphicon glyphicon-list"></span> E-postlistor</a></li>
<!-- later...
<li class="divider"></li>
- <li><a href="#"><span class="glyphicon glyphicon-wrench"></span> Admin panel</a></li>
+ <li><a href="#"><span class="glyphicon glyphicon-wrench"></span> Administrationspanel</a></li>
-->
<li>
@@ -94,7 +96,7 @@
<TMPL_IF EDITURL>
<div class="col-md-4 col-sm-4 col-xs-6 text-right">
<a href="<TMPL_VAR EDITURL>" rel="nofollow">
- <span class="glyphicon glyphicon-pencil"></span> Edit this page
+ <span class="glyphicon glyphicon-pencil"></span> Redigera sidan
</a>
</div>
</TMPL_IF>