Informations générales {{ form_row(formview.format, {'id' : '_ad_format', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.description, {'id' : '_ad_description', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.startingDate, {'id' : '_ad_startingAt', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.endingDate, {'id' : '_ad_endingAt', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.sections, {'id' : '_ad_sections', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.isEnabled, {'id' : '_ad_status', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.position, {'id' : '_ad_position', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }}
Dimensions de la publicité {{ form_row(formview.width, {'id' : '_ad_width', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.height, {'id' : '_ad_height', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }}
Code d'intégration Google Adsense / ? {{ form_row(formview.htmlCode, {'id' : '_ad_htmlCode', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }}
{% trans %}ad.altValues{% endtrans %} {{ form_row(formview.altValueTracking, {'id' : '_ad_altValueTracking', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.altValueHtml, {'id' : '_ad_altValueHtml', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.altValueCible, {'id' : '_ad_altValueCible', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.altValueImg, {'id' : '_ad_altValueImg', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }} {{ form_row(formview.deleteImage, {'id' : '_ad_deleteImage', 'form_type' : 'horizontal', attr: {'class' : 'input-xlarge'}} ) }}
{{ form_errors(formview) }} {{ form_widget(form) }} {# {{ form_widget(formview.name, {'attr': {'class': 'foo'}}) }} #}