Revision c6f5c60f
Added by Jérôme Schneider almost 12 years ago
| calebasse/dossiers/templates/dossiers/patientcontact_new.html | ||
|---|---|---|
|
<tr {% if object.id == request.session.patientrecord_id %}style="display: none;"{%endif%}>
|
||
|
<td>
|
||
|
{{ form.addresses.label_tag }} :
|
||
|
<p id="contact-add-address">
|
||
|
<a href="#tab=2&newcontact" id="contact-add-address" role="button" title="Ajouter une adresse" onClick="javascript: load_add_address_dialog();">
|
||
|
<span class="icon-plus" title="Ajouter une adresse"></Span>
|
||
|
Ajouter une adresse
|
||
|
</a>
|
||
|
</p>
|
||
|
{{ form.addresses }}
|
||
|
{{ form.addresses.errors }}
|
||
|
</td>
|
||
| ... | ... | |
|
{{ form.contact_comment.errors }}
|
||
|
</p>
|
||
|
</form>
|
||
|
<div id="address-dlg"></div>
|
||
Also available in: Unified diff
dossiers: add option to create an address from a new contact
Closes #2738