* code for task#1786.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.parentModule {width:10%; vertical-align:middle;}
|
||||
@@ -36,7 +36,7 @@
|
||||
<?php $manageChild = 'manage' . ucfirst($viewType) . 'Child';?>
|
||||
<caption><?php echo strpos($viewType, 'doc') !== false ? $lang->doc->manageType : $lang->tree->$manageChild;?></caption>
|
||||
<tr>
|
||||
<td width='10%'>
|
||||
<td class='parentModule'>
|
||||
<nobr>
|
||||
<?php
|
||||
echo html::a($this->createLink('tree', 'browse', "root={$root->id}&viewType=$viewType"), $root->name);
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<?php $manageChild = 'manageTaskChild';?>
|
||||
<caption><?php echo $lang->tree->$manageChild;?></caption>
|
||||
<tr>
|
||||
<td width='10%'>
|
||||
<td class='parentModule'>
|
||||
<nobr>
|
||||
<?php
|
||||
echo html::a($this->createLink('tree', 'browsetask', "root={$root->id}&productID=$productID&viewType=task"), $root->name);
|
||||
|
||||
Reference in New Issue
Block a user