| nazwa: |
{formField name='name' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='objMaps' func='GetName'}
{if isset($error.name)} {$error.name} {/if}
|
| miasto: | {formField name='city' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='objMaps' func='GetCity'} |
| adres: | {formField name='address' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='objMaps' func='GetAddress'} |
| kordynaty - lng: | {formField name='lng' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='objMaps' func='GetLng'} |
| kordynaty - lat: | {formField name='lat' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='objMaps' func='GetLat'} |
| waga: | {formField name='weight' class='inputWidth141 input100percent' errorClass='validate' type='text' obj='objMaps' func='GetWeight'} |
| Publikuj: | {formField type='checkbox' name='publication' obj='objMaps' func='GetPublication'} |
| Opis: | {formField type='textarea' name='description' obj='objMaps' func='GetDescription'} |