diff options
author | friendica <info@friendica.com> | 2013-03-28 14:55:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-28 14:55:50 -0700 |
commit | ef09e505141c78eb073d265f231fdf3c29710af8 (patch) | |
tree | 47c746b9115d30c4ac3e686022fa497238ac68eb /view/tpl/profile-hide-friends.tpl | |
parent | d0bf45972135bde9ac39a06c6fa5eb64d075a225 (diff) | |
parent | c8852d455e77624baf9e6ac852c1176f45462e70 (diff) | |
download | volse-hubzilla-ef09e505141c78eb073d265f231fdf3c29710af8.tar.gz volse-hubzilla-ef09e505141c78eb073d265f231fdf3c29710af8.tar.bz2 volse-hubzilla-ef09e505141c78eb073d265f231fdf3c29710af8.zip |
Merge pull request #44 from beardy-unixer/c8852d455e77624baf9e6ac852c1176f45462e70
Template cleanup
Diffstat (limited to 'view/tpl/profile-hide-friends.tpl')
-rw-r--r-- | view/tpl/profile-hide-friends.tpl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/view/tpl/profile-hide-friends.tpl b/view/tpl/profile-hide-friends.tpl deleted file mode 100644 index 9ecacfbe0..000000000 --- a/view/tpl/profile-hide-friends.tpl +++ /dev/null @@ -1,16 +0,0 @@ -<p id="hide-friends-text"> -$desc -</p> - - <div id="hide-friends-yes-wrapper"> - <label id="hide-friends-yes-label" for="hide-friends-yes">$yes_str</label> - <input type="radio" name="hide-friends" id="hide-friends-yes" $yes_selected value="1" /> - - <div id="hide-friends-break" ></div> - </div> - <div id="hide-friends-no-wrapper"> - <label id="hide-friends-no-label" for="hide-friends-no">$no_str</label> - <input type="radio" name="hide-friends" id="hide-friends-no" $no_selected value="0" /> - - <div id="hide-friends-end"></div> - </div> |