Implement creation of servers

This commit is contained in:
Karsten Heiken
2011-10-16 15:31:23 +02:00
parent 74cde75be8
commit bee61fd017
5 changed files with 143 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
<div class="box">
<h3><?=_('Available servers');?></h3>
<table class="tableList paginated">
<thead>
<tr>
@@ -48,6 +49,11 @@
?>
</tbody>
</table>
<p>
<?=anchor('/admin/servers/create', _('Create a new server'), array('class' => 'button add'));?>
</p>
</div>
</div>