fixes #231, add link to album edit page after create

This commit is contained in:
plegall
2016-12-04 22:35:30 +01:00
parent 90a0e8c26c
commit 89fb9b1d64

View File

@@ -225,7 +225,8 @@ elseif (isset($_POST['submitAdd']))
}
else
{
$page['infos'][] = $output_create['info'];
$edit_url = get_root_url().'admin.php?page=album-'.$output_create['id'];
$page['infos'][] = $output_create['info'].' <a class="icon-pencil" href="'.$edit_url.'">'.l10n('Edit album').'</a>';
}
}
// save manual category ordering