Joern Nettingsmeier wrote:
Andreas Hartmann wrote:
Hi Lenya devs,
I updated the layout of the site and admin area a little.
The tabs annoyed me, there are so many of them that you have to use a
quite wide browser window for a acceptable layout. I rearranged
the tabs vertically.
If you don't like it, don't hesitate to complain.
nice. i like it a lot better than the old layout, especially in the
"site" section. there is a small layout buglet in
admin/index.html?lenya.usecase=admin.serverStatus: the server status is
displayed under the tab area, not to the right as every other item.
Yes, I noticed that too. It's due to
.lenya-tab, .lenya-tab-sitetree {
float: left;
}
The .lenya-tab becomes too wide and wraps. This should happen only if
horizontal scrolling would be necessary, which should IMO be avoided
anyway. Maybe we can change the server status stylesheet?
while we are talking ui: why are the confirmation dialogs for workflow
transitions new pages rather than small javascript popups? it's annoying
to lose the "visual context" of the page, especially when doing a number
of workflow tasks in a row.
i guess those confirmation pages probably trigger some checks in the
server, but those could be done after a simple javascript confirm dialog
and would only result in a new page if there was an error.
That sounds good, but IMO it should be configurable.
Maybe you'd like to file an enhancement bug?
Speaking of this, AJAX comes in my mind again - but I guess we should
defer that to 1.6 unless someone has a patch on hand.
-- Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]