Changeset 361 for trunk/app/views/podcasts/admin_add.ctp
- Timestamp:
- 04/02/08 13:19:24 (9 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/podcasts/admin_add.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/podcasts/admin_add.ctp
r359 r361 31 31 echo $form->select('Podcast.subject_id', $subjects, null, null, null, false); 32 32 33 34 33 echo $form->input('Podcast.title', array("size" => 25, "maxlength" => 50)); 35 34
