소스 검색

Added label for search

Michael Francis 14 년 전
부모
커밋
7e47dc4750
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      views/Search/index.html.php

+ 1 - 0
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')); ?>