Improved UI. Removed logger statements.

This commit is contained in:
Andrew Manning
2016-07-31 07:30:25 -04:00
parent 32366284a8
commit 7c47557554
5 changed files with 58 additions and 45 deletions

View File

@@ -2258,17 +2258,14 @@ function website_import_tools() {
$sys = true;
}
$who = $channel['channel_address'];
return replace_macros(get_markup_template('website_import_tools.tpl'), array(
'$title' => t('Import'),
//'$who' => $who,
'$import_label' => t('Import website...'),
'$import_placeholder' => t('Select folder to import'),
'$file_upload_text' => t('Import from a zipped folder:'),
'$file_import_text' => t('Import from cloud files:'),
'$desc' => t('/path/to/folder'),
'$hint' => t('/path/to/folder'),
'$desc' => t('/cloud/channel/path/to/folder'),
'$hint' => t('Enter path to website files'),
'$select' => t('Select folder'),
));
}