dossiers: hide unimplemented Attestation and Prescription buttons.

This commit is contained in:
Mikaël Ates 2013-01-06 12:48:10 +01:00
parent 19340720d4
commit cef945e7e7
1 changed files with 6 additions and 6 deletions

View File

@ -163,12 +163,12 @@
title="Ajouter {% if field.label.lower == "type de transport" %}un{% else %}une{% endif %} {{ field.label.lower }}">+</button>
{% endfor %}
</p>
<table>
<tr><td><button type="button">Attestation</button></td> <td><button type="button">Prescription</td></tr>
<tr><td>Dernière attestation le 25/07/2012 <button>Historique</button></td>
<td>Dernière prescription le 25/07/2012 <button>Historique</button></td></tr>
</table>
<input type="hidden" name="tab" value="1">
<!-- <table>-->
<!-- <tr><td><button type="button">Attestation</button></td> <td><button type="button">Prescription</td></tr>-->
<!-- <tr><td>Dernière attestation le 25/07/2012 <button>Historique</button></td>-->
<!-- <td>Dernière prescription le 25/07/2012 <button>Historique</button></td></tr>-->
<!-- </table>-->
<!-- <input type="hidden" name="tab" value="1">-->
</div>
</form>