diff options
author | Friendika <info@friendika.com> | 2011-08-29 19:18:59 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-29 19:18:59 -0700 |
commit | 22d9d97d71a94fcfc057c350c4dfad5e36fb6dd0 (patch) | |
tree | 16def91a3812675b131032aaee29eea833d44f56 /view/contact_edit.tpl | |
parent | 454882812e8c4a56962aef1d69abc36ca8993286 (diff) | |
download | volse-hubzilla-22d9d97d71a94fcfc057c350c4dfad5e36fb6dd0.tar.gz volse-hubzilla-22d9d97d71a94fcfc057c350c4dfad5e36fb6dd0.tar.bz2 volse-hubzilla-22d9d97d71a94fcfc057c350c4dfad5e36fb6dd0.zip |
remove "online reputation" section on contact editing - nobody ever uses it, and there is no interface to query it.
Diffstat (limited to 'view/contact_edit.tpl')
-rw-r--r-- | view/contact_edit.tpl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/view/contact_edit.tpl b/view/contact_edit.tpl index 0ee88d372..86ebb5608 100644 --- a/view/contact_edit.tpl +++ b/view/contact_edit.tpl @@ -45,8 +45,6 @@ $insecure $blocked $ignored -$grps - <div id="view-recent-wrapper"><a href="network/?cid=$contact_id" id="contact-view-recent">$lblrecent</a></div> $lblsuggest @@ -68,24 +66,5 @@ $profile_select <input class="contact-edit-submit" type="submit" name="submit" value="$submit" /> - -<div id="contact-edit-rating-wrapper"> -<h4>$lbl_rep1</h4> -<p> -$lbl_rep2 $lbl_rep3 -</p> -<div id="contact-edit-rating-select-wrapper"> -$rating -</div> -<div id="contact-edit-rating-explain"> -<p> -$lbl_rep4 -</p> -<textarea id="contact-edit-rating-text" name="reason" rows="3" cols="64" >$reason</textarea> -</div> -</div> -$groups - -<input class="contact-edit-submit" type="submit" name="submit" value="$submit" /> </form> </div> |