Index: lams_central/src/flash/org/lamsfoundation/lams/authoring/cv/PropertyInspectorNew.as =================================================================== diff -u -r19e2b900c5ac9efad9b738bcc13d33cbb98d1de3 -r8831e074b89917eff63d6184cf508fcd5fb4f204 --- lams_central/src/flash/org/lamsfoundation/lams/authoring/cv/PropertyInspectorNew.as (.../PropertyInspectorNew.as) (revision 19e2b900c5ac9efad9b738bcc13d33cbb98d1de3) +++ lams_central/src/flash/org/lamsfoundation/lams/authoring/cv/PropertyInspectorNew.as (.../PropertyInspectorNew.as) (revision 8831e074b89917eff63d6184cf508fcd5fb4f204) @@ -555,12 +555,12 @@ minsEnd_lbl.visible = v; hours_stp.visible = v; mins_stp.visible = v; - endHours_stp.visible = v; - endMins_stp.visible = v; + //endHours_stp.visible = v; + //endMins_stp.visible = v; gateType_lbl.visible = v; gateType_cmb.visible = v; startOffset_lbl.visible = v; - endOffset_lbl.visible = v; + //endOffset_lbl.visible = v; }