|
|
|
@ -85,18 +85,15 @@ class Vcard4 extends \Movim\Widget\Base |
|
|
|
Notification::append(null, $this->__('vcard.updated')); |
|
|
|
|
|
|
|
RPC::call('MovimTpl.fill', '#vcard_form', $html); |
|
|
|
RPC::commit(); |
|
|
|
} |
|
|
|
|
|
|
|
function onMyVcard4Received() { |
|
|
|
RPC::call('MovimUtils.buttonReset', '#vcard4validate'); |
|
|
|
Notification::append(null, $this->__('vcard.updated')); |
|
|
|
RPC::commit(); |
|
|
|
} |
|
|
|
|
|
|
|
function onMyVcard4NotReceived() { |
|
|
|
Notification::append(null, $this->__('vcard.not_updated')); |
|
|
|
RPC::commit(); |
|
|
|
} |
|
|
|
|
|
|
|
function ajaxGetVcard() { |
|
|
|
|