~vcs-imports/clansuite/trunk

« back to all changes in this revision

Viewing changes to installation/install-step4.php

  • Committer: vain
  • Date: 2011-12-29 03:35:13 UTC
  • Revision ID: vain-20111229033513-jf2pok81w9porztb
- installation cleanup - part 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
                    <img src="images/64px-Document-save.svg.png" border="0" style="vertical-align:middle" alt="installstep image" />
13
13
                    <?php echo $language['STEP4_DATABASE']; ?>
14
14
                </h2>
15
 
                <?php if ($error != '' ) { ?>
16
 
                <fieldset class="error_red">
17
 
                    <legend>Error</legend>
 
15
                <?php if (!empty($error)) { ?>
 
16
                <div class="error_red">
18
17
                    <strong><?php echo $error ?></strong>
19
 
                </fieldset>
 
18
                </div>
20
19
                <?php } ?>
21
20
                <p><?php echo $language['STEP4_SENTENCE1']; ?></p>
22
21
                <p><?php echo $language['STEP4_SENTENCE2']; ?></p>