* Finish task#58587.
This commit is contained in:
@@ -192,7 +192,7 @@ class projectrelease extends control
|
||||
$this->view->release = $release;
|
||||
$this->view->build = $build;
|
||||
$this->view->builds = $builds;
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noletter|noclosed');
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noclosed');
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#markerBox {display: inline-block; margin-left: 10px;}
|
||||
@@ -1,4 +1,4 @@
|
||||
.table-form > tbody > tr > td > .row > [class*="col-"] .panel-heading {line-height: 16px;}
|
||||
.contentDiv {height: 190px; overflow-y: auto; margin-bottom: 10px !important;}
|
||||
.contentDiv .panel-heading {line-height: 14px;}
|
||||
.checkbox-primary {display: inline-block; margin-left: 10px;}
|
||||
#markerBox {display: inline-block; margin-left: 10px;}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<th><?php echo $lang->release->name;?></th>
|
||||
<td><?php echo html::input('name', '', "class='form-control' required");?></td>
|
||||
<td class='muted'>
|
||||
<div class='checkbox-primary'>
|
||||
<div id='markerBox' class='checkbox-primary'>
|
||||
<input id='marker' name='marker' value='1' type='checkbox' />
|
||||
<label for='marker'><?php echo $lang->release->marker;?></label>
|
||||
</div>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<td><?php echo html::input('name', $release->name, "class='form-control' required");?></td>
|
||||
<td>
|
||||
<?php $checked = !empty($release->marker) ? "checked='checked'" : '';?>
|
||||
<div class='checkbox-primary'>
|
||||
<div id='markerBox' class='checkbox-primary'>
|
||||
<input id='marker' name='marker' value='1' type='checkbox' <?php echo $checked;?> />
|
||||
<label for='marker'><?php echo $lang->release->marker;?></label>
|
||||
</div>
|
||||
|
||||
@@ -155,7 +155,7 @@ class release extends control
|
||||
$this->view->release = $release;
|
||||
$this->view->build = $build;
|
||||
$this->view->builds = $builds;
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noletter|noclosed');
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noclosed');
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#markerBox {display: inline-block; margin-left: 10px;}
|
||||
@@ -1,4 +1,4 @@
|
||||
.table-form > tbody > tr > td > .row > [class*="col-"] .panel-heading {line-height: 16px;}
|
||||
.contentDiv {height: 190px; overflow-y: auto; margin-bottom: 10px !important;}
|
||||
.contentDiv .panel-heading {line-height: 14px;}
|
||||
.checkbox-primary {display: inline-block; margin-left: 10px;}
|
||||
#markerBox {display: inline-block; margin-left: 10px;}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<th><?php echo $lang->release->name;?></th>
|
||||
<td><?php echo html::input('name', '', "class='form-control' required");?></td>
|
||||
<td class='muted'>
|
||||
<div class='checkbox-primary'>
|
||||
<div id='markerBox' class='checkbox-primary'>
|
||||
<input id='marker' name='marker' value='1' type='checkbox' />
|
||||
<label for='marker'><?php echo $lang->release->marker;?></label>
|
||||
</div>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<td><?php echo html::input('name', $release->name, "class='form-control' required");?></td>
|
||||
<td>
|
||||
<?php $checked = !empty($release->marker) ? "checked='checked'" : '';?>
|
||||
<div class='checkbox-primary'>
|
||||
<div id='markerBox' class='checkbox-primary'>
|
||||
<input id='marker' name='marker' value='1' type='checkbox' <?php echo $checked;?> />
|
||||
<label for='marker'><?php echo $lang->release->marker;?></label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user