diff options
| author | Tristan Zur <tzur@ccwn.org> | 2012-04-28 17:35:58 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@ccwn.org> | 2012-04-28 17:35:58 +0200 |
| commit | 8b87e1e00a2dbd413f4cb1abb66161d7ace55b78 (patch) | |
| tree | 37e0fb03cd8755fcbae3e6640718abf4e7bb3131 /protected/views/standort/_search.php | |
| parent | 139dbc9cc21fb1d419c6ecc80380f723e613efbc (diff) | |
- Verbesserung der Suchfunktionen
Diffstat (limited to 'protected/views/standort/_search.php')
| -rw-r--r-- | protected/views/standort/_search.php | 2 |
1 files changed, 1 insertions, 1 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"> |
