4teamwork / ftw.globalstatusmessage

3 stars 3 forks source link

leaving the edit bar on the editing form is confusing for users #9

Closed hvelarde closed 10 years ago

hvelarde commented 10 years ago

imagem da pgina 2014-05-03 - 18 28 21

removing the green edit bar is way better:

imagem da pgina 2014-05-03 - 18 28 31

jone commented 10 years ago

:+1: The prefs_main_template macro should be used. We currently have no custom template since the controlpanel uses the default z3cform templates, we might need to add a custom template ... Or is there already a prefs_main_template-based layout template for z3cforms? :confused:

hvelarde commented 10 years ago

I think adding a variable into the request is all we need

jone commented 10 years ago

Oh, I wasn't clear enough: Removing the green bar is as easy as adding the request variable. But I'd also like to use a prefs template which would add the control panel navigation to the left column, which I'd expect from a control panel. Using the prefs template would, as far as I know, also not include the green bar and fix both :wink:

hvelarde commented 10 years ago

ah, you're right...