* ajusted style of 'user/deny'.
* added 'onlybody' option to the story preview link.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user