* Chang testtask block link.
This commit is contained in:
@@ -302,7 +302,7 @@ $lang->block->modules['project']->moreLinkList->task = 'my|task|type=%s';
|
||||
$lang->block->modules['qa']->moreLinkList = new stdclass();
|
||||
$lang->block->modules['qa']->moreLinkList->bug = 'my|bug|type=%s';
|
||||
$lang->block->modules['qa']->moreLinkList->case = 'my|testcase|type=%s';
|
||||
$lang->block->modules['qa']->moreLinkList->testtask = 'my|testtask|type=%s';
|
||||
$lang->block->modules['qa']->moreLinkList->testtask = 'testtask|browse|type=%s';
|
||||
$lang->block->modules['todo']->moreLinkList = new stdclass();
|
||||
$lang->block->modules['todo']->moreLinkList->list = 'my|todo|type=all';
|
||||
$lang->block->modules['common'] = new stdclass();
|
||||
|
||||
@@ -302,7 +302,7 @@ $lang->block->modules['project']->moreLinkList->task = 'my|task|type=%s';
|
||||
$lang->block->modules['qa']->moreLinkList = new stdclass();
|
||||
$lang->block->modules['qa']->moreLinkList->bug = 'my|bug|type=%s';
|
||||
$lang->block->modules['qa']->moreLinkList->case = 'my|testcase|type=%s';
|
||||
$lang->block->modules['qa']->moreLinkList->testtask = 'my|testtask|type=%s';
|
||||
$lang->block->modules['qa']->moreLinkList->testtask = 'testtask|browse|type=%s';
|
||||
$lang->block->modules['todo']->moreLinkList = new stdclass();
|
||||
$lang->block->modules['todo']->moreLinkList->list = 'my|todo|type=all';
|
||||
$lang->block->modules['common'] = new stdclass();
|
||||
|
||||
@@ -66,4 +66,4 @@ var module = '<?php echo $module?>';
|
||||
var useGuest = <?php echo $useGuest ? 'true' : 'false';?>;
|
||||
</script>
|
||||
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
||||
<?php if(isset($pageJS)) js::execute($pageJS);?>
|
||||
<?php if(isset($pageJS)) js::execute($pageJS);?>
|
||||
Reference in New Issue
Block a user