Added contact info and journal link to Cpeprovisioning

This commit is contained in:
Frank Schubert
2021-11-02 21:08:13 +01:00
parent e2925adec5
commit 98525a701e
3 changed files with 56 additions and 19 deletions

View File

@@ -774,6 +774,16 @@
$('html,body').unbind().animate({scrollTop: $(element).offset().top-180},'slow');
};
<?php if($highlight): ?>
toggleOrder(<?=$highlight?>);
scrollToDiv("#order-<?=$highlight?>");
<?php if($addJournal): ?>
$('#new-journal-<?=$highlight?>').toggle()
$('#new-journal-<?=$highlight?> textarea[name=text]').focus();
<?php endif; ?>
<?php endif; ?>
function saveVororttermin(id) {
date = $('#vororttermin-' + id).val();
if(!date) {