瀏覽代碼

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