| 24 |
<table class="adminheading"> |
<table class="adminheading"> |
| 25 |
<tr> |
<tr> |
| 26 |
<th class="install"> |
<th class="install"> |
| 27 |
<?php echo T_('Installed Mambots') ?> |
<?php echo T_('Installed Mambots'); ?> |
| 28 |
</th> |
</th> |
| 29 |
</tr> |
</tr> |
| 30 |
<tr> |
<tr> |
| 31 |
<td> |
<td> |
| 32 |
<?php echo T_('Only those Mambots that can be uninstalled are displayed - some Core Mambots cannot be removed.') ?> |
<?php echo T_('Only those Mambots that can be uninstalled are displayed - some Core Mambots cannot be removed.'); ?> |
| 33 |
<br /><br /> |
<br /><br /> |
| 34 |
</td> |
</td> |
| 35 |
</tr> |
</tr> |
| 40 |
<table class="adminlist"> |
<table class="adminlist"> |
| 41 |
<tr> |
<tr> |
| 42 |
<th width="20%" class="title"> |
<th width="20%" class="title"> |
| 43 |
<?php echo T_('Mambot') ?> |
<?php echo T_('Mambot'); ?> |
| 44 |
</th> |
</th> |
| 45 |
<th width="10%" class="title"> |
<th width="10%" class="title"> |
| 46 |
<?php echo T_('Type') ?> |
<?php echo T_('Type'); ?> |
| 47 |
</th> |
</th> |
| 48 |
<!-- |
<!-- |
| 49 |
Currently Unsupported |
Currently Unsupported |
| 52 |
</th> |
</th> |
| 53 |
--> |
--> |
| 54 |
<th width="10%" align="left"> |
<th width="10%" align="left"> |
| 55 |
<?php echo T_('Author') ?> |
<?php echo T_('Author'); ?> |
| 56 |
</th> |
</th> |
| 57 |
<th width="5%" align="center"> |
<th width="5%" align="center"> |
| 58 |
<?php echo T_('Version') ?> |
<?php echo T_('Version'); ?> |
| 59 |
</th> |
</th> |
| 60 |
<th width="10%" align="center"> |
<th width="10%" align="center"> |
| 61 |
<?php echo T_('Date') ?> |
<?php echo T_('Date'); ?> |
| 62 |
</th> |
</th> |
| 63 |
<th width="15%" align="left"> |
<th width="15%" align="left"> |
| 64 |
<?php echo T_('Author Email') ?> |
<?php echo T_('Author Email'); ?> |
| 65 |
</th> |
</th> |
| 66 |
<th width="15%" align="left"> |
<th width="15%" align="left"> |
| 67 |
<?php echo T_('Author URL') ?> |
<?php echo T_('Author URL'); ?> |
| 68 |
</th> |
</th> |
| 69 |
</tr> |
</tr> |
| 70 |
<?php |
<?php |
| 119 |
<?php |
<?php |
| 120 |
} else { |
} else { |
| 121 |
?> |
?> |
| 122 |
<?php echo T_('There are no non-core, custom mambots installed.') ?> |
<?php echo T_('There are no non-core, custom mambots installed.'); ?> |
| 123 |
<?php |
<?php |
| 124 |
} |
} |
| 125 |
} |
} |