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 { .deleteicon {
color: gray; color: gray;
width: 30px; width: 15px;
height: 30px; height: 15px;
position: absolute; position: absolute;
margin-left: -30px; bottom: 19px;
bottom: 1px; right: 29px;
right: 15px;
float: right;
display: block; display: block;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; 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) { if (empty($id_plugin) && count(Modules::getSegments($id_module)) > 1) {
echo ' echo '
<div class="container"> <div class="row justify-content-end">
<div class="row justify-content-end"> <div class="col-md-3">
<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'].'" ]}
{[ "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> </div>
</div>'; </div>';