mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
remove "online reputation" section on contact editing - nobody ever uses it, and there is no interface to query it.
This commit is contained in:
parent
454882812e
commit
22d9d97d71
2 changed files with 1 additions and 38 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue