* change getWillClose to get2BeClosed and adjust width for create story.

This commit is contained in:
wangyidong
2016-03-14 14:44:28 +08:00
parent 0bd5173f01
commit fa11f088a6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
<div class='col-table'>
<?php echo html::input('title', $storyTitle, "class='form-control'");?>
</div>
<div class='col-table w-250px'>
<div class='col-table w-200px'>
<div class="input-group">
<span class='input-group-addon fix-border br-0'><?php echo $lang->story->pri;?></span>
<?php $isAllNumberPri = is_numeric(join('', $lang->story->priList)); ?>