mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
New view user edit
Former-commit-id: 3901480a6b4ca2d412a67f6adfe7adefd2558e6f
This commit is contained in:
parent
c5722d2e10
commit
aaf5d7bf89
Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 459 B |
@ -4800,7 +4800,7 @@ input:checked + .p-slider:before {
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
border-bottom: 2px solid #343434;
|
border-bottom: 1px solid #343434;
|
||||||
padding: 8px 0px 2px 35px;
|
padding: 8px 0px 2px 35px;
|
||||||
/* height: 28px; */
|
/* height: 28px; */
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -4811,23 +4811,20 @@ input:checked + .p-slider:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.edit_user_info_right #fullname {
|
.edit_user_info_right #fullname {
|
||||||
background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png");
|
background-image: url("../../images/user_name.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit_user_info_right #email {
|
.edit_user_info_right #email {
|
||||||
background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png");
|
background-image: url("../../images/user_email.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit_user_info_right #phone {
|
.edit_user_info_right #phone {
|
||||||
background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png");
|
background-image: url("../../images/user_phone.png");
|
||||||
}
|
|
||||||
|
|
||||||
.edit_user_info_right #password_new {
|
|
||||||
background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit_user_info_right #password_new,
|
||||||
.edit_user_info_right #password_conf {
|
.edit_user_info_right #password_conf {
|
||||||
background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png");
|
background-image: url("../../images/user_password.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit_user_autorefresh {
|
.edit_user_autorefresh {
|
||||||
@ -4901,3 +4898,14 @@ input:checked + .p-slider:before {
|
|||||||
#autorefresh_list {
|
#autorefresh_list {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.autorefresh_select .uno,
|
||||||
|
.autorefresh_select .tres {
|
||||||
|
width: 46%;
|
||||||
|
background-color: pink;
|
||||||
|
}
|
||||||
|
|
||||||
|
.autorefresh_select .dos {
|
||||||
|
width: 6%;
|
||||||
|
background-color: green;
|
||||||
|
}
|
||||||
|
@ -396,8 +396,8 @@ if (!$meta) {
|
|||||||
$skin = '';
|
$skin = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$timezone = '<span class="edit_user_labels">'.__('Timezone').'</span>';
|
$timezone = '<div><span class="edit_user_labels">'.__('Timezone').'</span></div>';
|
||||||
$timezone .= $jump.html_print_timezone_select('timezone', $user_info['timezone']);
|
$timezone .= '<div>'.html_print_timezone_select('timezone', $user_info['timezone']).'</div>';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$table->rowclass[] = '';
|
$table->rowclass[] = '';
|
||||||
@ -418,7 +418,7 @@ if ($double_auth_enabled) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Dialog.
|
// Dialog.
|
||||||
$double_authentication .= '<div id="dialog-double_auth" style="display:none"><div id="dialog-double_auth-container"></div></div></div>';
|
$double_authentication .= '<div id="dialog-double_auth" style="display:none"><div id="dialog-double_auth-container"></div></div>';
|
||||||
|
|
||||||
if (check_acl($config['id_user'], 0, 'ER')) {
|
if (check_acl($config['id_user'], 0, 'ER')) {
|
||||||
$event_filter = '<div><span class="edit_user_labels">'.__('Event filter').'</span></div>';
|
$event_filter = '<div><span class="edit_user_labels">'.__('Event filter').'</span></div>';
|
||||||
@ -525,7 +525,7 @@ $select_out = html_print_select(
|
|||||||
true,
|
true,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'width:200px'
|
'min-width:200px; width:100%'
|
||||||
);
|
);
|
||||||
$arrows = ' ';
|
$arrows = ' ';
|
||||||
$select_in = html_print_select(
|
$select_in = html_print_select(
|
||||||
@ -540,15 +540,15 @@ $select_in = html_print_select(
|
|||||||
true,
|
true,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'width:200px'
|
'min-width:200px; width:100%'
|
||||||
);
|
);
|
||||||
|
|
||||||
$table_ichanges = '<div class="autorefresh_select">
|
$table_ichanges = '<div class="autorefresh_select">
|
||||||
<div class="1">
|
<div class=uno>
|
||||||
<span class="autorefresh_select_text">'.__('Full list of pages').': </span>
|
<span class="autorefresh_select_text">'.__('Full list of pages').': </span>
|
||||||
<div>'.$select_out.'</div>
|
<div>'.$select_out.'</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="2">
|
<div class="dos">
|
||||||
<a href="javascript:">'.html_print_image(
|
<a href="javascript:">'.html_print_image(
|
||||||
'images/darrowright.png',
|
'images/darrowright.png',
|
||||||
true,
|
true,
|
||||||
@ -569,7 +569,7 @@ $table_ichanges = '<div class="autorefresh_select">
|
|||||||
]
|
]
|
||||||
).'</a>
|
).'</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="3">
|
<div class="tres">
|
||||||
<span class="autorefresh_select_text">'.__('List of pages with autorefresh').': </span>
|
<span class="autorefresh_select_text">'.__('List of pages with autorefresh').': </span>
|
||||||
<div>'.$select_in.'</div>
|
<div>'.$select_in.'</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user