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-directory.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-directory.tpl')
-rw-r--r-- | view/de/profile-in-directory.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/de/profile-in-directory.tpl b/view/de/profile-in-directory.tpl new file mode 100644 index 000000000..9cc62fc69 --- /dev/null +++ b/view/de/profile-in-directory.tpl @@ -0,0 +1,16 @@ +<p id="profile-in-directory"> +Soll dein Standard-Profil im Verzeichnis dieser Seite veröffentlich werden? +</p> + + <div id="profile-in-dir-yes-wrapper"> + <label id="profile-in-dir-yes-label" for="profile-in-dir-yes">Ja</label> + <input type="radio" name="profile_in_directory" id="profile-in-dir-yes" $yes_selected value="1" /> + + <div id="profile-in-dir-break" ></div> + </div> + <div id="profile-in-dir-no-wrapper"> + <label id="profile-in-dir-no-label" for="profile-in-dir-no">Nein</label> + <input type="radio" name="profile_in_directory" id="profile-in-dir-no" $no_selected value="0" /> + + <div id="profile-in-dir-end"></div> + </div> |