This commit is contained in:
paoloar77
2024-09-03 12:04:36 +02:00
parent 671173ecd4
commit 5aa5f1254d
3 changed files with 60 additions and 6 deletions

View File

@@ -35,7 +35,7 @@
<body>
<h1>Links</h1>
<form id="articleForm">
<pre>
<pre>
Per vedere la lista -> "LIBRI IN PREVENDITA"
in <span style="color: green;">VERDE</span> quelli in PreOrdine
in <span style="color: red;">ROSSO</span> quelli ancora non abilitati.
@@ -46,6 +46,7 @@
<input type="text" id="action" name="action" value="{{$action}}" hidden />
<br>
<button type="button" data-action="search">Cerca Articolo</button>
<button type="button" data-action="search_isbn">Cerca ISBN</button>
<button type="button" data-action="updateArtFromGM">Aggiorna Articolo da GM</button>
<button type="button" data-action="checkPrevendita">E' in PreVendita?</button>
<button type="button" data-action="setPreOrder">Impostalo in PreVendita!</button>