zet-lib 1.2.94 → 1.2.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/zReport.js +2 -2
- package/package.json +1 -1
package/lib/zReport.js
CHANGED
|
@@ -585,9 +585,9 @@ zReport.dataHTMLList = async () => {
|
|
|
585
585
|
html += `<div class="col-xs-12 col-md-6">
|
|
586
586
|
<div class="boxy bottom-down">
|
|
587
587
|
<div class="float">
|
|
588
|
-
<span class="icon-small icons-primary" onclick="location.href='/zreports/update/${result.id}'" title="
|
|
588
|
+
<span class="icon-small icons-primary" onclick="location.href='/zreports/update/${result.id}'" title="${LANGUAGE.update}"><img class="icons-bg-white gridupdate icon-image" src="/assets/icons/edit.svg"></span>
|
|
589
589
|
|
|
590
|
-
<span class="icon-small icons-danger
|
|
590
|
+
<span class="icon-small icons-danger float-end" onclick="deletereport('${result.id}')" title="${LANGUAGE.delete}"><img class="icons-bg-white griddelete icon-image" src="/assets/icons/trash-filled.svg"></span>
|
|
591
591
|
</div>
|
|
592
592
|
|
|
593
593
|
<div class="container-fluid">
|