bulk tagit fix
This commit is contained in:
parent
133f805302
commit
cf9837a776
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class BulkActionsTheme extends Themelet
|
|||
public function render_tag_input(): string
|
||||
{
|
||||
return "<label><input type='checkbox' style='width:13px;' name='bulk_tags_replace' value='true'/>Replace tags</label>" .
|
||||
"<input type='text' name='bulk_tags' required='required' placeholder='Enter tags here' />";
|
||||
"<input type='text' name='bulk_tags' class='autocomplete_tags' required='required' placeholder='Enter tags here' />";
|
||||
}
|
||||
|
||||
public function render_source_input(): string
|
||||
|
|
Reference in a new issue