待审中添加“我要审”的链接
This commit is contained in:
parent
0fd5efe1f3
commit
a664b2b932
|
@ -160,6 +160,7 @@ class Admin_ReviewController extends Zend_Controller_Action
|
||||||
$invite = $this->_request->getParam('invite');
|
$invite = $this->_request->getParam('invite');
|
||||||
|
|
||||||
include_once("helper/view.php");
|
include_once("helper/view.php");
|
||||||
|
$this->view->uid=view::User(id);
|
||||||
|
|
||||||
if($cancel>0)
|
if($cancel>0)
|
||||||
{
|
{
|
||||||
|
|
|
@ -44,7 +44,8 @@
|
||||||
<td><?php echo $item['realname'].'['.$item['username'].']'; ?></td>
|
<td><?php echo $item['realname'].'['.$item['username'].']'; ?></td>
|
||||||
<td><?php echo date("Y-m-d H:i",strtotime($item['ts_accepted']));?></td>
|
<td><?php echo date("Y-m-d H:i",strtotime($item['ts_accepted']));?></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="/admin/review/changeadmin/?id=<?php echo $item['id'];?>">更改责任编辑</a>
|
<a href="/admin/review/changeadmin/?id=<?php echo $item['id'];?>">更改责任编辑</a> |
|
||||||
|
<a href="/admin/review/changeadmin/id/<?php echo $item['id'];?>/uid/<?php echo $this->uid; ?>">我要审</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
Loading…
Reference in New Issue