X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Pop up editor size (https://forum.x-cart.com/showthread.php?t=58201)

tracey 02-25-2011 05:22 AM

Pop up editor size
 
When using Webmaster mode to edit text the textarea in the pop-up window is only 5 lines high - a bit annoying. Does anyone know what template or file to edit to give this more height?

tracey 03-11-2011 02:01 AM

Re: Pop up editor size
 
Does anyone have an answer to this?

qualiteam 03-11-2011 02:09 AM

Re: Pop up editor size
 
You should edit the "skin/common_files/main/popup_edit_label.tpl" template.

Quote:

{if $config.UA.browser eq 'MSIE'}
{include file="main/textarea.tpl" cols=100 rows=10 data=$labelText name="val" width="640px" style="width: 640px;"}
{else}
{include file="main/textarea.tpl" cols=100 rows=5 data=$labelText name="val" width="640px" style="width: 640px;" btn_rows=4}
{/if}


All times are GMT -8. The time now is 03:28 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.