Merge branch 'ent-7295-bug-visual-en-modal-eventos' into 'develop'

Fixed visual bug on event modal event responses

See merge request artica/pandorafms!4022
This commit is contained in:
Daniel Rodriguez 2021-05-11 13:49:40 +00:00
commit dcbeaa1b3e
2 changed files with 3 additions and 1 deletions

View File

@ -3792,7 +3792,7 @@ function events_page_responses($event, $childrens_ids=[])
$('.params_rows').remove();
$('#responses_table')
.append('<tr class=\"params_rows\"><td>".__('Description')."</td><td class=\"left height_30px\" colspan=\"2\">'+description+'</td></tr>');
.append('<tr class=\"params_rows\"><td>".__('Description')."</td><td class=\"height_30px\" colspan=\"2\">'+description+'</td></tr>');
if (params.length == 1 && params[0] == '') {
return;

View File

@ -48,6 +48,8 @@ function show_event_dialog(event, dialog_page, result) {
resizable: true,
draggable: true,
modal: true,
minWidth: 710,
minHeight: 600,
close: function() {
$("#refrcounter").countdown("resume");
$("div.vc-countdown").countdown("resume");