History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1476
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: tm_jee
Reporter: Paul Zepernick
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

datepicker.ftl simple theme

Created: 05/Sep/07 02:17 PM   Updated: 02/Dec/07 06:28 AM
Component/s: Views
Affects Version/s: 2.2.4, 2.2.5, 2.2.6
Fix Version/s: 2.2.7

File Attachments: 1. File datepicker.ftl (1 kb)


Flags: Patch


 Description  « Hide
The datepicker had some if statements added to the template to disable the calendar selection if the tag had readonly="true". It seems like it would be more desirable to have it check for disabled="true" instead.



 All   Comments   Change History      Sort Order:
Paul Zepernick - [05/Sep/07 02:20 PM ]
I have attached the suggested change. Thanks, Paul

tm_jee - [01/Dec/07 07:40 PM ]
Hi Paul,

Made changes to the template such that either "readonly" or "disabled" parameter if being set will disabled the calendar selection. Weather the textbox is being made read-only or grayed out depends on if its "readonly" or "disabled"

changes are at datepicker.ftl (simple theme) template itself.

Thx for bringing this up.

Cheers.

Paul Zepernick - [02/Dec/07 06:28 AM ]
Thanks very much