diff options
Diffstat (limited to 'views/Search/index.html.php')
-rw-r--r-- | views/Search/index.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/Search/index.html.php b/views/Search/index.html.php index 5880090..70a6315 100644 --- a/views/Search/index.html.php +++ b/views/Search/index.html.php @@ -5,6 +5,7 @@ <hr /> <?= $this->form->create(null, array('method' => 'get')); ?> <?= $this->form->field('search', array('type' => 'textbox', 'class' => 'sidebar-search', 'style' => 'width:200px')); ?> + <?= $this->form->label('type', 'For:'); ?> <?= $this->form->select('type', array('Anime' => 'Anime', 'Manga' => 'Manga', 'Kdrama' => 'Kdrama')); ?> |