* ajusted style.
* updated zui.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title"><i class="icon-heart"></i><?php echo $lang->parseText?></h4>
|
||||
<h4 class="modal-title"><i class="icon-file-text"></i> <?php echo $lang->parseText?></h4>
|
||||
</div>
|
||||
<div class="modal-body"><?php echo html::textarea('parseText', '', "class='form-control' rows='10'")?></div>
|
||||
<div class="modal-footer"><?php echo html::submitButton()?></div>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<?php if($story):?>
|
||||
<small class='text-muted'><?php echo html::icon($lang->icons['story']) . ' ' . $story->title ?></small>
|
||||
<?php endif;?>
|
||||
<div class='actions'><?php echo html::commonButton($lang->parseText, "data-toggle='myModal'")?></div>
|
||||
<div class='actions'><?php echo html::commonButton($lang->parseText, "data-toggle='myModal' ")?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user