Index chiamate: Nascosti pulsanti modifica/ elimina se chiamata presa in carico.

corretti refusi layout portale
This commit is contained in:
michele 2025-06-17 15:50:48 +02:00
parent 0a52a05dc6
commit 1dd2f19563
2 changed files with 6 additions and 3 deletions

View File

@ -169,7 +169,7 @@
@{
string _url_edit = Url.Action("Edit", "Chiamate", new { id = item.chserial });
}
@if (string.IsNullOrEmpty(item.ic) || string.IsNullOrEmpty(item.ser_buono_chiu))
@if (string.IsNullOrEmpty(item.ic) && string.IsNullOrEmpty(item.ser_buono_chiu))
{
<a href="@_url_edit" title="Modifica" class="links">
<img alt="Modifica" src="~/assets/images/icons8-modificare-64.png" style="width:30px;height:30px;">
@ -181,7 +181,7 @@
@{
string _url_del = Url.Action("Delete", "Chiamate", new { id = item.chserial });
}
@if (string.IsNullOrEmpty(item.ic) || string.IsNullOrEmpty(item.ser_buono_chiu))
@if (string.IsNullOrEmpty(item.ic) && string.IsNullOrEmpty(item.ser_buono_chiu))
{
<a href="@_url_del" title="Elimina" class="links">
<img alt="Elimina" src="~/assets/images/icons8-elimina-50.png" style="width:30px;height:30px;">

View File

@ -361,7 +361,10 @@ Purchase:
<img src="~/assets/images/Immagine1.png" alt="Virtual Task" style="width:110%;height:110%;" />
</div>
<div class="agy-service-text">
<p>La soluzione standalone per la rendicontazione delle attività svolte fuori sede.<br> Ideale per piccoli Manutentori e Impiantisti</p>
<p>La soluzione standalone per la rendicontazione delle attività svolte fuori sede.<br>
Ideale per piccoli Manutentori e Impiantisti
</p>
<br>
<a href="@Url.Action("VT_Page1", "Portale")" class="agy-link">
<span class="agy-link-txt">Leggi Altro</span>
<span class="agy-link-icon">