hugo: Calednar Improvements and now Multicalendar enabled for community. Flag to save log of calendar calcs per delegation -------------------------------------------------------------------------------- 1. M /trunk/workflow/engine/methods/setup/calendarList.php 2. M /trunk/workflow/public_html/sysGeneric.php 3. M /trunk/workflow/engine/classes/model/AppDelegation.php 4. M /trunk/workflow/engine/classes/model/CalendarDefinition.php 5. M /trunk/workflow/engine/classes/class.dates.php 6. M /trunk/workflow/engine/xmlform/setup/calendarList.xml
29 lines
914 B
XML
29 lines
914 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<dynaForm type="pagetable" sqlConnection="" menu="setup/calendarList_Options">
|
|
|
|
<CALENDAR_NAME type="text" colWidth='120' >
|
|
<en>Name</en>
|
|
</CALENDAR_NAME>
|
|
|
|
<CALENDAR_DESCRIPTION type="text" colWidth='220' >
|
|
<en>Description</en>
|
|
</CALENDAR_DESCRIPTION>
|
|
|
|
<CALENDAR_STATUS type="text" colWidth='24' >
|
|
<en>Status</en>
|
|
</CALENDAR_STATUS>
|
|
|
|
|
|
<LINK type="link" colWidth="20" titleAlign="left" value="@G::LoadTranslation(ID_EDIT)" align="left" link='calendarEdit?id=@!CALENDAR_UID' >
|
|
<en></en>
|
|
</LINK >
|
|
|
|
<LINK1 type="link" colWidth="20" titleAlign="left" value="@G::LoadTranslation(ID_COPY)" align="left" link='calendarEdit?cp=1&id=@!CALENDAR_UID' >
|
|
<en></en>
|
|
</LINK1 >
|
|
|
|
<LINK2 type="link" colWidth="20" titleAlign="left" value="@!DELETABLE" align="left" onclick='return confirm("Sure?")' link='calendarDelete?id=@!CALENDAR_UID' >
|
|
<en></en>
|
|
</LINK2 >
|
|
|
|
</dynaForm> |