<%= error_messages_for 'bookmark' %>


<%= text_field 'bookmark', 'title' %>


<%= text_area 'bookmark', 'description' %>


<%= select 'bookmark', 'table_name', Prisma::Database.data_sources.map {|s| [s.name,s.table.table_name] }.sort_by{|x|(x[0] or "")}, {:include_blank => true} %>


<%= text_field 'bookmark', 'controller' %>


<%= text_field 'bookmark', 'action' %>


<%= text_field 'bookmark', 'identifier' %>


<%= text_field 'bookmark', 'mode' %>