diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-03-14 15:46:57 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-03-14 15:46:57 +0100 |
commit | b8e8517725df6924c333e0c2c7c21a2696de4f25 (patch) | |
tree | 16851e62950a75f043756f8d59183937831bc104 /view/tpl/profile_hide_friends.tpl | |
parent | def04549529d34c6fbe9c7a2396dad7909859953 (diff) | |
parent | 2f5862713e2fb959134c2de23ca4ef9907912030 (diff) | |
download | volse-hubzilla-b8e8517725df6924c333e0c2c7c21a2696de4f25.tar.gz volse-hubzilla-b8e8517725df6924c333e0c2c7c21a2696de4f25.tar.bz2 volse-hubzilla-b8e8517725df6924c333e0c2c7c21a2696de4f25.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'view/tpl/profile_hide_friends.tpl')
-rw-r--r-- | view/tpl/profile_hide_friends.tpl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/view/tpl/profile_hide_friends.tpl b/view/tpl/profile_hide_friends.tpl deleted file mode 100644 index 4ed6782bb..000000000 --- a/view/tpl/profile_hide_friends.tpl +++ /dev/null @@ -1,20 +0,0 @@ -{{include file="field_checkbox.tpl"}} - -{{* -<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> -*}} |