8 lines
253 B
PHP
8 lines
253 B
PHP
|
<div align="center">
|
||
|
<table cellspacing="0" cellpadding="0" width="100%">
|
||
|
<tr class="header">
|
||
|
<?php if($adminDelete): ?>
|
||
|
<td class="header" width="10%" align="center">Delete</td>
|
||
|
<?php endif; ?>
|
||
|
<td class="header">Name</td>
|
||
|
</tr>
|