]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/orga/AffiliationForm.templ
ADD: Delete affiliations + testcase
[gigi.git] / src / org / cacert / gigi / pages / orga / AffiliationForm.templ
1 <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable">
2   <tr>
3     <th><?=_Name?></th>
4     <th><?=_Master?></th>
5     <th> </th>
6   </tr>
7 <? foreach($admins) { ?>
8   <tr>
9     <td><?=$name?></td>
10     <td><?=$master?></td>
11     <td><button type="submit" name="del" value="<?=$e-mail?>">X</button> </td>
12   </tr>
13 <? } ?>
14 </table>
15 <?=_Add new admin?>:
16 <input type="text" name="email">
17 <?=_Master?>?
18 <input type="hidden" name="affiliate" value="y">
19 <input type="checkbox" name="master" value="y">
20 <input type="submit" value="<?=_Add?>">