]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ
add: ensure that for Org Administrator actions certificate login is used
[gigi.git] / src / club / wpia / gigi / pages / orga / MyOrganisationsForm.templ
index 6978a60f98f2b02674ccd2855bed279355378249..1c28e527e1d9bd8e06530c727f7ca9920e3bd5e8 100644 (file)
@@ -5,6 +5,6 @@
 <? } ?>
 <table class="table">
 <? foreach($orgas) { ?>
 <? } ?>
 <table class="table">
 <? foreach($orgas) { ?>
-<tr><td><?=$orgName?></td><td><?=$orgID?></td><td><button class="btn btn-info" type='submit' value='y' name='org:<?=$orgID?>'/><?=_Switch to this organisation?></button></td></tr>
+<tr><td><?=$orgName?></td><td><?=$orgID?></td><td><? if($certlogin) { ?><button class="btn btn-info" type='submit' value='y' name='org:<?=$orgID?>'/><?=_Switch to this organisation?></button><? } ?></td></tr>
 <? } ?>
 </table>
 <? } ?>
 </table>