clone systems apps to the extent possible, auto-configure imagick thumbnail binary during setup if possible

This commit is contained in:
Zot
2019-03-18 09:35:53 +01:00
committed by Mario
parent e28bde6ccd
commit ea9925f489
9 changed files with 132 additions and 19 deletions

View File

@@ -161,7 +161,8 @@ class Dreport extends \Zotlabs\Web\Controller {
$o = replace_macros(get_markup_template('dreport.tpl'), array(
'$title' => sprintf( t('Delivery report for %1$s'),basename($mid)) . '...',
'$table' => $table,
'$mid' => (($encoded_mid) ? $encoded_mid : $mid),
'$mid' => urlencode($mid),
'$safe_mid' => urlencode(gen_link_id($mid)),
'$options' => t('Options'),
'$push' => t('Redeliver'),
'$entries' => $entries