aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-01-13 13:22:36 -0800
committerzotlabs <mike@macgirvin.com>2017-01-13 13:22:36 -0800
commit4f1e4ffa70f5a822367eafec914ff8853561210d (patch)
treee9fb8dc76938729944071e4d1e6fb8dbdff10049 /view
parent7249eebc7528b2c60c1f83724966cc4a1192cbb0 (diff)
downloadvolse-hubzilla-4f1e4ffa70f5a822367eafec914ff8853561210d.tar.gz
volse-hubzilla-4f1e4ffa70f5a822367eafec914ff8853561210d.tar.bz2
volse-hubzilla-4f1e4ffa70f5a822367eafec914ff8853561210d.zip
several minor app nits
Diffstat (limited to 'view')
-rw-r--r--view/pdl/mod_appman.pdl3
-rw-r--r--view/tpl/app_create.tpl1
-rw-r--r--view/tpl/app_select.tpl2
3 files changed, 5 insertions, 1 deletions
diff --git a/view/pdl/mod_appman.pdl b/view/pdl/mod_appman.pdl
new file mode 100644
index 000000000..1209d85b9
--- /dev/null
+++ b/view/pdl/mod_appman.pdl
@@ -0,0 +1,3 @@
+[region=aside]
+[widget=appcategories][/widget]
+[/region]
diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl
index 06fbcaaa7..32ab7fd4c 100644
--- a/view/tpl/app_create.tpl
+++ b/view/tpl/app_create.tpl
@@ -14,6 +14,7 @@
<input type="hidden" name="requires" value="{{$requires}}" />
<input type="hidden" name="system" value="{{$system}}" />
+<input type="hidden" name="plugin" value="{{$plugin}}" />
{{include file="field_input.tpl" field=$name}}
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl
index 93049d522..86ea0b1de 100644
--- a/view/tpl/app_select.tpl
+++ b/view/tpl/app_select.tpl
@@ -3,7 +3,7 @@
<h3>{{$title}}</h3>
<ul class="nav nav-pills nav-stacked">
<li><a href="appman"><i class="fa fa-plus"></i>&nbsp;&nbsp;{{$new}}</a></li>
-<li><a href="apps/edit"><i class="fa fa-pencil"></i>&nbsp;&nbsp;{{$edit}}</a></li>
+<li><a href="apps/edit{{if $cat}}/?f=&cat={{$cat}}{{/if}}"><i class="fa fa-pencil"></i>&nbsp;&nbsp;{{$edit}}</a></li>
</ul>
</div>
{{/if}}