diff options
author | Friendika <info@friendika.com> | 2011-01-25 04:00:46 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-25 04:00:46 -0800 |
commit | e83db7876de79d392050dd71f0dc191325c8b8db (patch) | |
tree | 9c8267507165caff56fd08839a80000090c6dad8 /view/de/profile-in-netdir.tpl | |
parent | 5a7ff660c4eabb989e5993cbf03bfe6786622bce (diff) | |
parent | 5eacc57800aac89c5faeb54988e6256df66c9ff7 (diff) | |
download | volse-hubzilla-e83db7876de79d392050dd71f0dc191325c8b8db.tar.gz volse-hubzilla-e83db7876de79d392050dd71f0dc191325c8b8db.tar.bz2 volse-hubzilla-e83db7876de79d392050dd71f0dc191325c8b8db.zip |
Merge branch 'master' of https://github.com/tobiasd/friendika into tobiasd-master
Diffstat (limited to 'view/de/profile-in-netdir.tpl')
-rw-r--r-- | view/de/profile-in-netdir.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/de/profile-in-netdir.tpl b/view/de/profile-in-netdir.tpl new file mode 100644 index 000000000..26f45ac90 --- /dev/null +++ b/view/de/profile-in-netdir.tpl @@ -0,0 +1,16 @@ +<p id="profile-in-directory"> +Soll dein Standard-Profil im globalen Verzeichnis veröffentlicht werden? +</p> + + <div id="profile-in-netdir-yes-wrapper"> + <label id="profile-in-netdir-yes-label" for="profile-in-netdir-yes">Ja</label> + <input type="radio" name="profile_in_netdirectory" id="profile-in-netdir-yes" $yes_selected value="1" /> + + <div id="profile-in-netdir-break" ></div> + </div> + <div id="profile-in-netdir-no-wrapper"> + <label id="profile-in-netdir-no-label" for="profile-in-netdir-no">Nein</label> + <input type="radio" name="profile_in_netdirectory" id="profile-in-netdir-no" $no_selected value="0" /> + + <div id="profile-in-netdir-end"></div> + </div> |