Updated Service detail page

Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
Nathan Booth
2011-12-21 17:36:35 +00:00
parent b217693989
commit c1129de8a4
2 changed files with 105 additions and 70 deletions

View File

@@ -61,14 +61,14 @@
<form id="admin_addservice" method="post" action="{$base_uri}admin/tab/services/do/add-service/">
<fieldset>
<div class="clearfix">
<label for="admin_service_add_name">Name</label>
<label for="admin_service_add_name" style="width:87px">Name</label>
<div class="text">
<input class="xlarge span5" id="admin_service_add_name" name="name" type="text" value="" />
</div><!-- /text -->
</div><!-- /clearfix -->
<div class="clearfix">
<label for="admin_service_add_description">Description</label>
<label for="admin_service_add_description" style="width:87px">Description</label>
<div class="text">
<textarea class="xxlarge" name="textarea" id="admin_service_add_description" rows="3" name="description"></textarea>
</div><!-- /text -->