Skip to content

Commit

Permalink
Fixed issue #12267: Quotas quick report (export to .csv) is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 25, 2017
1 parent e1e4517 commit 4389804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/admin/quotas/viewquotas_view.php
Expand Up @@ -142,6 +142,7 @@
<?php echo CHtml::hiddenField('sid',$oSurvey->getPrimaryKey());?>
<?php echo CHtml::hiddenField('action','quotas');?>
<?php echo CHtml::hiddenField('subaction','new_quota');?>
<input type="button" class="btn btn-default" value="<?php eT("Quick CSV report");?>" onClick="window.open('<?php echo $this->createUrl("admin/quotas/sa/index/surveyid/$surveyid/quickreport/y") ?>', '_top')" />
<?php echo CHtml::submitButton(gT("Add new quota"),array(
'name'=>'submit',
'class'=>'quota_new btn btn-default',
Expand Down

0 comments on commit 4389804

Please sign in to comment.