changing the edit and update warning and notification terms
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Aug 2017 13:43:39 +0000 (09:43 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Aug 2017 13:43:39 +0000 (09:43 -0400)
using Report instead of Events or other plugin terms that may have been brought over when creating
the plugin

views/admin/trailreports/edit.html

index 825e12c..814359b 100644 (file)
     <h2>Add New Trail Report
   {/if}
         &nbsp;&nbsp;&nbsp;
-        {if $reportUpdated}<span class="glm-notice glm-flash-updated">Obit Updated</span>{/if}
-        {if $reportUpdateError}<span class="glm-error glm-flash-updated">Obit Update Error</span>{/if}
-        {if $reportAdded}<span class="glm-notice glm-flash-updated">Obit Added</span>{/if}
-        {if $reportAddError}<span class="glm-error glm-flash-updated">Obit Add Error</span>{/if}
+        {if $reportUpdated}<span class="glm-notice glm-flash-updated">Report Updated</span>{/if}
+        {if $reportUpdateError}<span class="glm-error glm-flash-updated">Report Update Error</span>{/if}
+        {if $reportAdded}<span class="glm-notice glm-flash-updated">Report Added</span>{/if}
+        {if $reportAddError}<span class="glm-error glm-flash-updated">Report Add Error</span>{/if}
     </h2>
 
   {if $reportUpdateError || $reportAddError}
@@ -89,9 +89,9 @@
 
 {/if}
 
-    <!-- Delete Obit Dialog Box -->
+    <!-- Delete Report Dialog Box -->
 
-    <div id="deleteReportDialog" class="glm-dialog-box" title="Delete Obit">
+    <div id="deleteReportDialog" class="glm-dialog-box" title="Delete Report">
         <center>
             <p><a id="deleteReportCancel" class="button button-primary">Cancel</a></p>
             <p><input id="deleteReportSubmit" type="submit" value="Delete this report"></p>
@@ -99,7 +99,7 @@
         <div class="glm-item-container">
             <p><center><span class="glm-error">WARNING:</span></center></p>
             <p>
-                <span class="glm-warning">Clicking the "Delete this Obit" button above will
+                <span class="glm-warning">Clicking the "Delete this Report" button above will
                 delete all of the data and images associated with this report.
                 </span>
             </p>