]> git.agnieray.net Git - galette.git/blobdiff - galette/install/steps/check.php
Some slight accessibility related improvements
[galette.git] / galette / install / steps / check.php
index 5500f6b6e7a9bbc3ac7697bf1304f25f70ff0e45..87f6d4eda3a3e3948fd76dc2190f341527d650fa 100644 (file)
@@ -159,13 +159,13 @@ if (!$perms_ok) {
 if (!$perms_ok || !$modules_ok || !$php_ok || !$date_ok) {
     ?>
         <form action="installer.php" method="post" class="ui form">
-            <button type="submit" class="ui right labeled icon button"><i class="sync alt icon"></i> <?php echo _T("Retry"); ?></button>
+            <button type="submit" class="ui right labeled primary icon button"><i class="sync alt icon" aria-hidden="true"></i> <?php echo _T("Retry"); ?></button>
         </form>
     <?php
 } else {
     ?>
         <form action="installer.php" method="POST" class="ui form">
-            <button type="submit" class="ui right labeled icon button"><i class="angle double right icon"></i> <?php echo _T("Next step"); ?></button>
+            <button type="submit" class="ui right labeled primary icon button"><i class="angle double right icon" aria-hidden="true"></i> <?php echo _T("Next step"); ?></button>
             <input type="hidden" name="install_permsok" value="1"/>
         </form>
     <?php