Michele: correzione refusi (Listino), Corretto errore edit quando entro come amministratore (Regist.Controller), Modifica scritta tasto download app (PagPrincipale)

This commit is contained in:
michele 2024-04-17 16:38:57 +02:00
parent ac3f1c51c4
commit 142a2042d5
4 changed files with 12 additions and 12 deletions

View File

@ -276,7 +276,9 @@ namespace VirtualTask.Controllers
//apiUrl = helper.GetStringValue("apiUrl");
//urlBase = apiUrl + "chiusureVtList";
urlBase = "http://10.0.0.187:8000/api/Polo/RegistrazioniList";
//urlBase = "http://10.0.0.187:8000/api/Polo/RegistrazioniList";
urlBase = apiUrl + "registrazioniList";
//urlBase = urlBase + "?token=" + token;
Uri baseAddress = new Uri(urlBase);
client = new HttpClient();

View File

@ -25,7 +25,7 @@
<br />
<div>
<p>
<h4>Abbonamento Virtual TaskMEDIUM</h4>
<h4>Abbonamento Virtual Task MEDIUM</h4>
</p>
2 Utenti e numero massimo anagrafiche clienti gestibili 500. € 40,00 mese
</div>

View File

@ -12,7 +12,6 @@
<div class="agy-project-wrapper agy-project-page-wrapper">
<div class="container">
<div class="row">
<p>
<a asp-action="Create" class="info-data"><img src="~/assets/images/icons8-nuovo-50.png" alt="Crea un nuovo elemento" /></a>
</p>
@ -20,8 +19,8 @@
<thead>
<tr>
<th>ID</th>
<th>NOME</th>
<th>COGNOME</th>
<th>CLIENTE</th>
@* <th>COGNOME</th> *@
<th>TELEFONO</th>
<th>CELLULARE</th>
<th>EMAIL</th>
@ -32,7 +31,7 @@
<th hidden>CITTA'</th>
<th hidden>PROVINCIA</th>
<th hidden>NAZIONE</th>
<th hidden>ATTIVATO</th>
<th>ATTIVATO</th>
</tr>
</thead>
<tbody>
@ -43,11 +42,11 @@
@Html.DisplayFor(modelItem => item.id)
</td>
<td>
@Html.DisplayFor(modelItem => item.nome)
@Html.DisplayFor(modelItem => item.nome) @Html.DisplayFor(modelItem => item.cognome)
</td>
<td>
@* <td>
@Html.DisplayFor(modelItem => item.cognome)
</td>
</td> *@
<td>
@Html.DisplayFor(modelItem => item.telefono)
</td>
@ -78,7 +77,7 @@
<td hidden>
@Html.DisplayFor(modelItem => item.nazione)
</td>
<td hidden>
<td>
@Html.DisplayFor(modelItem => item.attivato)
</td>
@ -95,7 +94,6 @@
<img alt="Elimina" src="@Url.Content("~/assets/images/icons8-elimina-50.png")" style="width:30px;height:30px;">
</a>
</td>
</tr>
}
</tbody>

View File

@ -248,7 +248,7 @@ Purchase:
prezioso strumento per ottimizzare e semplificare le operazioni di assistenza e
manutenzione in mobilità.
</p>
<a href="@Url.Action("VT_Read", "Home")" class="agy-btn">Download APP</a>
<a href="@Url.Action("VT_Read", "Home")" class="agy-btn">Download App FREE</a>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12">