* fix for header title.

This commit is contained in:
wangyidong
2013-01-24 09:30:50 +00:00
parent 6d3706edbd
commit 835b3757ec
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -146,7 +146,7 @@ class story extends control
$this->view->pri = $pri;
$this->view->productID = $productID;
$this->view->estimate = $estimate;
$this->view->title = $title;
$this->view->storyTitle = $title;
$this->view->spec = $spec;
$this->view->verify = $verify;
$this->view->keywords = $keywords;
@@ -207,7 +207,7 @@ class story extends control
$this->view->pri = $pri;
$this->view->productID = $productID;
$this->view->estimate = $estimate;
$this->view->title = $title;
$this->view->storyTitle = $title;
$this->view->spec = $spec;
$this->display();
+1 -1
View File
@@ -31,7 +31,7 @@
<td><?php echo $i+1;?></td>
<td><?php echo html::select("module[$i]", $moduleOptionMenu, $moduleID, 'class=select-1');?></td>
<td><?php echo html::select("plan[$i]", $plans, $planID, 'class=select-1');?></td>
<td><?php echo html::input("title[$i]", $title, "class='text-1'"); echo "<span class='star'>*</span>";?></td>
<td><?php echo html::input("title[$i]", $storyTitle, "class='text-1'"); echo "<span class='star'>*</span>";?></td>
<td><?php echo html::textarea("spec[$i]", $spec, "rows='1' class='text-1'");?></td>
<td><?php echo html::select("pri[$i]", (array)$lang->story->priList, $pri, 'class=select-1');?></td>
<td><?php echo html::input("estimate[$i]", $estimate, "class='text-1'");?></td>
+1 -1
View File
@@ -33,7 +33,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->story->title;?></th>
<td><?php echo html::input('title', $title, "class='text-1'");?></td>
<td><?php echo html::input('title', $storyTitle, "class='text-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->story->spec;?></th>