clean up the html layout on profile page
This commit is contained in:
parent
0b2d85891e
commit
d715c062c0
4 changed files with 23 additions and 25 deletions
2
boot.php
2
boot.php
|
@ -1135,7 +1135,7 @@ function format_like($cnt,$arr,$type,$id) {
|
||||||
if($total >= MAX_LIKERS)
|
if($total >= MAX_LIKERS)
|
||||||
$str .= t(', and ') . $total - MAX_LIKERS . t(' other people');
|
$str .= t(', and ') . $total - MAX_LIKERS . t(' other people');
|
||||||
$str .= (($type === 'like') ? t(' like this.') : t(' don\'t like this.'));
|
$str .= (($type === 'like') ? t(' like this.') : t(' don\'t like this.'));
|
||||||
$o .= '<div id="' . $type . 'list-' . $id . '" style="display: none;" >' . $str . '</div>';
|
$o .= "\t" . '<div id="' . $type . 'list-' . $id . '" style="display: none;" >' . $str . '</div>';
|
||||||
}
|
}
|
||||||
return $o;
|
return $o;
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
|
<div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
|
||||||
<form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" >
|
<form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" >
|
||||||
<input type="hidden" name="type" value="$type" />
|
<input type="hidden" name="type" value="$type" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue