git push origin developMerge branch 'vold-lu-fixes/formconfirm-pass-action' into develop
This commit is contained in:
commit
6ca331d382
@ -5055,8 +5055,8 @@ class Form
|
|||||||
$autoOpen = false;
|
$autoOpen = false;
|
||||||
$dialogconfirm .= '-'.$button;
|
$dialogconfirm .= '-'.$button;
|
||||||
}
|
}
|
||||||
$pageyes = $page.(preg_match('/\?/', $page) ? '&' : '?').'action='.$action.'&confirm=yes';
|
$pageyes = $page.(preg_match('/\?/', $page) ? '&' : '?').'action='.urlencode($action).'&confirm=yes';
|
||||||
$pageno = ($useajax == 2 ? $page.(preg_match('/\?/', $page) ? '&' : '?').'confirm=no' : '');
|
$pageno = ($useajax == 2 ? $page.(preg_match('/\?/', $page) ? '&' : '?').'action='.urlencode($action).'&confirm=no' : '');
|
||||||
|
|
||||||
// Add input fields into list of fields to read during submit (inputok and inputko)
|
// Add input fields into list of fields to read during submit (inputok and inputko)
|
||||||
if (is_array($formquestion)) {
|
if (is_array($formquestion)) {
|
||||||
|
|||||||
@ -4720,6 +4720,9 @@ div.titre {
|
|||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
div.titre.small {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
div.fiche > table.table-fiche-title:first-of-type div {
|
div.fiche > table.table-fiche-title:first-of-type div {
|
||||||
color: var(--colortexttitlenotab);
|
color: var(--colortexttitlenotab);
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|||||||
@ -4591,6 +4591,9 @@ div.titre {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
/* text-shadow: 1px 1px 2px #FFFFFF; */
|
/* text-shadow: 1px 1px 2px #FFFFFF; */
|
||||||
}
|
}
|
||||||
|
div.titre.small {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
div.titre {
|
div.titre {
|
||||||
color: var(--colortexttitlenotab);
|
color: var(--colortexttitlenotab);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user