mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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:
commit
dcbeaa1b3e
@ -3792,7 +3792,7 @@ function events_page_responses($event, $childrens_ids=[])
|
|||||||
$('.params_rows').remove();
|
$('.params_rows').remove();
|
||||||
|
|
||||||
$('#responses_table')
|
$('#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] == '') {
|
if (params.length == 1 && params[0] == '') {
|
||||||
return;
|
return;
|
||||||
|
@ -48,6 +48,8 @@ function show_event_dialog(event, dialog_page, result) {
|
|||||||
resizable: true,
|
resizable: true,
|
||||||
draggable: true,
|
draggable: true,
|
||||||
modal: true,
|
modal: true,
|
||||||
|
minWidth: 710,
|
||||||
|
minHeight: 600,
|
||||||
close: function() {
|
close: function() {
|
||||||
$("#refrcounter").countdown("resume");
|
$("#refrcounter").countdown("resume");
|
||||||
$("div.vc-countdown").countdown("resume");
|
$("div.vc-countdown").countdown("resume");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user