Merge branch 'ent-7167-meta-varios-botones-y-ventanas-descuadradas' into 'develop'

fixed visual errors

See merge request artica/pandorafms!3925
This commit is contained in:
Daniel Rodriguez 2021-03-18 17:05:50 +00:00
commit da4c5a1c28
8 changed files with 13 additions and 13 deletions

View File

@ -175,7 +175,7 @@ if (!empty($result)) {
}
// Form to add new categories or search categories
echo "<div class='w100p right'>";
echo "<div class='w100p right_align'>";
if (defined('METACONSOLE')) {
echo '<form method="post" action="index.php?sec=advanced&sec2=godmode/category/edit_category&action=new&pure='.(int) $config['pure'].'">';
} else {

View File

@ -279,7 +279,7 @@ if (isset($data)) {
html_print_input_hidden('multiple_delete', 1);
html_print_table($table);
if (is_management_allowed() === true) {
echo "<div class='pdd_l_10px float-right'>";
echo "<div class='pdd_l_10px float-right mrgn_btn_15px'>";
html_print_submit_button(__('Delete'), 'delete_btn', false, 'class="sub delete"');
echo '</div>';
}

View File

@ -900,7 +900,7 @@ if (isset($data)) {
true,
'pagination-bottom'
);
echo "<div id='btn_delete_5'>";
echo "<div id='btn_delete_5' class='float-right'>";
html_print_submit_button(
__('Delete'),
'delete_btn',
@ -918,8 +918,8 @@ if (isset($data)) {
);
}
echo '<form method="post" action="'.$url.'" class="float-right">';
echo '<div class="right">';
echo '<form method="post" action="'.$url.'">';
echo '<div class="right_align mrgn_btn_15px">';
html_print_input_hidden('new_component', 1);
html_print_select(
[

View File

@ -517,7 +517,7 @@ if ($maps) {
if (!is_metaconsole()) {
echo '<div class="action-buttons w100p right">';
} else {
echo '<div class="w100p right">';
echo '<div class="w100p right_align">';
}
}

View File

@ -105,7 +105,7 @@ if (is_metaconsole()) {
$table->data = [];
$table->data[0][0] = '<strong>'.__('Customer key').'</strong>';
$table->data[0][1] = html_print_textarea('keys[customer_key]', 10, 255, $settings->customer_key, 'class="height_50px w450px"', true);
$table->data[0][1] = html_print_textarea('keys[customer_key]', 10, 255, $settings->customer_key, 'style="width: 450px" class="height_50px w450px"', true);
$table->data[1][0] = '<strong>'.__($license['expiry_caption']).'</strong>';
$table->data[1][1] = html_print_input_text('expires', $license['expiry_date'], '', 10, 255, true, true);

View File

@ -337,7 +337,7 @@ function treeview_printModuleTable($id_module, $server_data=false, $no_head=fals
if ($user_access_node && check_acl($config['id_user'], $id_group, 'AW')) {
// Actions table
echo '<div class="actions_treeview">';
echo '<div class="actions_treeview" style="text-align: right">';
echo '<a target=_blank href="'.$console_url.'index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$module['id_agente'].'&tab=module&edit_module=1&id_agent_module='.$module['id_agente_modulo'].$url_hash.'">';
html_print_submit_button(__('Go to module edition'), 'upd_button', false, 'class="sub config"');
echo '</a>';
@ -694,7 +694,7 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false)
$agent_table = html_print_table($table, true);
if ($user_access_node && check_acl($config['id_user'], $agent['id_grupo'], 'AW')) {
$go_to_agent = '<div class="right">';
$go_to_agent = '<div style="text-align: right">';
if ($agent['id_os'] == CLUSTER_OS_ID) {
if (enterprise_installed()) {

View File

@ -1004,12 +1004,12 @@ if ($group_rep == 2) {
true
).'</span>';
echo '</form>';
echo '<span id="max_custom_event_resp_msg" class="max_custom_events">';
echo '<span id="max_custom_event_resp_msg" style="display: none; color: #e63c52; line-height: 200%;">';
echo __(
'A maximum of %s event custom responses can be selected',
$config['max_execution_event_response']
).'</span>';
echo '<span id="max_custom_selected" class="max_custom_events">';
echo '<span id="max_custom_selected" style="display: none; color: #e63c52; line-height: 200%;">';
echo __(
'Please, select an event'
).'</span>';

View File

@ -1654,12 +1654,12 @@ if (check_acl(
true
).'</span>';
echo '</form>';
echo '<span id="max_custom_event_resp_msg" class="max_custom_events">';
echo '<span id="max_custom_event_resp_msg" style="display: none; color: #e63c52; line-height: 200%;">';
echo __(
'A maximum of %s event custom responses can be selected',
$config['max_execution_event_response']
).'</span>';
echo '<span id="max_custom_selected" class="max_custom_events">';
echo '<span id="max_custom_selected" style="display: none; color: #e63c52; line-height: 200%;">';
echo __(
'Please, select an event'
).'</span>';