From 54e62827dfb7f01b0a6c240de1b8c7f2e2515163 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 5 Jun 2011 12:02:20 -0400 Subject: Added tagging to animelist --- views/Anime_list/add.html.php | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'views/Anime_list') diff --git a/views/Anime_list/add.html.php b/views/Anime_list/add.html.php index c5e2fea..913c333 100644 --- a/views/Anime_list/add.html.php +++ b/views/Anime_list/add.html.php @@ -1,3 +1,5 @@ +form->config(array('templates' => array( + 'error' => '
{:content}
'))); ?>

Find an Anime:

@@ -7,6 +9,21 @@

+ + + form->create($entry); @@ -34,7 +51,7 @@ echo $this->form->field('my_times_watched', array('label' => 'Times Watched')); echo $this->form->label('rewatch_value', 'Rewatch Value'); echo $this->form->select('rewatch_value', array('High', 'Medium', 'Low', 'None'), array('value' => 0)); - echo $this->form->field('tags', array('type' => 'textarea')); + echo $this->form->field('tags', array('type' => 'textarea', 'id' => 'tags')); echo $this->form->checkbox('rewatching', array('label' =>'Rewatching?', 'value' => false)); echo $this->form->submit('Save!'); ?> \ No newline at end of file -- cgit v1.2.3