diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2019-11-18 16:17:17 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2019-11-18 16:17:17 +0100 |
commit | 6c85ae069edb5874e8fab635b6592652bb2acb84 (patch) | |
tree | 4f0c7993b63687cb1f5af76e33c6cb37fe5ea958 /templates | |
parent | d693b675b790fe5b785dfa0d0e48f45cce4ae2d4 (diff) | |
parent | a61796383592b9b3ca787b9020c96ea1a6c4417b (diff) |
Merge branch 'master' into cost-operation-inquiry
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 14 |
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> |