2015-12-07 19:41:19 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-01-04 18:28:10 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
2015-12-07 19:41:19 +01:00
|
|
|
<overlay>
|
|
|
|
<template id="timesheet.index.dates" template="" lang="" group="0" version="1.2.001" >
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox>
|
|
|
|
<et2-description value="Start"></et2-description>
|
|
|
|
<et2-date id="startdate"></et2-date>
|
|
|
|
<et2-description value="End"></et2-description>
|
|
|
|
<et2-date statustext="Leave it empty for a full week" id="enddate"></et2-date>
|
|
|
|
</et2-hbox>
|
2015-12-07 19:41:19 +01:00
|
|
|
</template>
|
|
|
|
<template id="timesheet.index.rows" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
2015-12-10 18:07:25 +01:00
|
|
|
<column width="10"/>
|
2016-03-04 15:21:39 +01:00
|
|
|
<column width="80%" />
|
2015-12-07 19:41:19 +01:00
|
|
|
<column width="110"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
2016-03-04 15:21:39 +01:00
|
|
|
|
2015-12-07 19:41:19 +01:00
|
|
|
</row>
|
2015-12-10 18:07:25 +01:00
|
|
|
<row class="$row_cont[class] timesheetRow">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description class="cat_$row_cont[cat_id] mobile_cat_col"></et2-description>
|
|
|
|
<et2-vbox>
|
2017-01-09 16:04:51 +01:00
|
|
|
<customfields-list id="$row" class="customfields" app="timesheet" disabled="true"/>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description id="${row}[ts_title]" class="ts_title $row_cont[titleClass]" noLang="1"></et2-description>
|
|
|
|
<et2-description id="${row}[ts_description]" class="ts_description" noLang="1"></et2-description>
|
|
|
|
<et2-link id="${row}[ts_link]" app="" noLang="1"></et2-link>
|
|
|
|
</et2-vbox>
|
|
|
|
<et2-vbox class="timesheet3Col">
|
|
|
|
<et2-hbox>
|
|
|
|
<et2-date-time-today id="${row}[ts_start]" readonly="true" options=",8" align="left"></et2-date-time-today>
|
|
|
|
</et2-hbox>
|
2016-03-04 15:21:39 +01:00
|
|
|
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox>
|
|
|
|
<et2-select-account class="$cont[ownerClass]" id="${row}[ts_owner]" readonly="true"></et2-select-account>
|
|
|
|
</et2-hbox>
|
|
|
|
<et2-hbox>
|
2023-01-30 23:43:32 +01:00
|
|
|
<et2-date-duration id="${row}[ts_duration]" selectUnit="true" readonly="true" ></et2-date-duration>
|
2023-01-04 18:28:10 +01:00
|
|
|
</et2-hbox>
|
|
|
|
</et2-vbox>
|
2015-12-07 19:41:19 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
<template id="timesheet.index" template="" lang="" group="0" version="1.9.001">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description id="plus_button_container"></et2-description>
|
2022-08-22 16:19:13 +02:00
|
|
|
<nextmatch id="nm" options="timesheet.index.rows" header_left="timesheet.index.dates"/>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-button id="add" class="plus_button" onclick="egw.open('timesheet');" noSubmit="true"></et2-button>
|
2015-12-07 19:41:19 +01:00
|
|
|
</template>
|
2023-01-04 18:28:10 +01:00
|
|
|
</overlay>
|