* code for task#1786.

This commit is contained in:
xia0ta0
2014-03-03 10:10:04 +08:00
parent e426a8131a
commit 279537e525
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
.parentModule {width:10%; vertical-align:middle;}
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);