Changeset 1038

Show
Ignore:
Timestamp:
05/02/08 08:43:22 (7 months ago)
Author:
_ck_
Message:

0.1.9 fix for profile textarea width in IE

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bbpress-signatures/trunk/bb-signatures.php

    r965 r1038  
    44Plugin URI:  http://bbpress.org/plugins/topic/63 
    55Description:  allows users to add signatures to their forum posts, including an optional per-post toggle 
    6 Version: 0.1.8 
     6Version: 0.1.9 
    77Author: _ck_ 
    88Author URI: http://bbshowcase.org 
     
    9595<legend>'. __('Signature') .'</legend> 
    9696<p>' .$bb_signatures['signature_instructions'].'</p> 
    97 <table border=0
     97<table border=0 cellpadding=0 cellspacing=0 width="95%"
    9898<tr class="extra-caps-row"> 
    99 <td><textarea style="width:90%;" name="signature" id="signature" type="text"  rows="2" cols="80" wrap="off" 
     99<td><textarea style="overflow:auto;height:5em;width:98%;" name="signature" id="signature" type="text"  rows="2" wrap="off" 
    100100 onkeyup="if (this.value.length>'.$bb_signatures['max_length'].') {this.value=this.value.substring(0,'.$bb_signatures['max_length'].')}"> 
    101101'.$signature.'</textarea></td>