Aggiunto controllo deprecato in descrizione

This commit is contained in:
2022-03-09 15:30:25 +01:00
parent 0122e07d05
commit bb016e1497
4 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -67,7 +67,7 @@ if ($Ret->is_OK()) {
?>
<tr data-key="<?= Utility::B64JSON_stringify(array_pick($item, "gest_name", "section", "key_section")) ?>"
data-columns="<?= Utility::B64JSON_stringify(array_pick($item, "description", "flag_sync", "cod_query", "query_default", "flag_user_view", "flag_setup_depo", "flag_setup_user_web", "flag_tipo_json")) ?>">
<td><?= $item["key_section"] ?></td>
<td <?= Utility\Str::startsWith($item["description"], "[DEPRECATED]") ? "class='text-deleted' title='Deprecata'" : "" ?>><?= $item["key_section"] ?></td>
<td>
<div class="input-group">
<?php

File diff suppressed because one or more lines are too long

View File

@@ -1283,3 +1283,7 @@ select:-moz-focusring {
width: 20px;
border: 1px solid gray;
}
.text-deleted {
text-decoration: line-through;
}