Projet

Général

Profil

« Précédent | Suivant » 

Révision 025a80a6

Ajouté par Mikaël Ates il y a plus de 9 ans

dossier: cosmetic changes to quotation page.

Voir les différences:

calebasse/dossiers/templates/dossiers/quotations.html
11 11
<div id="sidebar">
12 12
  <div>
13 13
    <form>
14
      <h3>Rechercher dans les dossiers</h3>
14
      <h3>Rechercher les dossiers</h3>
15 15
      <div>
16
        <label>sans quotations
16
        <label>
17 17
          <input name="without_quotations" type="checkbox"
18
                 {% if request.GET.without_quotations == 'on' %}checked="checked"{% endif %}/></label>
18
                 {% if request.GET.without_quotations == 'on' %}checked="checked"{% endif %}/> Sans quotation MISES</label>
19 19
      </div>
20 20
      <div>
21
        <label>sans quotations ANAP
21
        <label>
22 22
          <input name="without_anap_quotations" type="checkbox"
23
                 {% if request.GET.without_anap_quotations == 'on' %}checked="checked"{% endif %}/></label>
23
                 {% if request.GET.without_anap_quotations == 'on' %}checked="checked"{% endif %}/> Sans quotation ANAP</label>
24 24
      </div>
25
      <h3>Avec au moins un acte (optionnel)</h3>
26
      Après (jj/mm/aaaa)
25
      <h5>Avec au moins un acte (optionnel)</h5>
26
      Après le (jj/mm/aaaa)
27 27
      <label><input name="date_actes_start" type="text" value="{{ request.GET.date_actes_start }}"></label>
28
      Avant (jj/mm/aaaa)
28
      Avant le (jj/mm/aaaa)
29 29
      <label><input name="date_actes_end" type="text" value="{{ request.GET.date_actes_end }}"></label>
30
      <p><br/></p>
30 31
      {% if request.GET %}
31 32
      <div class="search-reset">
32 33
        <button id="search">Rechercher</button>
......
38 39
      <p id="search-results" style="display: none; "></p>
39 40
  </div>
40 41
  <div id="filtre">
41
    <h3>Filtres sur l'état</h3>
42
    <h4>Filtres sur l'état</h4>
42 43
    {{ search_form.states }}
43 44
    <button id="btn_all_state">Tous</button>
44 45
    <button id="btn_none_state">Aucun</button>

Formats disponibles : Unified diff