* Finish task #8683.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<div class='container mw-700px' style='margin-top:100px;'>
|
||||
<div class='panel panel-default'>
|
||||
<div class='panel-heading'>
|
||||
<strong><?php echo $lang->user->resetPassword?></strong>
|
||||
<strong><?php echo $lang->user->resetPassword?></strong>
|
||||
</div>
|
||||
<div class='panel-body'>
|
||||
<div class='alert alert-info'>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<tbody>
|
||||
<?php foreach($stories as $key => $story):?>
|
||||
<?php $storyLink = $this->createLink('story', 'view', "id=$story->id");?>
|
||||
<tr class='text-left'>
|
||||
<tr class='text-left'>
|
||||
<td><?php echo html::a($storyLink, sprintf('%03d', $story->id));?></td>
|
||||
<td><span class='<?php echo 'pri' . zget($lang->story->priList, $story->pri, $story->pri);?>'><?php echo zget($lang->story->priList, $story->pri, $story->pri);?></span></td>
|
||||
<td><?php echo $story->productTitle;?></td>
|
||||
|
||||
Reference in New Issue
Block a user