mirror of https://github.com/friendica/friendica
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
478 B
23 lines
478 B
|
|
|
|
|
|
<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>
|
|
|
|
|