* Fix bug #15763.
This commit is contained in:
@@ -12,3 +12,4 @@ th.c-pri{width:50px;}
|
||||
.c-category {width: 80px;}
|
||||
.c-actions-7 {width: 190px;}
|
||||
.closed-story {color: #e5e5e5;}
|
||||
.stageBox {height: 180px; overflow: scroll;}
|
||||
|
||||
@@ -354,7 +354,7 @@
|
||||
<div class="btn-group dropup">
|
||||
<button data-toggle="dropdown" type="button" class="btn"><?php echo $lang->story->stageAB;?> <span class="caret"></span></button>
|
||||
<?php
|
||||
echo "<ul class='dropdown-menu'>";
|
||||
echo "<ul class='dropdown-menu stageBox'>";
|
||||
$lang->story->stageList[''] = $lang->null;
|
||||
foreach($lang->story->stageList as $key => $stage)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user