Fixed mass source set's broken dialog
This commit is contained in:
parent
91fea63319
commit
e5cfea028a
@ -24,7 +24,7 @@ class TagEditTheme extends Themelet {
|
|||||||
$html = make_form(make_link("tag_edit/mass_source_set"), "POST") . "
|
$html = make_form(make_link("tag_edit/mass_source_set"), "POST") . "
|
||||||
<input type='hidden' name='tags' value='$h_terms'>
|
<input type='hidden' name='tags' value='$h_terms'>
|
||||||
<input type='text' name='source' value=''>
|
<input type='text' name='source' value=''>
|
||||||
<input type='submit' value='Set Source For All' onclick='return confirm(\"This will mass-edit all sources on the page.\nAre you sure you want to do this?\")'>
|
<input type='submit' value='Set Source For All' onclick='return confirm(\"This will mass-edit all sources on the page.\\nAre you sure you want to do this?\")'>
|
||||||
</form>
|
</form>
|
||||||
";
|
";
|
||||||
return $html;
|
return $html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user