Merge branch '3128-Problema_cuadro_alerta_de_dialogo_de_exceso_de_numero_de_agentes' into 'develop'

fixed error login double

See merge request artica/pandorafms!2006
This commit is contained in:
vgilc 2018-11-21 17:51:13 +01:00
commit e3aaabd17e
2 changed files with 13 additions and 1 deletions

View File

@ -5038,4 +5038,16 @@ ul.ui-front li a.ui-menu-item-wrapper span{
ul.ui-front li a.ui-menu-item-wrapper:hover{
text-decoration: none !important;
}
input[type=submit].ui-button-dialog{
margin: .5em 1em .5em 0 !important;
cursor: pointer !important;
background: white !important;
background-color: white !important;
color: #82b92e !important;
text-align: center !important;
border: 1px solid #82b92e !important;
height:30px !important;
width:90px !important;
}
/* --- END - JQUERY-UI --- */

View File

@ -562,7 +562,7 @@ if (! isset ($config['id_user'])) {
$query_params_redirect = $_GET;
// Visual console do not want sec2
if($home_page == 'Visual console') unset($query_params_redirect["sec2"]);
$redirect_url = '?1=1';
$redirect_url = '?logged=1';
foreach ($query_params_redirect as $key => $value) {
if ($key == "login") continue;
$redirect_url .= '&'.safe_url_extraclean($key).'='.safe_url_extraclean($value);