* ajusted style of 'user/deny'.

* added 'onlybody' option to the story preview link.
This commit is contained in:
Catouse
2014-05-02 16:59:18 +08:00
parent 120ce8bd4f
commit bfb720beb0
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
<?php if($storyID == 0): ?>
<a href='' id='preview' class='btn iframe hidden'><?php echo $lang->preview;?></a>
<?php else:?>
<?php echo html::a($this->createLink('story', 'view', "storyID=$storyID"), $lang->preview, '', "class='btn iframe' id='preview'");?>
<?php echo html::a($this->createLink('story', 'view', "storyID=$storyID", '', true), $lang->preview, '', "class='btn iframe' id='preview'");?>
<?php endif;?>
</span>
</div>
+1 -3
View File
@@ -12,9 +12,7 @@ include '../../common/view/header.lite.html.php';
?>
<div class='container'>
<div class='modal-dialog'>
<div class='modal-header'>
<i class='icon-info-sign'></i> <strong><?php echo $app->user->account, ' ', $lang->user->deny;?></strong>
</div>
<div class='modal-header'><strong><?php echo $app->user->account, ' ', $lang->user->deny;?></strong></div>
<div class='modal-body'>
<div class='alert alert-warning'>
<i class='icon-info-sign'></i>