diff options
author | root <root@diekershoff.homeunix.net> | 2010-12-23 23:50:54 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2010-12-23 23:50:54 +0100 |
commit | 2f532f579c8b3a7052f67c72af901bf2926a85bf (patch) | |
tree | 6779dd94c7bd466330839f61658a9d31170db296 /view/it/group_new.tpl | |
parent | a1d593613d737d6f1a694adaddf515187580105c (diff) | |
parent | c55cb45855ede35e593f6a1ed5e5878144cf0ad0 (diff) | |
download | volse-hubzilla-2f532f579c8b3a7052f67c72af901bf2926a85bf.tar.gz volse-hubzilla-2f532f579c8b3a7052f67c72af901bf2926a85bf.tar.bz2 volse-hubzilla-2f532f579c8b3a7052f67c72af901bf2926a85bf.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/it/group_new.tpl')
-rw-r--r-- | view/it/group_new.tpl | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/view/it/group_new.tpl b/view/it/group_new.tpl new file mode 100644 index 000000000..4686ac4d2 --- /dev/null +++ b/view/it/group_new.tpl @@ -0,0 +1,23 @@ + + + +<div id="group-new-wrapper" > +<form action="group/new" method="post"> + +<div id="group-new-text"> +<p> +Crea un gruppo di contatti/amici. + +<div id="group-new-input-wrapper"> +<label id="group-new-label" for="group-new-name" >Nome Gruppo: </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="Aggiorna" /> +</form> +</div> +<div id="group-new-end"></div> + + |