aboutsummaryrefslogtreecommitdiffstats
path: root/view/group_new.tpl
blob: a1efa771751b9123c250507d34a78458edb61daa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>