mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #231, add link to album edit page after create
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user