Summary | Month view is crippled |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | horde (at) olen (dot) net |
Created | 02/14/2006 (7145 days ago) |
Due | |
Updated | 06/07/2006 (7032 days ago) |
Assigned | 02/14/2006 (7145 days ago) |
Resolved | 02/14/2006 (7145 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
sidebyside view for "Monthly".
On a default Kronolith install, in kronolith/month.php line 21:
Change it to read "$sidebyside = 0;"
This will effectively force it to display the Month View as non-sidebyside.
Regards,
Aaron M. Hall
anyone, but upon consideration I wouldn't call this a "bug" so much as
"bad design."
Consider: Who has a monitor that allows them to (in side-by-side view)
to view an entire month for one person (nevermind two-three people)
without having to scroll to the right forever and a day? It's just not
very user friendly or attractive at all.
That said, it seems to make more sense to display this going down a
page, not across a page. For example:
June 2006
Week1
Calendar1
Calendar2-shared
June 2006
Week2
Calendar1
Calendar2-shared
etc...etc...
I've been trying to look at month.php and head_sibe_by_side.inc to
come up with a way to produce said output but I admit that being very
new to this I'm having some trouble. If anyone has done this or can
devise a way to do this, it would be most appreciated.
Kind Regards,
Aaron M. Hall
Great, thanks.
It probably just didn't look like that last time I checked (there are
a few months since I cvs-updated and I have not used the calendar for
a while.
Sorry for the trouble.
State ⇒ Not A Bug
looks like in the month view.
New Attachment: Screenshot.png
seems a bit strange.
Adding a screenshot to show what I mean.
(cvs updated just now)
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Month view is crippled
Queue ⇒ Kronolith
State ⇒ Unconfirmed
month in one single row.
I have not looked at the code, but it seems like there are some
</tr><tr>-s missing somewhere.