Simplify installation message, no need to explain the following step, the
"no photo yet" feature makes the explanations useless at this point. .infos admin block is used to display messages, I've set the background transparent here, because it's the only message of the page. Anyway, I don't think using .infos blocks are relevant if that's the only message on the page. git-svn-id: http://piwigo.org/svn/trunk@5408 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
fcdef8cda7
commit
2a5529c32f
6 changed files with 17 additions and 16 deletions
|
|
@ -506,9 +506,10 @@ elseif ($step == 3)
|
|||
}
|
||||
else
|
||||
{
|
||||
array_push($infos, l10n('The configuration of Piwigo is finished, here is the next step<br><br>
|
||||
* go to the identification page and use the login/password given for webmaster<br>
|
||||
* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'));
|
||||
array_push(
|
||||
$infos,
|
||||
l10n('Congratulations, Piwigo installation is completed')
|
||||
);
|
||||
|
||||
if (isset($error_copy))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue