Forum: Radiant CMS Removing elements from UI in extensions

Posted by Bradley Herman (bradherman)
on 2010-11-22 22:44
(Received via mailing list)
I'm trying to remove, for instance, the "update_status" portion from
the form for creating and editing Radiant pages.  The example I'm
working off is:

admin.page.index[:node].delete('add_child_column')

but I can't figure out this syntax in regards to the update_status
area since it's within a partial.

Here is where it is added

app/views/admin/pages/_fields.html.haml

    - layout.edit_status do
      %p
        = fields.label :status_id, t('status')
        = fields.select :status_id, status_to_display

Any help on removing this during my activate method?  Thanks!
Posted by Bradley Herman (bradherman)
on 2010-11-22 22:49
(Received via mailing list)
By "update_status" i meant "edit_status"

On Nov 22, 4:43pm, "bradley.t.her...@gmail.com"
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.