Rimuovi sezione 'Sposta il resto' dal form USA
Lo spostamento si fa già cambiando la posizione nell'edit inventario. Rimossa UI duplicata e relative funzioni JS. - Versione: 20260316a
This commit is contained in:
+2
-11
@@ -275,16 +275,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group" id="use-move-group" style="display:none">
|
||||
<label>📦 Sposta il resto in:</label>
|
||||
<div class="location-selector" id="use-move-location-selector">
|
||||
<button type="button" class="loc-btn" onclick="selectUseMoveLocation(this, 'dispensa')">🗄️ Dispensa</button>
|
||||
<button type="button" class="loc-btn" onclick="selectUseMoveLocation(this, 'frigo')">🧊 Frigo</button>
|
||||
<button type="button" class="loc-btn" onclick="selectUseMoveLocation(this, 'freezer')">❄️ Freezer</button>
|
||||
<button type="button" class="loc-btn" onclick="selectUseMoveLocation(this, 'altro')">📦 Altro</button>
|
||||
</div>
|
||||
<input type="hidden" id="use-move-location" value="">
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</section>
|
||||
|
||||
@@ -904,6 +895,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="assets/js/app.js?v=20260315j"></script>
|
||||
<script src="assets/js/app.js?v=20260316a"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user