Add service templates

This commit is contained in:
Anthony F McInerney
2020-09-25 05:49:26 +01:00
parent 2216b05a8c
commit ab401bca6f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ if (Auth::user()->hasGlobalAdmin()) {
</div>
</div>
<div class="form-group row">
<label for='stype' class='col-sm-3 control-label'>Type: </label>
<label for='stype' class='col-sm-3 control-label'>Check Type: </label>
<div class="col-sm-9">
<select id='stype' name='stype' placeholder='type' class='form-control has-feedback'>
<?php echo $stype?>
@@ -69,7 +69,7 @@ if (Auth::user()->hasGlobalAdmin()) {
</div>
</div>
<div class="form-group row">
<label for='stype' class='col-sm-3 control-label'>Type: </label>
<label for='stype' class='col-sm-3 control-label'>Check Type: </label>
<div class="col-sm-9">
<select id='stype' name='stype' placeholder='type' class='form-control input-sm'>
<?php echo $stype?>
@@ -26,7 +26,7 @@ echo "
</div>
</div>
<div class='form-group'>
<label for='type' class='col-sm-2 control-label'>Type:</label>
<label for='type' class='col-sm-2 control-label'>Check Type:</label>
<div class='col-sm-5'>
<select name='type' id='type' class='form-control input-sm'>
$servicesform
+1 -1
View File
@@ -26,7 +26,7 @@ echo "
</div>
</div>
<div class='form-group'>
<label for='type' class='col-sm-2 control-label'>Type:</label>
<label for='type' class='col-sm-2 control-label'>Check Type:</label>
<div class='col-sm-5'>
<select name='type' id='type' class='form-control input-sm'>
$servicesform