* ajusted views.

This commit is contained in:
Catouse
2014-04-15 17:35:20 +08:00
parent 23cbb7c9f3
commit 59e08a2c72
10 changed files with 167 additions and 140 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/treetable.html.php';?>
<?php include './taskheader.html.php';?>
<table class='table fixed' id='treetable'>
<table class='table table-fixed' id='treetable'>
<thead>
<tr>
<th class='w-120px'></th>
+1 -1
View File
@@ -18,7 +18,7 @@
<div class='actions'>
<div class='btn-group'>
<?php
common::printIcon('story', 'export', "productID=$productID&orderBy=id_desc");
common::printIcon('story', 'export', "productID=$productID&orderBy=id_desc", '', 'button', '', '', 'export');
$this->lang->story->create = $this->lang->project->createStory;
if($productID) common::printIcon('story', 'create', "productID=$productID&moduleID=0&story=0&project=$project->id");