diff options
author | Mario <mario@mariovavti.com> | 2021-08-23 10:32:48 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-23 10:32:48 +0000 |
commit | 189da4fdc1408a25b4fd68c0b7d5834232a599a2 (patch) | |
tree | 4221698837998da94687e94cb16c15ad86be78ee /view/tpl/app_order.tpl | |
parent | 824894baf0f11e85552c283ee948febd8bac5e06 (diff) | |
download | volse-hubzilla-189da4fdc1408a25b4fd68c0b7d5834232a599a2.tar.gz volse-hubzilla-189da4fdc1408a25b4fd68c0b7d5834232a599a2.tar.bz2 volse-hubzilla-189da4fdc1408a25b4fd68c0b7d5834232a599a2.zip |
untangle the app template into separate templates and fix bbcode view
Diffstat (limited to 'view/tpl/app_order.tpl')
-rw-r--r-- | view/tpl/app_order.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/app_order.tpl b/view/tpl/app_order.tpl new file mode 100644 index 000000000..53c770cb7 --- /dev/null +++ b/view/tpl/app_order.tpl @@ -0,0 +1,3 @@ +<a href="{{$hosturl}}appman/{{$app.guid}}/moveup{{if $mode == 'nav-order-pinned'}}/nav_pinned_app{{else}}/nav_featured_app{{/if}}" 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{{if $mode == 'nav-order-pinned'}}/nav_pinned_app{{else}}/nav_featured_app{{/if}}" 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> |