That also all works great Matt ... going to have to put you on my payroll, as soon as there is one :-)
Going to have to send you a few growlers of homebrew instead (I brew a mean stout and a quite refreshing pale ale :-) One last question for this thread, for the count param, how to specify that it replace the model name in its output with Attendees instead of Contacts? --jeremy On May 10, 11:55 am, Matt Jones <[email protected]> wrote: > On Mon, May 10, 2010 at 9:36 AM, Jeremy Savoy <[email protected]> wrote: > > Acutally I want my layout and structure to be exactly the same as my > > Contacts index page, except that I want to remove the "New Contact" > > link and replace "Contacts" with "Attendees" in a few places. > > > So, in app/views/contact/attending.dryml so far I have: > > > <index-page title="Attendees"> > > <collection: replace> > > <table-plus fields="name, street, unit, city, state, zip"> > > <controls:/> > > </table-plus> > > </collection:> > > </index-page> > > > This gives me almost what I need, the page title has been replaced, > > but I still have a heading of "Contacts" and the term "contacts" in > > the count, along with the new contact link. > > > After reviewing app/views/taglibs/auto/rapid/pages.dryml, I've tried > > changing the header, hoping to change the heading "Contacts", but I > > keep getting various errors depending on what I've tried. > > You should be able to add: > > <heading:>Attending</heading:> > <new-link: replace /> > > right at the beginning of the index-page body without problems. > Actually, I'm surprised that you're getting errors, as DRYML is > notorious for quietly ignoring parameter tags that don't go > anywhere... > > --Matt Jones > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
