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;
|
||||
border: none;
|
||||
border-radius: 0 !important;
|
||||
border-bottom: 2px solid #343434;
|
||||
border-bottom: 1px solid #343434;
|
||||
padding: 8px 0px 2px 35px;
|
||||
/* height: 28px; */
|
||||
box-sizing: border-box;
|
||||
|
@ -4811,23 +4811,20 @@ input:checked + .p-slider:before {
|
|||
}
|
||||
|
||||
.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 {
|
||||
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 {
|
||||
background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png");
|
||||
}
|
||||
|
||||
.edit_user_info_right #password_new {
|
||||
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,
|
||||
.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 {
|
||||
|
@ -4901,3 +4898,14 @@ input:checked + .p-slider:before {
|
|||
#autorefresh_list {
|
||||
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 = '';
|
||||
}
|
||||
|
||||
$timezone = '<span class="edit_user_labels">'.__('Timezone').'</span>';
|
||||
$timezone .= $jump.html_print_timezone_select('timezone', $user_info['timezone']);
|
||||
$timezone = '<div><span class="edit_user_labels">'.__('Timezone').'</span></div>';
|
||||
$timezone .= '<div>'.html_print_timezone_select('timezone', $user_info['timezone']).'</div>';
|
||||
|
||||
/*
|
||||
$table->rowclass[] = '';
|
||||
|
@ -418,7 +418,7 @@ if ($double_auth_enabled) {
|
|||
}
|
||||
|
||||
// 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')) {
|
||||
$event_filter = '<div><span class="edit_user_labels">'.__('Event filter').'</span></div>';
|
||||
|
@ -525,7 +525,7 @@ $select_out = html_print_select(
|
|||
true,
|
||||
'',
|
||||
false,
|
||||
'width:200px'
|
||||
'min-width:200px; width:100%'
|
||||
);
|
||||
$arrows = ' ';
|
||||
$select_in = html_print_select(
|
||||
|
@ -540,15 +540,15 @@ $select_in = html_print_select(
|
|||
true,
|
||||
'',
|
||||
false,
|
||||
'width:200px'
|
||||
'min-width:200px; width:100%'
|
||||
);
|
||||
|
||||
$table_ichanges = '<div class="autorefresh_select">
|
||||
<div class="1">
|
||||
<div class=uno>
|
||||
<span class="autorefresh_select_text">'.__('Full list of pages').': </span>
|
||||
<div>'.$select_out.'</div>
|
||||
</div>
|
||||
<div class="2">
|
||||
<div class="dos">
|
||||
<a href="javascript:">'.html_print_image(
|
||||
'images/darrowright.png',
|
||||
true,
|
||||
|
@ -569,7 +569,7 @@ $table_ichanges = '<div class="autorefresh_select">
|
|||
]
|
||||
).'</a>
|
||||
</div>
|
||||
<div class="3">
|
||||
<div class="tres">
|
||||
<span class="autorefresh_select_text">'.__('List of pages with autorefresh').': </span>
|
||||
<div>'.$select_in.'</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue