mirror of
https://github.com/tips-of-mine/gestion-certificats2.git
synced 2025-06-28 18:38:42 +02:00
Merge pull request #11 from tips-of-mine/fix/dashboard-align-buttons
Fix: Aligner les boutons de téléchargement du certificat racine sur l…
This commit is contained in:
@ -40,9 +40,7 @@ require_once APP_ROOT_DIR . '/src/Views/shared/header.php';
|
|||||||
<a href="/certificates/download?type=root&file=ca.cert.pem" class="button">
|
<a href="/certificates/download?type=root&file=ca.cert.pem" class="button">
|
||||||
<?= htmlspecialchars($translations['download_certificate_pem'] ?? 'Download Certificate (.pem)') ?>
|
<?= htmlspecialchars($translations['download_certificate_pem'] ?? 'Download Certificate (.pem)') ?>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
<a href="/certificates/download?type=root&file=ca.key.pem" class="button" style="margin-left: 10px;">
|
||||||
<p>
|
|
||||||
<a href="/certificates/download?type=root&file=ca.key.pem" class="button">
|
|
||||||
<?= htmlspecialchars($translations['download_key_pem'] ?? 'Download Private Key (.key)') ?>
|
<?= htmlspecialchars($translations['download_key_pem'] ?? 'Download Private Key (.key)') ?>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user