Skip to:
Content

bbPress.org

Changeset 1353


Ignore:
Timestamp:
03/20/2008 01:24:40 AM (18 years ago)
Author:
sambauers
Message:

Validation fixes for install step 4 - Fixes #838

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-admin/class-install.php

    r1345 r1353  
    17041704        }
    17051705       
    1706         $r .= '<textarea id="' . $key . '">' . $data['value'] . '</textarea>' . "\n";
     1706        $r .= '<textarea id="' . $key . '" rows="5" cols="30">' . $data['value'] . '</textarea>' . "\n";
    17071707        $r .= '</label>' . "\n";
    17081708       
  • branches/0.8/bb-admin/install.php

    r1304 r1353  
    353353            }
    354354?>
    355                 <form>
     355                <form action="<?php bb_option( 'uri' ); ?>">
    356356                    <fieldset>
    357357<?php
  • trunk/bb-admin/class-install.php

    r1345 r1353  
    17201720        }
    17211721       
    1722         $r .= '<textarea id="' . $key . '">' . $data['value'] . '</textarea>' . "\n";
     1722        $r .= '<textarea id="' . $key . '" rows="5" cols="30">' . $data['value'] . '</textarea>' . "\n";
    17231723        $r .= '</label>' . "\n";
    17241724       
  • trunk/bb-admin/install.php

    r1302 r1353  
    354354            }
    355355?>
    356                 <form>
     356                <form action="<?php bb_option( 'uri' ); ?>">
    357357                    <fieldset>
    358358<?php
Note: See TracChangeset for help on using the changeset viewer.