UIxCalWeekOverview.m \
UIxCalMonthOverview.m \
UIxAppointmentView.m \
+ UIxAppointmentEditor.m \
UIxCalSelectTab.m \
UIxCalDateLabel.m \
UIxCalBackForthNavView.m \
UIxCalWeekOverview.wox \
UIxCalMonthOverview.wox \
UIxAppointmentView.wox \
+ UIxAppointmentEditor.wox \
UIxCalSelectTab.wox \
UIxCalDateLabel.wox \
UIxCalBackForthNavView.wox \
<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>
</span>
<br />
<span class="monthoverview_day_new">
- <a href="proposal"
+ <a href="new"
var:queryDictionary="currentDayQueryParameters"
>[new]</a>
</span>
</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>]
protectedBy = "View";
pageName = "UIxCalMonthOverview";
};
+ "new" = {
+ protectedBy = "View";
+ pageName = "UIxAppointmentEditor";
+ };
};
};
protectedBy = "View";
pageName = "UIxAppointmentView";
};
+ "edit" = {
+ protectedBy = "View";
+ pageName = "UIxAppointmentEditor";
+ };
};
};
};