feature: add select all/none attachments when submitting waranty/repair/insurance job
This commit is contained in:
@@ -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\"");
|
||||
|
||||
|
||||
@@ -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\"");
|
||||
|
||||
|
||||
@@ -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\"");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user