*** empty log message ***

This commit is contained in:
sebastian 2005-02-08 11:06:17 +00:00
parent fd7d616a61
commit b479e82348
8 changed files with 234 additions and 243 deletions

View file

@ -38,7 +38,7 @@ if (is_array($_REQUEST['popup'])){
};
$Smarty->assign('statusbar', $uiBrowser->getStationInfo());
$Smarty->assign('statusbar', $uiBrowser->getStationInfo($ui_fmask['systemPrefs']));
if ($uiBrowser->userid) {
$Smarty->assign('showMenuTop', TRUE);
@ -85,7 +85,7 @@ if ($uiBrowser->userid) {
case "upload_2":
$Smarty->assign('structure', $uiBrowser->getStructure($uiBrowser->id, $_REQUEST['act']=='getHomeDir' ? TRUE : FALSE));
$Smarty->assign('showPath', FALSE);
$Smarty->assign('mDataForm', $uiBrowser->getMetaDataForm($uiBrowser->id, $ui_fmask['mData'], FALSE, $uiBrowser->getInfo($id, 'array')));
$Smarty->assign('showMetaDataForm', TRUE);
break;
@ -140,7 +140,7 @@ if ($uiBrowser->userid) {
break;
case "getInfo":
$Smarty->assign('fInfo', $uiBrowser->getInfo($uiBrowser->id));
$Smarty->assign('fInfo', $uiBrowser->getInfo($uiBrowser->id, 'text'));
$Smarty->assign('showFile', TRUE);
break;