Skip to content

Commit

Permalink
Added back that PSPP can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Sep 4, 2022
1 parent 3a0ab15 commit e302994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/admin/export/spss_view.php
Expand Up @@ -26,13 +26,13 @@
</div>
</div>
<div class="form-group row">
<label for='spssver' class='col-sm-2 form-control-label'><?php eT("Version:");?></label>
<label for='spssver' class='col-sm-2 form-control-label'><?php eT("SPSS version:");?></label>
<div class="col-sm-10">
<?php $this->widget('yiiwheels.widgets.buttongroup.WhButtonGroup', array(
'name' => 'spssver',
'value'=> $spssver ,
'selectOptions'=>array(
"1"=>gT("Prior to 16",'unescaped'),
'selectOptions'=> array(
"1"=>gT("Prior to 16 / PSPP",'unescaped'),
"2"=>gT("16 or up",'unescaped'),
"3"=>gT("16 or up with Python Plugin / Essentials",'unescaped')
)
Expand Down

0 comments on commit e302994

Please sign in to comment.