Skip to content

Commit

Permalink
- aggiunta opzione per ricercare tutti gli interventi privi di un tec…
Browse files Browse the repository at this point in the history
…nico associato

- anche il campo endDate deve avere la classe jDate
  • Loading branch information
unixo committed May 2, 2012
1 parent ce3a74f commit 8352811
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -11,8 +11,10 @@

{{ form_row(form.searchByDate) }}
{{ form_row(form.startDate, {'attr': {'class': 'jdate'}}) }}
{{ form_row(form.endDate) }}
{{ form_row(form.endDate, {'attr': {'class': 'jdate'}}) }}
{{ form_row(form.planned) }}
{{ form_row(form.withoutInstaller, {'label': 'Senza tecnico',
'help_inline': 'Spuntare la casella per visualizzare gli interventi senza un tecnico associato'}) }}
{{ form_row(form.status) }}

<div class="form-actions">
Expand Down

0 comments on commit 8352811

Please sign in to comment.