diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2010-12-23 21:34:26 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2010-12-23 21:34:26 +0100 |
commit | e47a816a8fd50f5fcec51652ada223773ddad11f (patch) | |
tree | 312731be5eef970234acf45c6710b2c7940b3394 /view/it/group_new.tpl | |
parent | dd83923057643888cc1c6dbb8ded9d52e766f525 (diff) | |
download | volse-hubzilla-e47a816a8fd50f5fcec51652ada223773ddad11f.tar.gz volse-hubzilla-e47a816a8fd50f5fcec51652ada223773ddad11f.tar.bz2 volse-hubzilla-e47a816a8fd50f5fcec51652ada223773ddad11f.zip |
IT language
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> + + |