mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
fix typeahead search for documents
This commit is contained in:
parent
f0006de2e3
commit
634bf9b1d9
|
@ -164,7 +164,9 @@ class SeedDMS_View_ManageNotify extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
print "<form method=\"post\" action=\"../op/op.ManageNotify.php?type=document&action=add\" name=\"form2\">";
|
||||
$this->contentSubHeading(getMLText("choose_target_document"));
|
||||
$this->printDocumentChooser("form2");
|
||||
/* 'form1' must be passed to printDocumentChooser() because the typeahead
|
||||
* function is currently hardcoded on this value */
|
||||
$this->printDocumentChooser("form1");
|
||||
print "<input type=\"submit\" class=\"btn\" value=\"".getMLText("add")."\">";
|
||||
print "</form>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user