show cross to remove a tag
This commit is contained in:
parent
db45d7f81c
commit
1918d1280c
1 changed files with 1 additions and 1 deletions
|
|
@ -1564,7 +1564,7 @@ class Follow_Up
|
|||
echo $a_tag[$e]['t_tag'];
|
||||
if ($g_user->can_write_action($this->ag_id)==true)
|
||||
{
|
||||
HtmlInput::anchor(SMALLX, "javascript:void(0)", $js_remove, ' class="smallbutton" style="padding:0px;display:inline" ');
|
||||
echo HtmlInput::anchor(SMALLX, "javascript:void(0)", $js_remove, ' class="smallbutton" style="padding:0px;display:inline" ');
|
||||
}
|
||||
echo '</span>';
|
||||
echo ' ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue