removed print options from new report
This commit is contained in:
parent
170a819482
commit
25aebc90c2
1 changed files with 5 additions and 6 deletions
|
|
@ -268,7 +268,7 @@ wn.views.GridReport = Class.extend({
|
|||
if (col.formatter==me.currency_formatter) {
|
||||
item[col.id] = 0;
|
||||
}
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
refresh: function() {
|
||||
|
|
@ -302,11 +302,10 @@ wn.views.GridReport = Class.extend({
|
|||
|
||||
// print / export
|
||||
$('<div style="text-align: right;"> \
|
||||
<div class="processing" style="background-color: #fec; display: none; float: left; margin: 2px"> \
|
||||
Updated! </div>\
|
||||
<a href="#" class="grid-report-print"><i class="icon icon-print"></i> Print</a> \
|
||||
<span style="color: #aaa; margin: 0px 10px;"> | </span> \
|
||||
<a href="#" class="grid-report-export"><i class="icon icon-download-alt"></i> Export</a> \
|
||||
<div class="processing" style="background-color: #fec; display: none; \
|
||||
float: left; margin: 2px">Updated! </div> \
|
||||
<a href="#" class="grid-report-export"> \
|
||||
<i class="icon icon-download-alt"></i> Export</a> \
|
||||
</div>').appendTo(this.wrapper);
|
||||
|
||||
this.wrapper.find(".grid-report-export").click(function() { return me.export(); });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue