Show
Ignore:
Timestamp:
07/07/08 17:22:49 (5 months ago)
Author:
kimparsell
Message:

+ Major cleanup of markup in plog-admin section files - markup now structured properly and validates as XHTML Strict
+ Added plog-admin/images/diag-bg.gif - left out of original restructuring
+ plog-admin/plog-options.php - reworked date formats/added 2 new formats
+ plog-admin/includes/install-functions.php - change install email layout
+ plog-admin/js/plogger.js - changed line endings to unix
+ plog-admin/js/ajax_editing.js - minor markup correction
+ plog-includes/js/plog-slideshow.js - corrected markup, changed loop to false
+ plog-includes/plog-functions.php - minor change to comment notification email, minor markup tweaks
+ index.php - markup tweaks in prep for front-end/theme cleanup
+ gallery.php - minor cleanup (remove extra blank line at end of file)
+ plogger.php - minor cleanup (remove extra blank line at end of file)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-admin/includes/install-form-setup-complete.php

    r552 r555  
    1010?> 
    1111        <h1>Plogger Install</h1> 
    12         <form method="POST"> 
    13         <p>Configuration setup is now complete.<br />Click 'Install' to finish installation.</p> 
    14         <p>Your username is `<strong><?php echo $_SESSION['install_values']['admin_username']; ?></strong>` and your password is `<strong><?php echo $_SESSION['install_values']['admin_password']; ?></strong>`</p> 
     12 
     13        <form action="_install.php" method="post"> 
     14                <p>Configuration setup is now complete.</p> 
     15                <p>Click 'Install' to finish installation.</p> 
     16                <p>Your username is <strong><?php echo $_SESSION['install_values']['admin_username']; ?></strong> and your password is <strong><?php echo $_SESSION['install_values']['admin_password']; ?></strong></p> 
    1517<?php if (!empty($_SESSION["plogger_config"])) { ?> 
    16         <p>Before you can proceed, please <input type="submit" name="dlconfig" value="click here"/> to download configuration file for your gallery, then upload it to your webhost (into the same directory where you installed Plogger itself).</p> 
     18                <p>Before you can proceed, please <input type="submit" name="dlconfig" value="click here" /> to download configuration file for your gallery, then upload it to your webhost (into the same directory where you installed Plogger itself).</p> 
    1719<?php } ?> 
    18         <p> 
    19                 <input type="submit" name="proceed" id="proceed" value="Install"/> 
    20         </p> 
     20                <p><input type="submit" name="proceed" id="proceed" value="Install" /></p> 
    2121        </form>