Automatically check radio when new addressbook fields get focus.

remotes/origin/stable45
Thomas Tanghus 14 years ago
parent e72a57f595
commit d303763d1f
  1. 7
      apps/contacts/templates/part.selectaddressbook.php

@ -1,4 +1,11 @@
<div id="selectaddressbook_dialog" title="<?php echo $l->t("Select Address Books"); ?>">
<script type="text/javascript">
$(document).ready(function() {
$('input.name,input.desc').on('focus', function(e) {
$('#book_new').prop('checked', true);
});
});
</script>
<form>
<table style="width: 100%">
<?php foreach($_['addressbooks'] as $idx => $addressbook) { ?>

Loading…
Cancel
Save