-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modale informativo sulla cancellazione di un ordine con prenotazioni …
…aperte. closes #280
- Loading branch information
Showing
4 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<x-larastrap::modal :title="_i('Operazione non permessa')"> | ||
<p> | ||
{{ _i("L'ordine %s ha attualmente delle prenotazioni attive, e non può essere pertanto rimosso.", [$order->printableName()]) }} | ||
</p> | ||
<p> | ||
{!! _i('Si raccomanda di accedere al <a href="%s">pannello delle prenotazioni per questo ordine</a> e, con lo strumento "Prenotazioni per Altri Utenti", invalidare le prenotazioni esistenti.', [$order->getBookingURL()]) !!} | ||
</p> | ||
<p> | ||
{{ _i("Questo meccanismo è deliberatemente non automatico e volutamente complesso, per evitare la perdita involontaria di dati.") }} | ||
</p> | ||
</x-larastrap::modal> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters