[CMF-checkins] CVS: CMF/CMFCalendar/skins/zpt_calendar - event_edit_form.pt:1.1.34.3

Christian Theune ct@gocept.com
Sat, 19 Oct 2002 13:31:47 -0400


Update of /cvs-repository/CMF/CMFCalendar/skins/zpt_calendar
In directory cvs.zope.org:/tmp/cvs-serv25399

Modified Files:
      Tag: ctheune-bug76-branch
	event_edit_form.pt 
Log Message:
Fixed the typo tseaver really meant (stop_time->start_time)

=== CMF/CMFCalendar/skins/zpt_calendar/event_edit_form.pt 1.1.34.2 => 1.1.34.3 ===
--- CMF/CMFCalendar/skins/zpt_calendar/event_edit_form.pt:1.1.34.2	Sat Oct 19 13:14:20 2002
+++ CMF/CMFCalendar/skins/zpt_calendar/event_edit_form.pt	Sat Oct 19 13:31:47 2002
@@ -193,7 +193,7 @@
                             <td tal:define="stTimeString python:modules['string'].split(here.getStartTimeString());
                                 amSel python:(len(stTimeString) == 2 and stTimeString[1] == 'am') and 1 or 0;
                                 pmSel python:(len(stTimeString) == 2 and stTimeString[1] == 'pm') and 1 or 0">
-                     <select name="stop_time">
+                     <select name="start_time">
                      <option value=""
                        tal:define="bts here/buildTimes"
                        tal:repeat="bt bts"