Projet

Général

Profil

« Précédent | Suivant » 

Révision 2c6641c8

Ajouté par Serghei Mihai il y a plus de 9 ans

dossiers: print all quotations

font-awesome styles added for icons effects

Closes #5012

Voir les différences:

calebasse/dossiers/templates/dossiers/quotations.html
4 4
{% block appbar %}
5 5
<h2>Dossiers</h2>
6 6
<a href=".">Retourner aux dossiers</a>
7
<button id='print-button'>Imprimer</button>
7
<button id='print-button' class='icon-print'>Imprimer</button>
8 8
{% endblock %}
9 9

  
10 10
{% block content %}
......
46 46
  </div>
47 47
</div>
48 48
<div class="content">
49
  <table id="dossiers" class="main">
49
  <table id="dossiers" class="main screen-only">
50 50
    <thead>
51 51
      <tr>
52 52
        <th colspan="2">N° dossier
......
72 72
        <td>{{ patient_record.object.id }}</td>
73 73
        <td><span class="lastname">{{ patient_record.object.last_name }}</span></td>
74 74
        <td>{{ patient_record.object.first_name }}</td>
75
        <td>{{ patient_record.object.birthdate|date:"SHORT_DATE_FORMAT" }}</td>
75
        <td>{{ patient_record.object.birthdate|date:"d-m-Y" }}</td>
76 76
        <td class="{{ patient_record.state_class }}">{{ patient_record.state }}</td>
77 77
        <td>{% if patient_record.next_rdv_date %}
78
          {{ patient_record.next_rdv_date|date:"DATETIME_FORMAT" }}
78
          {{ patient_record.next_rdv_date|date:"d-m-Y, H:i" }}
79 79
          {% endif %}
80 80
        </td>
81 81
        <td>{% if patient_record.last_rdv_date %}
82
          {{ patient_record.last_rdv_date|date:"DATETIME_FORMAT" }}
82
          {{ patient_record.last_rdv_date|date:"d-m-Y, H:i" }}
83 83
          {% endif %}</td>
84 84
        <td>{% if patient_record.mises %}<span class="icon-ok"></span>{% endif %}</td>
85 85
        <td>{% if patient_record.anap %}<span class="icon-ok"></span>{% endif %}</td>
......
90 90
  </table>
91 91

  
92 92
  {% if request.GET %}
93
  <div class="pagination">
93
  <div class="pagination screen-only">
94 94
    <span class="step-links">
95 95
      {% if paginate_patient_records.has_previous %}
96 96
      <a href="?{{ query }}&page={{ paginate_patient_records.previous_page_number }}">««</a>

Formats disponibles : Unified diff