fix old (phpgwapi) image for default export

This commit is contained in:
Ralf Becker 2019-03-04 13:07:31 +01:00
parent b473550584
commit e313d24f99
2 changed files with 2 additions and 1 deletions

View File

@ -2569,7 +2569,7 @@ var et2_nextmatch_header_bar = (function(){ "use strict"; return et2_DOMWidget.e
{
definition = egw.preference('nextmatch-export-definition', this.nextmatch.egw().getAppName());
}
var button = et2_createWidget("buttononly", {id: "export", "label": "Export", image:"phpgwapi/filesave"}, this);
var button = et2_createWidget("buttononly", {id: "export", "statustext": "Export", image: "download", "background_image": true}, this);
jQuery(button.getDOMNode())
.click(this.nextmatch, function(event) {
egw_openWindowCentered2( egw.link('/index.php', {

View File

@ -2123,6 +2123,7 @@ div.ui-dialog div.ui-dialog-content > div[id] {
}
.et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image, .nextmatch_header_row .et2_button {
width: 24px;
height: 24px;
background-position: center;
background-size: 16px 16px;
padding-left: 0;