Modify ↓
#6521 closed enhancement (fixed)
[Patch] Make the control stable while changing month and year, and make the brackets look better
| Reported by: | Ricky | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Component: | WikiCalendarMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
- The formatting of control over month and year looks confusing because the space between the double and single bracket is too small to tell the difference. This patch modifies the CSS part of code to make it look nicer.
- We certainly don't want the control to move while we change month and year so a small table is created to ensure that.
Attachments (3)
Change History (9)
Changed 16 years ago by
| Attachment: | patch.diff added |
|---|
comment:1 Changed 16 years ago by
| Summary: | make the control stable while changing month and year, and make the brackets look better → [Patch] Make the control stable while changing month and year, and make the brackets look better |
|---|
Thanks for the patch. Let me quickly test and then I will add to the repository.
comment:2 Changed 16 years ago by
| Owner: | changed from Ryan J Ollos to anonymous |
|---|---|
| Status: | new → assigned |
| Type: | defect → enhancement |
There seems to be an issue with the patch when setting the third argument to false, for example, [[WikiCalendar(2006,07,false)]].
Changed 16 years ago by
| Attachment: | WikiCalendarMacroWith6521Patch.png added |
|---|
comment:3 Changed 16 years ago by
Changed 16 years ago by
| Attachment: | patch2.diff added |
|---|
Fixed the bug: showbutton set to false now displays well
comment:5 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:6 Changed 16 years ago by
Thanks for the patch. The improvement is nice. I added you to the Contributor list: WikiCalendarMacro#AuthorContributors
Note: See
TracTickets for help on using
tickets.




diff file that shows the code changes