aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/app.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-22 17:07:34 -0700
committerMario Vavti <mario@mariovavti.com>2017-05-23 21:50:38 +0200
commit647b5d098f0985a12acbaf6fc1d3d89c2a758129 (patch)
tree540b743616669d12c407ef912209e5b2dafb436b /view/tpl/app.tpl
parent3a9e5f0f98d28959ecc73539a56c66ec2ff10016 (diff)
downloadvolse-hubzilla-647b5d098f0985a12acbaf6fc1d3d89c2a758129.tar.gz
volse-hubzilla-647b5d098f0985a12acbaf6fc1d3d89c2a758129.tar.bz2
volse-hubzilla-647b5d098f0985a12acbaf6fc1d3d89c2a758129.zip
apporder style improvement and add to nav menu, also add language awareness to webpages
Diffstat (limited to 'view/tpl/app.tpl')
-rw-r--r--view/tpl/app.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl
index 0c8ba7459..804db426f 100644
--- a/view/tpl/app.tpl
+++ b/view/tpl/app.tpl
@@ -29,8 +29,8 @@
<a class="dropdown-item" href="{{$app.url}}">{{if $icon}}<i class="generic-icons-nav fa fa-fw fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="16" height="16" style="margin-right:9px;"/>{{/if}}{{$app.name}}</a>
{{/if}}
{{if $order}}
-<a href="{{$hosturl}}appman/{{$app.guid}}/moveup"><i class="generic-icons-nav fa fa-fw fa-arrow-up"></i></a>
-<a href="{{$hosturl}}appman/{{$app.guid}}/movedown"><i class="generic-icons-nav fa fa-fw fa-arrow-down"></i></a>
+<a href="{{$hosturl}}appman/{{$app.guid}}/moveup" class="btn btn-outline-secondary btn-sm" style="margin-bottom: 5px;"><i class="generic-icons-nav fa fa-fw fa-arrow-up"></i></a>
+<a href="{{$hosturl}}appman/{{$app.guid}}/movedown" class="btn btn-outline-secondary btn-sm" style="margin-bottom: 5px;"><i class="generic-icons-nav fa fa-fw fa-arrow-down"></i></a>
{{if $icon}}<i class="generic-icons-nav fa fa-fw fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="16" height="16" style="margin-right:9px;"/>{{/if}}{{$app.name}}<br>
{{/if}}