group creation

This commit is contained in:
Mike Macgirvin
2010-07-11 06:06:30 -07:00
parent 0d14d88ef4
commit 83dc89d859
4 changed files with 86 additions and 9 deletions

23
view/group_new.tpl Normal file
View File

@@ -0,0 +1,23 @@
<div id="group-new-wrapper" >
<form action="group/new" method="post">
<div id="group-new-text">
<p>
Create a group of contacts/friends.
<div id="group-new-input-wrapper">
<label id="group-new-label" for="group-new-name" >Group Name: </label>
<input name="groupname" id="group-new-name" />
</div>
<div id="group-new-input-end" ></div>
<div id="group-new-submit-wrapper" >
<input type="submit" name="submit" value="Submit" />
</form>
</div>
<div id="group-new-end"></div>