mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 23:58:54 +01:00
missing xet file of checkmailbox template
This commit is contained in:
parent
884da4b664
commit
d3e22bde33
@ -443,7 +443,7 @@ final class notifications {
|
||||
}*/
|
||||
}
|
||||
catch (Exception $exception_user) {
|
||||
//error_log('Error: notification of receiver '.$receiver->handle.' failed: '.$exception_user->getMessage());
|
||||
error_log('Error: notification of receiver '.$receiver->handle.' failed: '.$exception_user->getMessage());
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
44
notifications/templates/default/checkmailbox.xet
Normal file
44
notifications/templates/default/checkmailbox.xet
Normal file
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="notifications.checkmailbox" template="" lang="" group="0" version="1.7.001">
|
||||
<grid>
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="th">
|
||||
<vbox options="0,0">
|
||||
<description value="Folder" readonly="true"/>
|
||||
</vbox>
|
||||
<vbox options="0,0">
|
||||
<description value="Subject" readonly="true"/>
|
||||
</vbox>
|
||||
<vbox options="0,0">
|
||||
<description value="From" readonly="true"/>
|
||||
</vbox>
|
||||
<vbox options="0,0">
|
||||
<description value="Received" readonly="true"/>
|
||||
</vbox>
|
||||
</row>
|
||||
<row class="row" valign="top">
|
||||
<vbox options="0,0">
|
||||
<description id="${row}[mail_folder]"/>
|
||||
</vbox>
|
||||
<vbox options="0,0">
|
||||
<description id="${row}[mail_subject]" no_lang="1" font_style="b" href="felamimail.uidisplay.display&uid=$row_cont[mail_uid]&mailbox=$row_cont[mail_folder_base64]" extra_link_popup="750x500"/>
|
||||
</vbox>
|
||||
<vbox options="0,0">
|
||||
<description id="${row}[mail_from]" no_lang="1"/>
|
||||
</vbox>
|
||||
<vbox options="0,0">
|
||||
<date-time id="${row}[mail_received]" readonly="true" options=",8"/>
|
||||
</vbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
</overlay>
|
Loading…
Reference in New Issue
Block a user