Add service templates

This commit is contained in:
Anthony F McInerney
2020-09-28 02:42:51 +01:00
parent 6028667c34
commit de1ddeb400
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ if (Auth::user()->hasGlobalAdmin()) {
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h2 class="modal-title" id="Delete">Confirm Delete</h2>
<h2 class="modal-title" id="Delete">Delete Service</h2>
</div>
<div class='alert alert-info'>Service will be deleted.</div>
<div class='well well-lg'>
@@ -21,12 +21,12 @@ if (Auth::user()->hasGlobalAdmin()) {
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h2 class="modal-title" id="Delete">Delete Service Template</h2>
</div>
<div class='alert alert-info'>Service Template will be deleted.</div>
<div class='alert alert-warning'>Service Template will be deleted.</div>
<div class='well well-lg'>
<div class="modal-body">
<p>Please confirm that you would like to delete:<?php echo $vars['service_template_name']; ?></p>
</div>
<div class='alert alert-info'>All Services created by this Template will also be deleted!.</div>
<div class='alert alert-danger'>All Services created by this Template will also be deleted!.</div>
<hr>
<form role="form" class="remove_token_form">
<?php echo csrf_field() ?>
@@ -19,7 +19,7 @@ if (Auth::user()->hasGlobalAdmin()) {
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h2 class="modal-title" id="Discover">Confirm Apply Service Template</h2>
<h2 class="modal-title" id="Discover">Apply Service Template</h2>
</div>
<div class='alert alert-info'>Service Template will be Applied.</div>
<div class='well well-lg'>
@@ -19,9 +19,9 @@ if (Auth::user()->hasGlobalAdmin()) {
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h2 class="modal-title" id="Remove">Confirm Remove Services</h2>
<h2 class="modal-title" id="Remove">Remove Services</h2>
</div>
<div class='alert alert-info'>Service Template will be Removed.</div>
<div class='alert alert-warning'>Service Template will be Removed.</div>
<div class='well well-lg'>
<div class="modal-body">
<p>Please confirm that you would like to remove all Services created by this Service Template.</p>