Changeset 5408 for trunk/install.php


Ignore:
Timestamp:
Mar 27, 2010, 9:49:52 PM (14 years ago)
Author:
plg
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r5387 r5408  
    507507else
    508508{
    509   array_push($infos, l10n('The configuration of Piwigo is finished, here is the next step<br><br>
    510 * go to the identification page and use the login/password given for webmaster<br>
    511 * this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'));
     509  array_push(
     510    $infos,
     511    l10n('Congratulations, Piwigo installation is completed')
     512    );
    512513
    513514  if (isset($error_copy))
Note: See TracChangeset for help on using the changeset viewer.