Revision aff120df
Added by Mikaël Ates over 9 years ago
calebasse/dossiers/templates/dossiers/patientrecord_tab3_adresses.html | ||
---|---|---|
23 | 23 |
<p> |
24 | 24 |
<button type="button" id="new-address-btn" class="icon-home-space">Nouvelle adresse</button> |
25 | 25 |
<button type="button" id="new-contact-btn" class="icon-user-space">Nouveau contact</button> |
26 |
{% if cv2_reading %}<button type="button" id="read-cv2" class="icon-play">Lire la carte vitale</button>{% endif %} |
|
26 | 27 |
</p> |
27 | 28 |
|
28 | 29 |
<form method="post" action="tab3" class="autosubmit-form patientrecordform">{% csrf_token %} |
calebasse/static/css/style.css | ||
---|---|---|
1300 | 1300 |
-o-animation: spin 2s infinite linear; |
1301 | 1301 |
animation: spin 2s infinite linear; |
1302 | 1302 |
} |
1303 |
.icon-play:before { content: "\f04b "; } |
|
1303 | 1304 |
|
1304 | 1305 |
/* defining spin animation */ |
1305 | 1306 |
@-moz-keyframes spin { |
Also available in: Unified diff
Add a button in PR address tab to read a CV2.