Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Resize the comments text box  (Read 3003 times)

0 Members and 1 Guest are viewing this topic.

qsqwew

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Resize the comments text box
« on: September 28, 2004, 11:01:46 pm »

Hi!

Could anyone tell how how I can resize the comments textbox?

Thanks for your answer and for the great job!

dav
Logged

Nibbler

  • Guest
Re: Resize the comments text box
« Reply #1 on: September 28, 2004, 11:08:30 pm »

It's in themes/yourtheme/theme.php

Code: [Select]
                                                <td width="80%">
                                                        <textarea cols="40" rows="2" class="textinput" name="msg_body" onselect="storeCaret_f{MSG_ID}(this);" onclick="storeCaret_f{MSG_ID}(this);" onkeyup="storeCaret_f{MSG_ID}(this);" style="width: 100%;">{MSG_BODY_RAW}</textarea>
                                                </td>

Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.