Parcourir la source

template update

Peter Muturi il y a 3 ans
Parent
commit
d70c541433

+ 3 - 3
resources/views/app/patient/create-patient/create-patient-script-templates.blade.php

@@ -1,6 +1,6 @@
 <div id="createPatientTemplateScript">
 	<div class="col-md-12 bg-light py-3 px-3 mb-2">
-		<h5 class="m-0 font-weight-bold">Template Script:</h5>
+		<h5 class="m-0 font-weight-bold">New Patient Script:</h5>
 	</div>
 	<div class="px-3">
 		<div class="row">
@@ -32,7 +32,7 @@
 							templateContainer.html('<i class="fas fa-circle-notch fa-spin text-primary"></i> Loading template...');
 							$.get('{{ route("admin.getCreateNewPatientScriptTemplate") }}', {template:value}, function(response){
 								if(response.success){
-									var templateHtml = response.data; 
+									var templateHtml = response.data;
 									templateContainer.html(templateHtml);
 								}else{
 									toastr.error(response.message);
@@ -52,4 +52,4 @@
 		}
 		addMCInitializer('createPatientTemplateScript', init, '#createPatientTemplateScript');
 	})();
-</script>
+</script>

+ 3 - 3
resources/views/app/patient/create-patient/scripts/dialmd-covid-kit.blade.php

@@ -26,13 +26,13 @@
 		<b>Do you understand?</b>
 	</p>
 
-	<p>>>> GRAB INFORMATION</p>
+	<p>>> GRAB INFORMATION</p>
 	<p>How do I spell your first name? Last name? DOB? Medicare Number… it starts with a number followed by a letter and
 		has 11 alphanumeric characters.</p>
 
 	<p>>> IF PART B…</p>
 
-	<p>>>> And if we send a FedEx package to that address: <<<READ THE ADDRESS>>> will it reach you safely? Any special
+	<p>>> And if we send a FedEx package to that address: << READ THE ADDRESS >> will it reach you safely? Any special
 			instructions?</p>
 
 	<p>Last week, on January 4th, Governor Hogan declared a state of emergency here in Maryland. More individuals are
@@ -57,4 +57,4 @@
 	<p>Family history of heart disease, or any other chronic medical condition?</p>
 	<p>Ethnicity?</p>
 	<p>Marital status?</p>
-</div>
+</div>