On 8/1/2010 3:01 AM, Steven Southard wrote: > No I don't think so. Just a link to the admin page. It would just > make it fast because you won't have to go to the admin and find the > page you want to edit. If you have a lot of pages that can be a hassle. > >
I think creating a link to the page would be a relatively simple tag to add.. From what I see, the URL is something like this: http://example.com/admin/pages/20/edit so, basically http://example.com/admin/#{page.id}/edit It should be something like this (untested): tag 'local:edit_url' do |tag| page = tag.locals.page elink = "#{http://example.com/admin/#{page.id}/edit}" end Cheers, Mohit. 8/1/2010 | 4:37 PM. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
