use different form name for document chooser

otherwise the trees use the same id and javascript functions
This commit is contained in:
Uwe Steinmann 2013-06-03 07:58:22 +02:00
parent 3fed9973ef
commit 38ab1b2eac

View File

@ -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>";