Michael Francis 14 жил өмнө
parent
commit
7e47dc4750

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