diff options
author | friendica <info@friendica.com> | 2014-05-20 22:25:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-20 22:25:36 -0700 |
commit | 5d9f924642872e30c83ac0de4807e0beb2c15011 (patch) | |
tree | cf31232b9312ce7dc9b030bea7f8bc7c93c9c1c2 /view/tpl | |
parent | cad481d94fb8cfb350e931620c788f1a2a47a994 (diff) | |
download | volse-hubzilla-5d9f924642872e30c83ac0de4807e0beb2c15011.tar.gz volse-hubzilla-5d9f924642872e30c83ac0de4807e0beb2c15011.tar.bz2 volse-hubzilla-5d9f924642872e30c83ac0de4807e0beb2c15011.zip |
more app work
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/app.tpl | 4 | ||||
-rw-r--r-- | view/tpl/app_create.tpl | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 323dfbe63..1d39395d6 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -5,8 +5,8 @@ {{if $install || $update || $delete }} <form action="appman" method="post"> <input type="hidden" name="papp" value="{{$app.papp}}" /> -{{if $install}}<button type="submit" name="install" value="{{$install}}" class="btn btn-default" title="{{$install}}" /><i class="icon-download-alt" ></i></button>{{/if}} -{{if $delete}}<button type="submit" name="delete" value="{{$delete}}" class="btn btn-default" title="{{$delete}}" /><i class="icon-remove drop-icons"></i></button>{{/if}} +{{if $install}}<button type="submit" name="install" value="{{$install}}" class="btn btn-default" title="{{$install}}" ><i class="icon-download-alt" ></i></button>{{/if}} +{{if $delete}}<button type="submit" name="delete" value="{{$delete}}" class="btn btn-default" title="{{$delete}}" ><i class="icon-remove drop-icons"></i></button>{{/if}} </form> {{/if}} </div> diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl index 540effe75..ff28e0598 100644 --- a/view/tpl/app_create.tpl +++ b/view/tpl/app_create.tpl @@ -14,12 +14,16 @@ {{include file="field_input.tpl" field=$name}} {{include file="field_input.tpl" field=$url}} -{{include file="field_input.tpl" field=$desc}} +{{include file="field_textarea.tpl" field=$desc}} {{include file="field_input.tpl" field=$photo}} {{include file="field_input.tpl" field=$version}} {{include file="field_input.tpl" field=$price}} {{include file="field_input.tpl" field=$page}} +{{if $embed}} +{{include file="field_textarea.tpl" field=$embed}} +{{/if}} + <input type="submit" name="submit" value="{{$submit}}" /> </form> |