mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 03:18:58 +00:00
use different form name for document chooser
otherwise the trees use the same id and javascript functions
This commit is contained in:
parent
3fed9973ef
commit
38ab1b2eac
|
@ -166,7 +166,7 @@ class SeedDMS_View_ManageNotify extends SeedDMS_Bootstrap_Style {
|
|||
$this->contentSubHeading(getMLText("choose_target_document"));
|
||||
/* 'form1' must be passed to printDocumentChooser() because the typeahead
|
||||
* function is currently hardcoded on this value */
|
||||
$this->printDocumentChooser("form1");
|
||||
$this->printDocumentChooser("form2");
|
||||
print "<button type='submit' class='btn'><i class=\"icon-plus\"></i> ".getMLText("add")."</button>";
|
||||
print "</form>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user