* Finish task #8683.

This commit is contained in:
tianshujie98
2020-12-16 15:42:20 +08:00
parent 9f62bf3273
commit d8fb7654be
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'>
+1 -1
View File
@@ -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>