+ |
createLink('tree', 'browsetask', "root={$root->id}&productID=$productID&viewType=task"), $root->name);
- echo $lang->arrow;
+ echo html::a($this->createLink('tree', 'browsetask', "root={$root->id}&productID=$productID&viewType=task"), $root->name) . "";
foreach($parentModules as $module)
{
- echo html::a($this->createLink('tree', 'browsetask', "root={$root->id}&productID=$productID&moduleID=$module->id"), $module->name);
- echo $lang->arrow;
+ echo html::a($this->createLink('tree', 'browsetask', "root={$root->id}&productID=$productID&moduleID=$module->id"), $module->name) . " ";
}
?>
-
|
-
- ' . html::input("products[id$product->id]", $product->name, 'class=form-control disabled="true" autocomplete="off"') . '';
- }
- }
- echo '';
- foreach($sons as $sonModule)
- {
- if($sonModule->order > $maxOrder) $maxOrder = $sonModule->order;
- $disabled = $sonModule->type == 'task' ? '' : 'disabled';
- echo " ";
- echo " " . html::input("modules[id$sonModule->id]", $sonModule->name, "class='form-control' autocomplete='off' placeholder='{$lang->tree->name}' " . $disabled) . ' ';
- echo " ";
- echo " ";
- }
- for($i = 0; $i < TREE::NEW_CHILD_COUNT ; $i ++)
- {
- echo " ";
- echo " " . html::input("modules[]", '', "class='form-control' autocomplete='off' placeholder='{$lang->tree->name}'") . ' ';
- echo " ';
- echo html::hidden('branch[]', empty($module) ? 0 : $module->branch) . ' ';
- }
-
- echo " ";
- echo " ";
- echo " " . html::input("modules[]", '', "class='form-control' autocomplete='off' placeholder='{$lang->tree->name}'") . ' ';
- echo " ';
- echo html::hidden('branch[]', empty($module) ? 0 : $module->branch) . ' ';
- echo ' ';
-
- echo ' ';
- ?>
+ |
+
+
+
+
+
+ id]", $product->name, 'class=form-control disabled="true" autocomplete="off"')?>
+
+
+
+
+ order > $maxOrder) $maxOrder = $sonModule->order;
+ $disabled = $sonModule->type == 'task' ? '' : 'disabled';
+ ?>
+
+ id]", $sonModule->name, "class='form-control' autocomplete='off' placeholder='{$lang->tree->name}' $disabled")?>
+
+ id]", $sonModule->short, "class='form-control' autocomplete='off' placeholder='{$lang->tree->short}' $disabled");
+ echo html::hidden("order[id$sonModule->id]", $sonModule->order);
+ ?>
+
+
+
+
+
+
+
+
+ tree->name}'")?>
+ tree->short}'")?>
+
+
+
+
+ branch);?>
+
+
+
+
+
+ tree->name}'");?>
+ tree->short}'");?>
+
+
+
+
+ branch);?>
+
+
|