Revision: 2507
Author: seba.wagner
Date: Tue Oct 20 02:47:37 2009
Log: Fix adding of new Calendar Events
http://code.google.com/p/openmeetings/source/detail?r=2507
Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/calendar/dialogue/termindetails.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/calendar/dialogue/termindetails.lzx
Mon Oct 12 07:45:40 2009
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/calendar/dialogue/termindetails.lzx
Tue Oct 20 02:47:37 2009
@@ -397,7 +397,7 @@
if(startDateTime > endDateTime) {
if ($debug) Debug.write("Error: ", "Ende liegt
vor Beginn!");
new
lz.myalert(parent.parent,{text:canvas.getLabelName(578)});//"Terminende
liegt vor Terminanfang!"
- } else if(!parent._titeledit.getAttribute('text')){
+ } else if(parent._titeledit.text.length <= 0){
new
lz.myalert(parent.parent,{text:canvas.getLabelName(579)});
} else {
if(parent.terminObjRef == null) {
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---