]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/MyOrganisationsForm.templ
UPD: cleanup tables
[gigi.git] / src / org / cacert / gigi / pages / account / MyOrganisationsForm.templ
index babc09db9f556732561e8c3460b53a6f08af011a..c0eb939d7419bf56c73e6e972452ec87329ebdf4 100644 (file)
@@ -1,6 +1,6 @@
 <input type='hidden' name='orgaForm' value='orga'/>
 <h2><?=_My Organisations?></h2>
-<table class="wrapper dataTable" width="400">
+<table class="table">
 <? foreach($orgas) { ?>
 <tr><td><?=$orgName?></td><td><?=$orgID?></td><td><input type='submit' value='<?=_switch to this organisation?>' name='org:<?=$orgID?>'/></td></tr>
 <? } ?>