hide the redeliver option one level down since it should rarely be needed by folks outside of shared hosting.

This commit is contained in:
redmatrix
2016-07-07 17:23:52 -07:00
parent 3bee6543fb
commit 233cfc29d6
2 changed files with 9 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ class Dreport extends \Zotlabs\Web\Controller {
'$title' => sprintf( t('Delivery report for %1$s'),substr($mid,0,32)) . '...',
'$table' => $table,
'$mid' => urlencode($mid),
'$options' => t('Options'),
'$push' => t('Redeliver'),
'$entries' => $entries
));