Added contact info and journal link to Cpeprovisioning
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user