@@ -47,7 +47,7 @@ |
||
47 | 47 | <?= I18N::translate('Individual') ?> |
48 | 48 | </label> |
49 | 49 | <div class="col-sm-9"> |
50 | - <?= FunctionsEdit::formControlIndividual( $controller->root, ['id' => 'rootid', 'name' => 'rootid']) ?> |
|
50 | + <?= FunctionsEdit::formControlIndividual($controller->root, ['id' => 'rootid', 'name' => 'rootid']) ?> |
|
51 | 51 | </div> |
52 | 52 | </div> |
53 | 53 |
@@ -654,7 +654,7 @@ |
||
654 | 654 | } elseif ($fact === 'REPO') { |
655 | 655 | echo |
656 | 656 | '<div class="input-group">' . |
657 | - '<span class="input-group-btn"><button class="btn btn-secondary" type="button" onclick="createNewRecord(' . $element_id . ')" title="' . I18N::translate('Create a repository') . '"><i class="fa fa-plus"></i></button></span>' . self::formControlRepository(Individual::getInstance($value, $WT_TREE), ['id' => $element_id, 'name' => $element_name]) . |
|
657 | + '<span class="input-group-btn"><button class="btn btn-secondary" type="button" onclick="createNewRecord(' . $element_id . ')" title="' . I18N::translate('Create a repository') . '"><i class="fa fa-plus"></i></button></span>' . self::formControlRepository(Individual::getInstance($value, $WT_TREE), ['id' => $element_id, 'name' => $element_name]) . |
|
658 | 658 | '</div>'; |
659 | 659 | } elseif ($fact === 'RESN') { |
660 | 660 | echo Bootstrap4::select(FunctionsEdit::optionsRestrictions(true), $value, ['id' => $element_id, 'name' => $element_name]); |