mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix old (phpgwapi) image for default export
This commit is contained in:
parent
b473550584
commit
e313d24f99
@ -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', {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user