feature: add select all/none attachments when submitting waranty/repair/insurance job

This commit is contained in:
Gary Sharp
2024-12-11 15:15:22 +11:00
parent 343f20980d
commit 25e3a8e1f1
15 changed files with 327 additions and 196 deletions
@@ -607,7 +607,7 @@
</th>
<td>
<div id="jobInsuranceProviderDetailLoading">
<span class="ajaxLoading" title="Loading..."></span>Loading...
<span class="ajaxLoading showInitially" title="Loading..."></span> Loading...
</div>
<div id="jobInsuranceProviderDetailHost" class="clearfix" style="display: none">
</div>
@@ -1887,11 +1887,11 @@ WriteLiteral(" id=\"jobInsuranceProviderDetailLoading\"");
WriteLiteral(">\r\n <span");
WriteLiteral(" class=\"ajaxLoading\"");
WriteLiteral(" class=\"ajaxLoading showInitially\"");
WriteLiteral(" title=\"Loading...\"");
WriteLiteral("></span>Loading...\r\n </div>\r\n <div");
WriteLiteral("></span> Loading...\r\n </div>\r\n <div");
WriteLiteral(" id=\"jobInsuranceProviderDetailHost\"");
+1 -1
View File
@@ -112,7 +112,7 @@
</th>
<td>
<div id="jobRepairProviderDetailLoading">
<span class="ajaxLoading" title="Loading..."></span>Loading...
<span class="ajaxLoading showInitially" title="Loading..."></span> Loading...
</div>
<div id="jobRepairProviderDetailHost" class="clearfix" style="display: none">
</div>
@@ -553,11 +553,11 @@ WriteLiteral(" id=\"jobRepairProviderDetailLoading\"");
WriteLiteral(">\r\n <span");
WriteLiteral(" class=\"ajaxLoading\"");
WriteLiteral(" class=\"ajaxLoading showInitially\"");
WriteLiteral(" title=\"Loading...\"");
WriteLiteral("></span>Loading...\r\n </div>\r\n <div");
WriteLiteral("></span> Loading...\r\n </div>\r\n <div");
WriteLiteral(" id=\"jobRepairProviderDetailHost\"");
+1 -1
View File
@@ -111,7 +111,7 @@
</th>
<td>
<div id="jobWarrantyProviderDetailLoading">
<span class="ajaxLoading" title="Loading..."></span>Loading...
<span class="ajaxLoading showInitially" title="Loading..."></span> Loading...
</div>
<div id="jobWarrantyProviderDetailHost" class="clearfix" style="display: none">
</div>
@@ -566,11 +566,11 @@ WriteLiteral(" id=\"jobWarrantyProviderDetailLoading\"");
WriteLiteral(">\r\n <span");
WriteLiteral(" class=\"ajaxLoading\"");
WriteLiteral(" class=\"ajaxLoading showInitially\"");
WriteLiteral(" title=\"Loading...\"");
WriteLiteral("></span>Loading...\r\n </div>\r\n <div");
WriteLiteral("></span> Loading...\r\n </div>\r\n <div");
WriteLiteral(" id=\"jobWarrantyProviderDetailHost\"");