diff options
author | redmatrix <git@macgirvin.com> | 2016-05-03 20:37:05 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-03 20:37:05 -0700 |
commit | 191298ec93968c8c5804c021d320c536dac32c12 (patch) | |
tree | d1d8dff651f96f2174972bd1cf3080d6b8f16db2 /view | |
parent | 45c7a03a0d3e534ee121a632fc279c353015b876 (diff) | |
download | volse-hubzilla-191298ec93968c8c5804c021d320c536dac32c12.tar.gz volse-hubzilla-191298ec93968c8c5804c021d320c536dac32c12.tar.bz2 volse-hubzilla-191298ec93968c8c5804c021d320c536dac32c12.zip |
more background work for app management - give every member a copy of all the system apps so that they can edit and delete them to taste/preference. This needs further work to pick up changes in system apps (additions, edits, deletions, etc.). Currently this is done once and never attempted again.
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/app_select.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl index 527d01eae..93049d522 100644 --- a/view/tpl/app_select.tpl +++ b/view/tpl/app_select.tpl @@ -2,8 +2,8 @@ <div class="widget"> <h3>{{$title}}</h3> <ul class="nav nav-pills nav-stacked"> -<li><a href="appman">{{$new}}</a></li> -<li><a href="apps/edit">{{$edit}}</a></li> +<li><a href="appman"><i class="fa fa-plus"></i> {{$new}}</a></li> +<li><a href="apps/edit"><i class="fa fa-pencil"></i> {{$edit}}</a></li> </ul> </div> {{/if}} |