diff options
Diffstat (limited to 'view/tpl/app_create.tpl')
-rw-r--r-- | view/tpl/app_create.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
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> |