diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-03-02 00:00:03 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-03-02 00:00:03 -0800 |
commit | 3a609adfb77a94d5b8681496a9306d9cf4efcafb (patch) | |
tree | 153968c7a8ac649be69438ff5374863735699bab /view/group_new.tpl | |
parent | f55ffcd48ce5c0b3254ae1a02fda7b29d875fa09 (diff) | |
parent | b6b7742579d16a4eab97249758a62c5ff33bd07d (diff) | |
download | volse-hubzilla-3a609adfb77a94d5b8681496a9306d9cf4efcafb.tar.gz volse-hubzilla-3a609adfb77a94d5b8681496a9306d9cf4efcafb.tar.bz2 volse-hubzilla-3a609adfb77a94d5b8681496a9306d9cf4efcafb.zip |
Merge pull request #55 from fabrixxm/master
Some minor and one majior mod in templates
Diffstat (limited to 'view/group_new.tpl')
-rwxr-xr-x | view/group_new.tpl | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/view/group_new.tpl b/view/group_new.tpl deleted file mode 100755 index 735b51634..000000000 --- a/view/group_new.tpl +++ /dev/null @@ -1,23 +0,0 @@ - - - -<div id="group-new-wrapper" > -<form action="group/new" method="post"> - -<div id="group-new-text"> -<p> -$desc - -<div id="group-new-input-wrapper"> -<label id="group-new-label" for="group-new-name" >$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> - -
\ No newline at end of file |