|
|
@@ -19,8 +19,8 @@ json::create("host");
|
|
|
<span>Proweb : Exporter vers ProWeb</span>
|
|
|
</h2>
|
|
|
<div class="fix-container-button-nav">
|
|
|
- <a href="<?php echo SCRIPT_IMPORT ?>" target="_blank"><button type="submit" class="btn btn-outline-danger btn-sm"><?php icon::getFont(["icon" => "bi bi-file-earmark-plus"]) ?> Lancer le script de traitement chez Proweb</button></a>
|
|
|
- <a href="<?php echo SCRIPT_RAPPORT_IMPORT ?>" target="_blank"><button type="submit" class="btn btn-outline-secondary btn-sm"><?php icon::getFont(["icon" => "bi bi-link-45deg"]) ?> Historique des import chez Proweb</button></a>
|
|
|
+ <a href="<?php echo SCRIPT_IMPORT ?>" target="_blank"><button type="submit" class="btn btn-outline-danger btn-sm" onclick="return confirm('Voulez-vous vraiment lander le script ?')">Lancer le script de traitement chez Proweb</button></a>
|
|
|
+ <a href="<?php echo SCRIPT_RAPPORT_IMPORT ?>" target="_blank"><button type="submit" class="btn btn-outline-secondary btn-sm">Historique des import chez Proweb</button></a>
|
|
|
</div>
|
|
|
</header>
|
|
|
<?php
|