mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-17 01:04:55 +00:00
Fix success message
This commit is contained in:
parent
2ea739cfdd
commit
bbba1efe2d
@ -387,7 +387,7 @@
|
||||
hereLink.observeClick(this.afterSearchAction);
|
||||
this.afterSearch = Html.span(
|
||||
{style: {display: 'none'}},
|
||||
$t.gettext("Your entries were inserted <strong>successfully</strong>. Please specify a new query or click"), ' ', hereLink, ' ', $t.gettext("to see the previous results.")
|
||||
$t.gettext("Your entries were inserted successfully. Please specify a new query or click"), ' ', hereLink, ' ', $t.gettext("to see the previous results.")
|
||||
);
|
||||
this.contentDiv = Html.div({className:'presearchContainer', style:{"height" : pixels(this.height - 130)}}, this.firstSearch, this.afterSearch);
|
||||
return this.contentDiv;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user