]> err.no Git - scalable-opengroupware.org/commitdiff
work in progress
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 29 Jun 2004 18:42:33 +0000 (18:42 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 29 Jun 2004 18:42:33 +0000 (18:42 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@78 d1b88da0-ebda-0310-925b-ed51d893ca5b

ZideStore/UI-X/Scheduler/GNUmakefile
ZideStore/UI-X/Scheduler/UIxAppointmentView.wox
ZideStore/UI-X/Scheduler/UIxCalMonthOverview.wox
ZideStore/UI-X/Scheduler/UIxCalWeekOverview.wox
ZideStore/UI-X/Scheduler/product.plist

index fa5ee05a2daf33d77faa5c37f4f593197e5acf5c..40c6391cae09a327b3a83a6f28e37b5b1a8064a3 100644 (file)
@@ -19,6 +19,7 @@ SchedulerUI_OBJC_FILES = \
        UIxCalWeekOverview.m    \
        UIxCalMonthOverview.m   \
        UIxAppointmentView.m    \
+       UIxAppointmentEditor.m  \
        UIxCalSelectTab.m \
        UIxCalDateLabel.m \
        UIxCalBackForthNavView.m \
@@ -31,6 +32,7 @@ SchedulerUI_RESOURCE_FILES += \
        UIxCalWeekOverview.wox          \
        UIxCalMonthOverview.wox         \
        UIxAppointmentView.wox          \
+       UIxAppointmentEditor.wox                \
        UIxCalSelectTab.wox \
        UIxCalDateLabel.wox \
        UIxCalBackForthNavView.wox \
index e60d68b4b5d8bd2f171fae03953510a6fbe1cf74..e82a0d5125c044d8dd1d46a857ecb1ec6e46b498 100644 (file)
@@ -34,7 +34,7 @@
                     <tr>
                         <td class="button_auto_env" nowrap="true" valign='middle' align='center'>
                             <a class="button_auto"
-                               href="aptprintview"
+                               href="printview"
                                var:queryDictionary="queryParameters"
                                target="SOGoPrintView"
                             >printview</a>
index 83b1b0d19c250d597e88a5d59741ca6ac74b7f86..402e739bc00277d85f79e318ca25b5a6cb7e7cb2 100644 (file)
             </span>
             <br />
             <span class="monthoverview_day_new">
-                <a href="proposal"
+                <a href="new"
                    var:queryDictionary="currentDayQueryParameters"
                 >[new]</a>
             </span>
index 8faffe1e0145b1e766c4267521e68ba307d3b829..7d590c2d4403bbed28836c55b795e872a00f0df2 100644 (file)
                     </td>
                     <td align="center" valign="top" width="97%">
                     <var:string value="currentDayName" /><br />
-                    [<a href="proposal"
+                    [<a href="new"
                         var:queryDictionary="currentDayQueryParameters"
                         class="weekoverview_title_newlink"
                      >new</a>]
index d9d75b5fd5f7d468107c1f62c20c1d85377f22c5..44393f51a5ba5b2313d512decee72f8a901450c8 100644 (file)
           protectedBy = "View";
           pageName    = "UIxCalMonthOverview"; 
         };
+        "new" = { 
+          protectedBy = "View";
+          pageName    = "UIxAppointmentEditor"; 
+        };
       };
     };
 
           protectedBy = "View";
           pageName    = "UIxAppointmentView"; 
         };
+        "edit" = { 
+          protectedBy = "View";
+          pageName    = "UIxAppointmentEditor"; 
+        };
       };
     };
   };