Revision 76d26b68
Von Bernd Bleßmann vor fast 5 Jahren hinzugefügt
templates/webpages/customer_vendor/tabs/contacts.html | ||
---|---|---|
|
||
</table>
|
||
|
||
[% L.button_tag('submitInputButton("delete_contact");', LxERP.t8('Delete Contact'), class = 'submit') %]
|
||
[% L.button_tag('submitInputButton("delete_contact");', LxERP.t8('Delete Contact'), id = 'action_delete_contact', class = 'submit') %]
|
||
[% IF ( !SELF.contact.cp_id ) %]
|
||
<script type="text/javascript">
|
||
$('#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.