diff options
Diffstat (limited to 'protected/views/standort')
| -rw-r--r-- | protected/views/standort/_search.php | 2 | ||||
| -rw-r--r-- | protected/views/standort/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protected/views/standort/_search.php b/protected/views/standort/_search.php index 4f39bd5..eeab539 100644 --- a/protected/views/standort/_search.php +++ b/protected/views/standort/_search.php @@ -27,7 +27,7 @@ <div class="row"> <?php echo $form->label($model,'published'); ?> - <?php echo $form->textField($model,'published'); ?> + <?php echo $form->checkbox($model,'published'); ?> </div> <div class="row buttons"> diff --git a/protected/views/standort/index.php b/protected/views/standort/index.php index 5449010..9a88a74 100644 --- a/protected/views/standort/index.php +++ b/protected/views/standort/index.php @@ -61,7 +61,7 @@ $map->render(); 'dataProvider'=>$model->search(), 'filter'=>$model, 'columns'=>array( - 'id', + 'type', 'name', 'pos_lat', 'pos_long', |
