Migliorie grafiche minori

This commit is contained in:
FabioL 2024-05-22 17:57:36 +02:00
parent 85cfa84fda
commit 8907734985
2 changed files with 7 additions and 11 deletions

View File

@ -352,13 +352,11 @@ span.form-control {
.deleteicon {
color: gray;
width: 30px;
height: 30px;
width: 15px;
height: 15px;
position: absolute;
margin-left: -30px;
bottom: 1px;
right: 15px;
float: right;
bottom: 19px;
right: 29px;
display: block;
overflow: hidden;
text-overflow: ellipsis;

View File

@ -74,11 +74,9 @@ if (!empty($type) && $type != 'menu' && $type != 'custom') {
if (empty($id_plugin) && count(Modules::getSegments($id_module)) > 1) {
echo '
<div class="container">
<div class="row justify-content-end">
<div class="col-md-4">
{[ "type": "select", "name": "id_segment_", "required": 0, "ajax-source": "segmenti", "select-options": '.json_encode(['id_module' => $id_module]).', "value": "'.$_SESSION['module_'.$id_module]['id_segment'].'" ]}
</div>
<div class="row justify-content-end">
<div class="col-md-3">
{[ "type": "select", "name": "id_segment_", "required": 0, "ajax-source": "segmenti", "select-options": '.json_encode(['id_module' => $id_module]).', "value": "'.$_SESSION['module_'.$id_module]['id_segment'].'" ]}
</div>
</div>';