diff --git a/attachments/pages/index.html b/attachments/pages/index.html
index b5b7cd2c..2f9a590d 100644
--- a/attachments/pages/index.html
+++ b/attachments/pages/index.html
@@ -70,7 +70,6 @@
if (row.value[header]) {
value = row.value[header];
if (typeof(value) == "object") value = JSON.stringify(value);
- if (typeof(value) == "string") value = value.replace(/\"/g, '""');
}
cells.push(value);
})
diff --git a/attachments/style/data-table.css b/attachments/style/data-table.css
index 6f48cdae..87d41952 100644
--- a/attachments/style/data-table.css
+++ b/attachments/style/data-table.css
@@ -626,7 +626,7 @@ a.column-header-menu {
margin: 0 4px 0 0;
width: 17px;
height: 19px;
- background-image: url(../../images/menu-dropdown.png);
+ background-image: url(images/menu-dropdown.png);
background-repeat: no-repeat;
}
@@ -674,7 +674,7 @@ a.data-table-cell-edit {
width: 25px;
height: 16px;
text-decoration: none;
- background-image: url(../../images/edit-map.png);
+ background-image: url(images/edit-map.png);
background-repeat: no-repeat;
visibility: hidden;
}
@@ -734,7 +734,7 @@ a.data-table-recon-match, a.data-table-recon-match-similar {
display: block;
width: 16px;
height: 16px;
- background-image: url(../../images/checks-map.png);
+ background-image: url(images/checks-map.png);
background-repeat: no-repeat;
background-position: -16px 0;
text-decoration: none;
@@ -757,7 +757,7 @@ a.data-table-star-on, a.data-table-star-off, a.data-table-flag-on, a.data-table-
display: block;
width: 16px;
height: 16px;
- background-image: url(../../images/star-flag-map.png);
+ background-image: url(images/star-flag-map.png);
background-repeat: no-repeat;
text-decoration: none;
}
diff --git a/attachments/style/images/menu-dropdown.png b/attachments/style/images/menu-dropdown.png
new file mode 100755
index 00000000..c733fef7
Binary files /dev/null and b/attachments/style/images/menu-dropdown.png differ