code whitespace and formatting
This commit is contained in:
parent
959667c009
commit
062dea8e13
@ -56,12 +56,12 @@ class Removeme extends \Zotlabs\Web\Controller {
|
|||||||
$tpl = get_markup_template('removeme.tpl');
|
$tpl = get_markup_template('removeme.tpl');
|
||||||
$o .= replace_macros($tpl, array(
|
$o .= replace_macros($tpl, array(
|
||||||
'$basedir' => z_root(),
|
'$basedir' => z_root(),
|
||||||
'$hash' => $hash,
|
'$hash' => $hash,
|
||||||
'$title' => t('Remove This Channel'),
|
'$title' => t('Remove This Channel'),
|
||||||
'$desc' => array(t('WARNING: '), t('This channel will be completely removed from the network. '), t('This action is permanent and can not be undone!')),
|
'$desc' => [ t('WARNING: '), t('This channel will be completely removed from the network. '), t('This action is permanent and can not be undone!') ],
|
||||||
'$passwd' => t('Please enter your password for verification:'),
|
'$passwd' => t('Please enter your password for verification:'),
|
||||||
'$global' => array('global', t('Remove this channel and all its clones from the network'), false, t('By default only the instance of the channel located on this hub will be removed from the network'), array(t('No'),t('Yes'))),
|
'$global' => [ 'global', t('Remove this channel and all its clones from the network'), false, t('By default only the instance of the channel located on this hub will be removed from the network'), [ t('No'),t('Yes') ] ],
|
||||||
'$submit' => t('Remove Channel')
|
'$submit' => t('Remove Channel')
|
||||||
));
|
));
|
||||||
|
|
||||||
return $o;
|
return $o;
|
||||||
|
Reference in New Issue
Block a user