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.php

    r552 r555  
    1010?> 
    1111        <h1>Plogger Configuration Setup</h1> 
    12         <p>To install, simply fill out the following form.  If there are any problems, you will be notified and asked to fix them before the installation will continue.  After the installation has finished, you will be redirected to the Plogger admin page.</p> 
     12 
     13        <p>To install, simply fill out the following form. If there are any problems, you will be notified and asked to fix them before the installation will continue. After the installation has finished, you will be redirected to the Plogger admin page.</p> 
     14 
    1315        <form action="_install.php" method="post"> 
    1416        <input type="hidden" name="action" value="install" /> 
    1517        <table> 
    1618                <tr> 
    17                         <td colspan="2"> 
    18                                 <div id="navcontainer"> 
    19                                         <h1>Database Setup</h1> 
    20                                 </div> 
    21                         </td> 
     19                        <td colspan="2"><h2>Database Setup</h2></td> 
    2220                </tr> 
    2321                <tr> 
     
    2523                        <td class="form_input"><input type="text" name="db_host" id="db_host" value="<?php echo $form['db_host']; ?>" /></td> 
    2624                </tr> 
    27  
    2825                <tr> 
    2926                        <td class="form_label"><label for="db_user">MySQL Username:</label></td> 
     
    3128                </tr> 
    3229                <tr> 
    33                         <td class="form_label"><label for="db_password">MySQL Password:</label></td> 
     30                        <td class="form_label"><label for="db_pass">MySQL Password:</label></td> 
    3431                        <td class="form_input"><input type="password" name="db_pass" id="db_pass" value="<?php echo $form['db_pass']; ?>" /></td> 
    3532                </tr> 
    36  
    3733                <tr> 
    3834                        <td class="form_label"><label for="db_name">MySQL Database:</label></td> 
     
    4036                </tr> 
    4137                <tr> 
    42                         <td colspan="2"> 
    43                                 <div id="navcontainer"> 
    44                                         <h1>Administrative Setup</h1> 
    45                                 </div> 
    46                         </td> 
     38                        <td colspan="2"><h2>Administrative Setup</h2></td> 
    4739                </tr> 
    4840                <tr> 
    49                         <td class="form_label"><label for="gallery">Gallery Name:</label></td> 
    50                         <td class="form_input"><input type="text" name="gallery_name" id="gallery" value="<?php echo $form['gallery_name']; ?>" /></td> 
     41                        <td class="form_label"><label for="gallery_name">Gallery Name:</label></td> 
     42                        <td class="form_input"><input type="text" name="gallery_name" id="gallery_name" value="<?php echo $form['gallery_name']; ?>" /></td> 
    5143                </tr> 
    5244                <tr> 
    53                         <td class="form_label"><label for="username">Your e-mail:</label></td> 
    54                         <td class="form_input"><input type="text" name="admin_email" id="email" value="<?php echo $form['admin_email']; ?>" /></td> 
     45                        <td class="form_label"><label for="admin_email">Your e-mail:</label></td> 
     46                        <td class="form_input"><input type="text" name="admin_email" id="admin_email" value="<?php echo $form['admin_email']; ?>" /></td> 
    5547                </tr> 
    5648<?php 
     
    6052                <tr> 
    6153                        <td colspan="2"> 
    62                                 <div id="navcontainer"> 
    63                                         <h1>Safe_mode FTP workaround</h1> 
    64                                         <br />Safe mode has been detected on your server.  FTP access is needed to allow Plogger to work correctly with safe_mode enabled. 
    65                                 </div> 
     54                                        <h2>Safe_mode FTP workaround</h2> 
     55                                        <p>Safe mode has been detected on your server. FTP access is needed to allow Plogger to work correctly with safe_mode enabled.</p> 
    6656                        </td> 
    6757                </tr>