diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/pdl/mod_appman.pdl | 3 | ||||
-rw-r--r-- | view/tpl/app_create.tpl | 1 | ||||
-rw-r--r-- | view/tpl/app_select.tpl | 2 |
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> {{$new}}</a></li> -<li><a href="apps/edit"><i class="fa fa-pencil"></i> {{$edit}}</a></li> +<li><a href="apps/edit{{if $cat}}/?f=&cat={{$cat}}{{/if}}"><i class="fa fa-pencil"></i> {{$edit}}</a></li> </ul> </div> {{/if}} |