30 lines
968 B
XML
30 lines
968 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("@G::LoadTranslation(ID_PROCESSMAP_CALENDAR_CONFIRM_DELETE)")' link='calendarDelete?id=@!CALENDAR_UID' >
|
|
<en></en>
|
|
</LINK2 >
|
|
|
|
</dynaForm>
|