помогите найти table form для Custom Values в Ads модуле

очень нужно поменять вид Custom Values в Ads модуле

я бы хотела столб с данными разделить на два столбца

в каком файле мне можно вручную изменить table?

 

вот source code:

<table class="form_advanced_table" cellpadding="0" cellspacing="0"> <tbody> <tr> <td class="caption"> Country: </td> <td class="value"> <div class="clear_both"></div> <div class="input_wrapper input_wrapper_value"> Germany <img alt="GE" src="http://google.com/media/images/flags/ge.gif"> <div class="input_close input_close_value"></div> </div> <img class="warn" alt="error" src="http://google.com/templates/base/images/icons/exclamation.png" float_info=" "> <div class="clear_both"></div> </td> </tr>

<tr>.................

.........

и вот bxBaseForm.php :

 <tr $sTrAttrs>
                    <td class="caption">
                       $sRequired
                        $sCaption
                    </td>
                 
                    <td class="value$sClassAdd">
                        <div class="clear_both"></div>
                       $sCaption
                        $sButtonAdd
                        $sInfoIcon
                        $sErrorIcon
                        $sInputCodeExtra
                        <div class="clear_both"></div>
                    </td>
                </tr>

 

вид сейчас:

 

Custom values (block)

____________________

Country:

City:

Price:

Address:

Zip:

Number:

 

хочу изменить на такой:

 

Custom values (block)

____________________

Country:  blabla            Address:

City:                              Zip:

Price:                            Number:

 

спасибо ))

Quote · 21 Sep 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.