diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-24 07:33:56 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-24 07:33:56 +0100 |
commit | 4198efe03570606b35f3aba6cdf7f80de20384f4 (patch) | |
tree | 5a59cf3b29a70f22728e25d7c46ab8648bcda407 /view/fr/profile-in-netdir.tpl | |
parent | 2319bc43bf3f837c22daa5067dcf538e8b5a792d (diff) | |
parent | 205a2b8930c9d519c06f106d5d37702f8f69d013 (diff) | |
download | volse-hubzilla-4198efe03570606b35f3aba6cdf7f80de20384f4.tar.gz volse-hubzilla-4198efe03570606b35f3aba6cdf7f80de20384f4.tar.bz2 volse-hubzilla-4198efe03570606b35f3aba6cdf7f80de20384f4.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/fr/profile-in-netdir.tpl')
-rw-r--r-- | view/fr/profile-in-netdir.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/fr/profile-in-netdir.tpl b/view/fr/profile-in-netdir.tpl new file mode 100644 index 000000000..be111aa67 --- /dev/null +++ b/view/fr/profile-in-netdir.tpl @@ -0,0 +1,16 @@ +<p id="profile-in-directory"> +Publish your default profile in global social directory? +</p> + + <div id="profile-in-netdir-yes-wrapper"> + <label id="profile-in-netdir-yes-label" for="profile-in-netdir-yes">Yes</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">No</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> |