Actualiser admin/dashboard.html
This commit is contained in:
+10
-11
@@ -72,17 +72,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="pagination" id="pagination-container"></div>
|
<div class="pagination" id="pagination-container"></div>
|
||||||
|
|
||||||
<div class="import-section">
|
|
||||||
<h3><i class="ti ti-database-import"></i> <span id="import-title">Importer des données</span></h3>
|
|
||||||
<p id="import-desc">Sélectionnez vos fichiers CSV pour commencer l'importation.</p>
|
|
||||||
<label class="import-box" for="csv-file">
|
|
||||||
<i class="ti ti-cloud-upload"></i>
|
|
||||||
<p><strong>Cliquez pour sélectionner vos fichiers CSV</strong></p>
|
|
||||||
<p>Le système détectera automatiquement le format selon l'onglet actif.</p>
|
|
||||||
<input type="file" id="csv-file" accept=".csv" multiple hidden>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- MODALE CONFIGURATION -->
|
<!-- MODALE CONFIGURATION -->
|
||||||
@@ -98,6 +87,16 @@
|
|||||||
<button class="btn-action outline" onclick="closeConfigModal()">Annuler</button>
|
<button class="btn-action outline" onclick="closeConfigModal()">Annuler</button>
|
||||||
<button class="btn-action primary" onclick="saveConfigKeys()">Sauvegarder</button>
|
<button class="btn-action primary" onclick="saveConfigKeys()">Sauvegarder</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="import-section">
|
||||||
|
<h3><i class="ti ti-database-import"></i> <span id="import-title">Importer des données</span></h3>
|
||||||
|
<p id="import-desc">Sélectionnez vos fichiers CSV pour commencer l'importation.</p>
|
||||||
|
<label class="import-box" for="csv-file">
|
||||||
|
<i class="ti ti-cloud-upload"></i>
|
||||||
|
<p><strong>Cliquez pour sélectionner vos fichiers CSV</strong></p>
|
||||||
|
<p>Le système détectera automatiquement le format selon l'onglet actif.</p>
|
||||||
|
<input type="file" id="csv-file" accept=".csv" multiple hidden>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user