* fix bug #611.
This commit is contained in:
@@ -17,9 +17,13 @@
|
||||
<div class='container text-center bd-0'>
|
||||
<div class='clearfix'>
|
||||
<div class='actions pull-right'>
|
||||
<div class='input-group input-group-sm pull-left mw-220px'>
|
||||
<?php if($interval):?>
|
||||
<div class='input-group input-group-sm pull-left w-100px'>
|
||||
<?php echo html::select('interval', $dayList, $interval, "class='form-control'");?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<div class='input-group input-group-sm pull-left w-100px'>
|
||||
<?php
|
||||
if($interval) echo html::select('interval', $dayList, $interval, "class='form-control w-100px'");
|
||||
$weekend = ($type == 'noweekend') ? 'withweekend' : "noweekend";
|
||||
echo "<span class='input-group-btn'>";
|
||||
echo html::a($this->createLink('project', 'burn', "projectID=$projectID&type=$weekend&interval=$interval"), $lang->project->$weekend, '', "class='btn'");
|
||||
|
||||
Reference in New Issue
Block a user