Revision 76d26b68
Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt
templates/webpages/customer_vendor/tabs/contacts.html | ||
---|---|---|
227 | 227 |
|
228 | 228 |
</table> |
229 | 229 |
|
230 |
[% L.button_tag('submitInputButton("delete_contact");', LxERP.t8('Delete Contact'), class = 'submit') %] |
|
230 |
[% L.button_tag('submitInputButton("delete_contact");', LxERP.t8('Delete Contact'), id = 'action_delete_contact', class = 'submit') %]
|
|
231 | 231 |
[% IF ( !SELF.contact.cp_id ) %] |
232 | 232 |
<script type="text/javascript"> |
233 | 233 |
$('#action_delete_contact').hide(); |
Auch abrufbar als: Unified diff
Ansprechpersonen: DOM-Id für Löschen-Knopf setzen
Damit wird der Löschen-Knopf wieder ausgeblendet.