fix selected prompt position
This commit is contained in:
parent
1bffd1068f
commit
4e2f219c16
|
@ -82,13 +82,13 @@ class Feeds extends Handler_Protected {
|
|||
}
|
||||
|
||||
$reply .= "</span>";
|
||||
$reply .= "<span id='selected_prompt'></span>";
|
||||
|
||||
# $reply .= "</span>";
|
||||
|
||||
// left part
|
||||
|
||||
$reply .= "<span class=\"main\">";
|
||||
$reply .= "<span id='selected_prompt'></span>";
|
||||
|
||||
$reply .= "
|
||||
<a href=\"#\" onclick=\"$sel_all_link\">".__('All')."</a>,
|
||||
|
|
Loading…
Reference in New Issue