mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Add a toolbar to display
This commit is contained in:
parent
ec8011e148
commit
4629785782
@ -1680,6 +1680,7 @@ unset($query['actions']);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$etpl->setElementAttribute('toolbar','actions', self::get_actions());
|
||||||
if (empty($subject)) $subject = lang('no subject');
|
if (empty($subject)) $subject = lang('no subject');
|
||||||
$content['msg'] = (is_array($error_msg)?implode("<br>",$error_msg):$error_msg);
|
$content['msg'] = (is_array($error_msg)?implode("<br>",$error_msg):$error_msg);
|
||||||
$content['mail_displaydate'] = mail_bo::_strtotime($headers['DATE'],'ts',true);
|
$content['mail_displaydate'] = mail_bo::_strtotime($headers['DATE'],'ts',true);
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<template id="mail.display" template="" lang="" group="0" version="1.9.001">
|
<template id="mail.display" template="" lang="" group="0" version="1.9.001">
|
||||||
<html id="msg"/>
|
<html id="msg"/>
|
||||||
<vbox class="mailDisplay mailDisplayHeaderSection" width="100%">
|
<vbox class="mailDisplay mailDisplayHeaderSection" width="100%">
|
||||||
|
<toolbar id="toolbar"/>
|
||||||
<hbox class="mailDisplayHeaders" disabled="!@FROM" width="100%">
|
<hbox class="mailDisplayHeaders" disabled="!@FROM" width="100%">
|
||||||
<description value="From"/>
|
<description value="From"/>
|
||||||
<taglist id="FROM" readonly="true" onclick="app.mail.address_click"/>
|
<taglist id="FROM" readonly="true" onclick="app.mail.address_click"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user