diff --git a/includes/saisie/event/event_5500.php b/includes/saisie/event/event_5500.php index 0e54ef7fe..ea49e4b5a 100644 --- a/includes/saisie/event/event_5500.php +++ b/includes/saisie/event/event_5500.php @@ -1,7 +1,7 @@ $lib) { -> + $event) if ( in_array($key, $saisie['even']) ) { $select = 'selected'; } + $display = true; + if ( isset($inEditDialog) && $inEditDialog === true && empty($select) ){ + $display = false; + } + if ( $display ) { ?> - + diff --git a/www/js/annonces.js b/www/js/annonces.js index e785c627f..ab0b04656 100644 --- a/www/js/annonces.js +++ b/www/js/annonces.js @@ -37,7 +37,7 @@ $(document).ready(function(){ var dialogOpts = { bgiframe: true, title: title, - width: 800, + width: 600, height: 400, modal: true, closeOnEscape: false,