diff options
author | Michael Francis <edude03@gmail.com> | 2011-06-22 15:53:49 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-06-22 15:53:49 -0400 |
commit | 7e47dc47503d504ef4fc77912eb8c74d02b8837c (patch) | |
tree | 88baaaa2c78454b3e990b0326f575d76f8fa5c71 | |
parent | e5f82351307bc1a2e026679fea76cda94a51f0ec (diff) | |
download | otakuhub-7e47dc47503d504ef4fc77912eb8c74d02b8837c.tar.xz |
Added label for search
-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')); ?> |