mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
New view user edit
Former-commit-id: 551c2036cd69e34c66e12a8cbcef3345fbf3919a
This commit is contained in:
parent
d27c509817
commit
5d409cd778
BIN
pandora_console/include/fonts/mem8YaGs126MiZpBA-UFW50bbck.woff2
Executable file
BIN
pandora_console/include/fonts/mem8YaGs126MiZpBA-UFW50bbck.woff2
Executable file
Binary file not shown.
@ -4873,6 +4873,11 @@ input:checked + .p-slider:before {
|
|||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit_user_timezone #zonepicker {
|
||||||
|
width: 100%;
|
||||||
|
height: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
.edit_user_comments #textarea_comments {
|
.edit_user_comments #textarea_comments {
|
||||||
background-color: #fbfbfb !important;
|
background-color: #fbfbfb !important;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
@ -4938,21 +4943,25 @@ input:checked + .p-slider:before {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
select#autorefresh_list_out[multiple] option:checked {
|
select#autorefresh_list_out[multiple] option:checked,
|
||||||
|
select#autorefresh_list[multiple] option:checked {
|
||||||
background: #82b92e linear-gradient(0deg, #82b92e 0%, #82b92e 100%);
|
background: #82b92e linear-gradient(0deg, #82b92e 0%, #82b92e 100%);
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
select#autorefresh_list_out option:checked {
|
select#autorefresh_list_out option:checked,
|
||||||
|
select#autorefresh_list option:checked {
|
||||||
background-color: #82b92e;
|
background-color: #82b92e;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
select#autorefresh_list_out > option:hover {
|
select#autorefresh_list_out > option:hover,
|
||||||
|
select#autorefresh_list > option:hover {
|
||||||
background-color: #cbcbcb;
|
background-color: #cbcbcb;
|
||||||
}
|
}
|
||||||
|
|
||||||
select#autorefresh_list_out:-internal-list-box {
|
select#autorefresh_list_out:-internal-list-box,
|
||||||
|
select#autorefresh_list:-internal-list-box {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -180,9 +180,7 @@ if ($status != -1) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (defined('METACONSOLE')) {
|
if (defined('METACONSOLE')) {
|
||||||
$table->head[0] = __('Edit my User');
|
echo '<div class="user_form_title">'.__('Edit my User').'</div>';
|
||||||
$table->head_colspan[0] = 5;
|
|
||||||
$table->headstyle[0] = 'text-align: center';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -552,11 +550,7 @@ echo '<form name="user_mod" method="post" action="'.ui_get_full_url().'&modi
|
|||||||
</div>
|
</div>
|
||||||
<div class="user_edit_second_row white_box">
|
<div class="user_edit_second_row white_box">
|
||||||
<div class="edit_user_options">'.$language.$size_pagination.$skin.$home_screen.$event_filter.$newsletter.$newsletter_reminder.$double_authentication.'</div>
|
<div class="edit_user_options">'.$language.$size_pagination.$skin.$home_screen.$event_filter.$newsletter.$newsletter_reminder.$double_authentication.'</div>
|
||||||
<div class="edit_user_timezone">'.$timezone.'<div id="zonepicker" style="width: 100%; height: 400px;"></div>
|
<div class="edit_user_timezone">'.$timezone.'<div id="zonepicker"></div></div>
|
||||||
<div id="label"></div>
|
|
||||||
<div id="pais"></div>
|
|
||||||
<div id="pais_file"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="user_edit_third_row white_box">
|
<div class="user_edit_third_row white_box">
|
||||||
<div class="edit_user_comments">'.$comments.'</div>
|
<div class="edit_user_comments">'.$comments.'</div>
|
||||||
@ -649,9 +643,10 @@ echo '</div>';
|
|||||||
|
|
||||||
enterprise_hook('close_meta_frame');
|
enterprise_hook('close_meta_frame');
|
||||||
|
|
||||||
?>
|
if (!defined('METACONSOLE')) {
|
||||||
|
?>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Styles for timezone map */
|
/* Styles for timezone map */
|
||||||
div.olControlZoom{
|
div.olControlZoom{
|
||||||
bottom:10px;
|
bottom:10px;
|
||||||
@ -680,10 +675,9 @@ enterprise_hook('close_meta_frame');
|
|||||||
a.olControlZoomOut {
|
a.olControlZoomOut {
|
||||||
border-radius: 0 0 4px 4px;
|
border-radius: 0 0 4px 4px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script language="javascript" type="text/javascript">
|
|
||||||
|
|
||||||
|
<script language="javascript" type="text/javascript">
|
||||||
var optionText = $("#timezone option:selected").val();
|
var optionText = $("#timezone option:selected").val();
|
||||||
$(function() {
|
$(function() {
|
||||||
$("#zonepicker").timezonePicker({
|
$("#zonepicker").timezonePicker({
|
||||||
@ -700,7 +694,14 @@ enterprise_hook('close_meta_frame');
|
|||||||
useOpenLayers: true
|
useOpenLayers: true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
// Closes no meta condition.
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
|
<script language="javascript" type="text/javascript">
|
||||||
|
|
||||||
$(document).ready (function () {
|
$(document).ready (function () {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user