Change class of delete button to be red

This commit is contained in:
Kyle Johnson 2016-04-18 15:38:01 -04:00
parent 7504d69dea
commit 2c5e04a9af
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ for ( $i = 0; $i < count($eventCounts); $i++ )
?>
<td class="colZones"><?php echo $zoneCount ?></td>
<td><input class="btn btn-primary" type="button" name="editBtn" value="<?php echo translate('Edit') ?>" onclick="editMonitor( this )" disabled="disabled"/></td>
<td><input class="btn btn-primary" type="button" name="deleteBtn" value="<?php echo translate('Delete') ?>" onclick="deleteMonitor( this )" disabled="disabled"/></td>
<td><input class="btn btn-danger" type="button" name="deleteBtn" value="<?php echo translate('Delete') ?>" onclick="deleteMonitor( this )" disabled="disabled"/></td>
</tr>
</tfoot>
<tbody>