* fix for header title.
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user