Ignore:
Timestamp:
10/06/09 10:27:46 (15 years ago)
Author:
wmerlotto
Message:

Ticket #628 - Implementada a funcionalidade de adição no catálogo compartilhado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/templates/default/full_add.tpl

    r1158 r1496  
    162162</div> 
    163163<!-- _BOTTOM BUTTONS --> 
    164 <div align="center" id="cc_contact_tab_buttons" style="position: absolute; visibility: hidden; top: 250px; left: 0px; width: 498px; height: 32px; border: 0px solid black">      
     164<div align="center" id="cc_contact_tab_buttons" style="position: absolute; visibility: hidden; top: 250px; left: 0px; width: 498px; height: 64px; border: 0px solid black"> 
     165        <table class="row_off" align="center" width="498px" cellpadding="2" cellspacing="0" border="0"> 
     166                <tr class="row_off" id="cc_contact_sharing"> 
     167                        <td >{cc_contact_shared}: </td> 
     168                        <td colspan="2"> 
     169                                        <select id="cc_contact_shared_types" name="{cc_contact_shared}" style="width: 390px;"> 
     170                                                <option value="_NONE_">{cc_contact_shared_types}</option> 
     171                                        </select> 
     172                        </td> 
     173                </tr> 
     174        </table> 
    165175        <table class="row_off" align="center" width="498px" cellpadding="2" cellspacing="0" border="0"> 
    166176                <tr> 
     
    223233                                         'win_class': 'row_off', 
    224234                                         'width': '500px', 
    225                                          'height': '273px', 
     235                                         'height': '295px', 
    226236                                         'title_color': '#3978d6', 
    227237                                         'title': Element('cc_contact_title').value, 
     
    246256                        Element('cc_pd_select_photo_b').style.display='none';                    
    247257                } 
    248                  
    249258        }; 
    250259 
Note: See TracChangeset for help on using the changeset viewer.