* ajusted views of module prodcut & doc.

This commit is contained in:
Catouse
2014-03-21 15:04:23 +08:00
parent b08e0446bf
commit 1e4d342017
9 changed files with 264 additions and 219 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
<table class='mainTable table table-condensed table-hover table-borderless'>
<thead>
<tr>
<th class='w-id text-left'><?php echo html::selectAll('story', 'checkbox') . $lang->idAB;?></th>
<th class='w-id text-left'><?php echo html::selectAll('story', 'checkbox') . ' ' . $lang->idAB;?></th>
<th><?php echo $lang->story->title;?></th>
<th class='w-hour'><?php echo $lang->statusAB;?></th>
<th class='w-100px'><?php echo $lang->story->stageAB;?></th>
@@ -73,7 +73,7 @@
<table class='mainTable table table-condensed table-hover table-borderless'>
<thead>
<tr>
<th class='w-id text-left'><?php echo html::selectAll('bug', 'checkbox') . $lang->idAB;?></th>
<th class='w-id text-left'><?php echo html::selectAll('bug', 'checkbox') . ' ' . $lang->idAB;?></th>
<th><?php echo $lang->bug->title;?></th>
<th class='w-100px'><?php echo $lang->bug->status;?></th>
</tr>