Authored by whb

fixed bug

... ... @@ -98,6 +98,7 @@ class Controller_News extends Controller_Abstract
$this->_view['current_tag'] = $requestTag;
$this->_view['isAjax'] = $this->_request->isAjax();
$this->_view['total'] = $total;
$this->_view['limit'] = $limit;
$this->_view['page'] = $page->getCurrentPage();
}
... ...
... ... @@ -14,7 +14,7 @@ a.btn
<tr>
<td style="width:200px;">标题</td>
<td colspan="2">
<input type="text" id="title" name="title" value="<?php echo $this->view->info['title'] ;?>" maxLength="50"/>
<input type="text" id="title" name="title" value="<?php echo $this->view->info['title'] ;?>" maxLength="40"/>
<select id="main_title_type" name="main_title_type">
<option value="0" <?php echo $this->view->info['main_title_type'] == 0 ? 'selected':''; ?>>中文</option>
<option value="1" <?php echo $this->view->info['main_title_type'] == 1 ? 'selected':''; ?>>英文</option>
... ...