This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
phptsmadmin/application/views/db/detail.php
2012-12-04 11:53:41 +11:00

10 lines
390 B
PHP

<table width="100%">
<tr>
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('db/info')->set('o',$o); ?></td>
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('db/volumes')->set('o',$o); ?></td>
</tr>
<tr>
<td style="width: 100%; vertical-align: top;" colspan="2"><?php echo View::factory('db/backups')->set('o',$o); ?></td>
</tr>
</table>