* ajusted style.

* updated zui.
This commit is contained in:
Catouse
2014-07-31 08:29:01 +08:00
parent 678e0cbae3
commit 6ea49bf6a4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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