Aggiunto controllo deprecato in descrizione
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
@@ -1283,3 +1283,7 @@ select:-moz-focusring {
|
||||
width: 20px;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
.text-deleted {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user