{assign var="additionalTitle" value=""}
{dropDownContainer title="Ogólne" additionalTitle=$additionalTitle}
| Nazwa: |
{formField name='name' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='obj' func='getName'}
{if isset($error.name)} {$error.name} {/if}
|
| Opis: |
{if isset($error.opis)} {$error.opis} {/if}
|
| Cena: |
{formField name='price' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='obj' func='getPrice'}
{if isset($error.price)} {$error.price} {/if}
|
| Powiązane z: |
{formField name='link_id' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='obj' func='getLinkId'}
{if isset($error.link_id)} {$error.link_id} {/if}
|
| Czy lista (radio): |
{formField type='checkbox' name='list' obj='obj' func='GetList'} |
| Czy cena progresywna: |
{formField type='checkbox' name='price_progres' obj='obj' func='GetPriceProgres'} |
| Ilość zmiany ceny (wieksze od): |
{formField name='count_progres' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='obj' func='getCountProgres'}
{if isset($error.count_progres)} {$error.count_progres} {/if}
|
| Jednostka miary: |
{formField name='unit' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='obj' func='getUnit'}
{if isset($error.unit)} {$error.unit} {/if}
|
| Publikuj: |
{formField type='checkbox' name='publication' obj='obj' func='GetPublication'} |
{*
| Kolejność: |
{formField name='sort' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='obj' func='getSort'}
{if isset($error.sort)} {$error.sort} {/if}
|
*}
{/dropDownContainer}