]> WPIA git - gigi.git/commitdiff
add: bootstrap warning box in org-edit-form
authorFelix Dörre <felix@dogcraft.de>
Thu, 30 Jun 2016 08:20:01 +0000 (10:20 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 30 Jun 2016 08:20:19 +0000 (10:20 +0200)
Change-Id: Id5d071abf6a3c3fe67eda7e0d3a6ee0a8bd555ca

src/org/cacert/gigi/pages/orga/CreateOrgForm.templ

index b050f23dadf0aa1635914b3d76804101b6701d46..bd0f74dece7d19f20f7656d85a4f1ff9fb91df86 100644 (file)
@@ -33,7 +33,7 @@
   <? if($edit) { ?>
   <tr>
     <td></td>
-    <td><?=_WARNING: updating the data will revoke all issued certificates.?></td>
+    <td><div class="alert alert-warning"><?=_WARNING: updating the data will revoke all issued certificates.?></div></td>
   </tr>
   <tr>
     <td colspan="2"><button type="submit" name="action" value="updateCertificateData" class="btn btn-primary"><?=_Update certificate data?></button></td>