mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
_t call for EXPORTCSV problem fixed
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.2@53099 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
30b247e71a
commit
9bc560b6ec
@ -136,7 +136,7 @@ HTML
|
||||
$idtype = $this->id() . '_Type';
|
||||
$class = $this->class;
|
||||
if($this->export){
|
||||
$value = _t('EXPORTCSV', 'Export to CSV');
|
||||
$value = _t('DataReport.EXPORTCSV', 'Export to CSV');
|
||||
$exportButton =<<<HTML
|
||||
<input name="$idexport" style="width: 12em" type="button" id="$idexport" class="DataReport_ExportToCSVButton" value="$value" />
|
||||
<input name="Type" type="hidden" value="$class" id="$idtype" />
|
||||
|
Loading…
Reference in New Issue
Block a user