Projet

Général

Profil

« Précédent | Suivant » 

Révision e8a1fe31

Ajouté par Jérôme Schneider il y a plus de 9 ans

dossiers: render pause facturation comment expandable

Closes #5010

Voir les différences:

calebasse/dossiers/templates/dossiers/patientrecord_tab1_general.html
91 91
      <p id="confidential-msg" style="display: none; font-size: 10px;">Confidentialité mise à jour</p>
92 92
      {{ form.confidential.label_tag }} : <span class="autosubmit">{{ form.confidential }}</span>
93 93
      <p id="pause-msg" style="display: none; font-size: 10px;">Pause facturation mise à jour</p>
94
      {{ form.pause.label_tag }} : {{ form.pause }}
95
      <br/><label>Commentaire de la pause facturation</label> <button class="save enable-on-change btn-maj">✔</button><br/>
96
      {{ form.pause_comment }}
97

  
94
      {{ form.pause.label_tag }} : <span class="autosubmit">{{ form.pause }}</span>
95
      <br/>
96
      <span class="js-expandable">
97
      <label class="js-click-to-expand">Commentaire de la pause facturation {% if object.pause_comment %}<span title="Un commentaire existe" class="icon-comment" style="display: inline"></span>{% endif %}</label>
98
      <span class="js-to-expand">
99
        <button class="save enable-on-change btn-maj">✔</button><br/>
100
        {{ form.pause_comment }}
101
      </span>
98 102
    </div>
99 103
  </form>
100 104

  

Formats disponibles : Unified diff