Skip to content

Commit

Permalink
Fix template bug for bulk update status.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Sep 8, 2017
1 parent ef9918d commit ae8ad8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$special['class'] .= "<option value='" . $item->attributes->value . "'>" . $item->attributes->name . "</option>";
}
}
$special['class'] .= '</select><span class="input-group-btn"><button id="edit_status" data-action="edit" class="btn btn-default edit_button" type="button" data-attribute="class"><span class="glyphicon glyphicon-edit" aria-hidden="true"></span></button></span></div></div>';
$special['class'] .= '</select><span class="input-group-btn"><button id="edit_class" data-action="edit" class="btn btn-default edit_button" type="button" data-attribute="class"><span class="glyphicon glyphicon-edit" aria-hidden="true"></span></button></span></div></div>';


$special['environment'] = '<div class="form-group"><label for="environment" class="col-sm-4 control-label">Environment</label><div class="col-sm-8 input-group"><select id="environment" class="form-control" disabled><option value="" label=" "> </option>';
Expand Down

0 comments on commit ae8ad8b

Please sign in to comment.