Ignore:
Timestamp:
11/06/09 10:11:14 (15 years ago)
Author:
rafaelraymundo
Message:

Ticket #619 - Incluidos campos configuraveis (matricula/celular/setor) para o contactcenter

Location:
trunk/contactcenter/templates/default
Files:
2 edited

Legend:

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

    r1517 r1600  
    1111        } 
    1212</style> 
     13<script src="js/cc.js" type="text/javascript"></script> 
    1314<!-- JS MESSAGES --> 
    1415<input id="cc_msg_not_allowed" type="hidden" value="{cc_msg_not_allowed}"> 
     
    8687<input id="cc_contact_type" type="hidden" value="{cc_contact_type}"> 
    8788 
     89 
    8890 <!-- END JS MESSAGES --> 
    8991 <input id="cc_type_contact"    type="hidden"> 
     
    249251<!-- _END VIEW CARDS --> 
    250252<!-- BOTTOM DETAILS--> 
    251 <script src="js/cc.js" type="text/javascript"></script> 
    252253<script type="text/javascript" src="js/moo.fx.js"></script> 
    253254<script type="text/javascript" src="js/ccListParticipants.js"></script> 
  • trunk/contactcenter/templates/default/preferences.tpl

    r1158 r1600  
    6363                </tr> 
    6464        </table> 
     65        <br> 
     66        <p align="center" style="font-weight: bold; font-size: medium; border: 0px solid black">Preferências de Visualização</p> 
     67        <table align="center" style="width: 400px"> 
     68                <tr class="th"> 
     69                        <td style="text-align: center; font-weight: bold; width: 200px">Campo</td> 
     70                        <td style="text-align: center; font-weight: bold; width: 200px">{lang_Value}</td> 
     71                </tr> 
     72                <tr class="row_off"> 
     73                        <td>Matrícula</td> 
     74                        <td align="center"> 
     75                                <input type="checkbox" name="empNum" {empNum} /> 
     76                        </td> 
     77                </tr> 
     78                <tr class="row_off"> 
     79                        <td>Celular</td> 
     80                        <td align="center"> 
     81                                <input type="checkbox" name="cell" {cell} /> 
     82                        </td> 
     83                </tr> 
     84                <tr class="row_off"> 
     85                        <td>Setor</td> 
     86                        <td align="center"> 
     87                                <input type="checkbox" name="department" {department} /> 
     88                        </td> 
     89                </tr> 
     90                <tr> 
     91                        <td></td> 
     92                        <td style="text-align: right;"> 
     93                                <input type="submit" name="save" value="{lang_Save}"> 
     94                                <input type="button" name="cancel" value="{lang_Cancel}" onclick="window.back()"> 
     95                        </td> 
     96                </tr> 
     97        </table> 
    6598</div> 
    6699</form> 
Note: See TracChangeset for help on using the changeset viewer.