projects
/
gigi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
FIX: Correct location of ticket enter form
[gigi.git]
/
src
/
org
/
cacert
/
gigi
/
pages
/
admin
/
support
/
SupportUserDetailsPage.templ
1
<?=$tickethandling?>
2
<br/>
3
<?=$details?>
4
<table class="wrapper dataTable centertext">
5
<tbody><tr>
6
<th><?=_Alternate Verified Email Addresses?></th>
7
</tr>
8
<? foreach($emails) {?>
9
<? if($secmail) { ?>
10
<tr>
11
<td><?=$secmail?></td>
12
</tr>
13
<? } ?>
14
<? } ?>
15
</tbody>
16
</table>
17
<br/>
18
<?=$certifrevoke?>