diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-01 16:48:07 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-01 16:48:07 -0700 |
commit | 6348e70daa113e8b3203de8fbc919d08c90d972e (patch) | |
tree | 1bc3dd3bc85fe6136411086785cf6753960e22f9 /view/profile-in-directory.tpl | |
download | volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.gz volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.bz2 volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.zip |
Initial checkin
Diffstat (limited to 'view/profile-in-directory.tpl')
-rw-r--r-- | view/profile-in-directory.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/profile-in-directory.tpl b/view/profile-in-directory.tpl new file mode 100644 index 000000000..a120a24c1 --- /dev/null +++ b/view/profile-in-directory.tpl @@ -0,0 +1,16 @@ +<p id="profile-in-directory"> +Publish this profile in site directory? +</p> + + <div id="profile-in-dir-yes-wrapper"> + <label id="profile-in-dir-yes-label" for="profile-in-dir-yes">Yes</label> + <input type="radio" name="profile_in_directory" id="profile-in-dir-yes" checked="checked" 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">No</label> + <input type="radio" name="profile_in_directory" id="profile-in-dir-no" value="0" /> + + <div id="profile-in-dir-end"></div> + </div> |