]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/certs/CertificateIssueForm.templ
fix: correct styling for radio buttons in cert issue form
[gigi.git] / src / club / wpia / gigi / pages / account / certs / CertificateIssueForm.templ
index f3d72a54c74217c2615cbd51ee7de2df809f2eed..231380eeee5732317ae999455ee4fb5f0072ce75 100644 (file)
@@ -70,7 +70,7 @@
 
   <tr class="expert">
        <td><?=_Hash algorithm for signing?></td>
-    <td class='radio'>
+    <td class='gigi-radio'>
       <? foreach($hashs) { ?>
         <input type="radio" id="hash_alg_<?=$algorithm?>" name="hash_alg" value="<?=$algorithm?>"<?=$!checked?>/>
         <label for="hash_alg_<?=$algorithm?>"><span class='name'><?=$name?></span><? if($info) { ?> <span class='addinfo'> <?=$info?></span><? } ?></label><div class='elements'></div>