source: trunk/contactcenter/templates/default/addGroup.tpl @ 2

Revision 2, 2.6 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!--
2
3        eGroupWare - Contact Center - Quick Add Plugin Interface Template
4        Copyright (C) 2004 - Raphael Derosso Pereira
5        (raphaelpereira@users.sourceforge.net)
6
7        This file is licensed under the terms of th GNU GPL
8        version 2 or above
9       
10-->
11{cc_api}
12
13<div align="center" id="ccAddGroupContent" style="position: absolute; visibility: hidden">
14        <input id="ccAGnFields" type="hidden" value="{ccAGnFields}" />
15        <input id="ccAGTitle" type="hidden" value="{ccAGTitle}" />
16        <input id="ccAGWinHeightIE" type="hidden" value="{ccAGWinHeightIE}" />
17        <input id="ccAGWinHeightMO" type="hidden" value="{ccAGWinHeightMO}" />
18        <input id="group_id" type="hidden">
19        <br>
20        <table border="0"  cellpadding="0" cellspacing="0" width="100%">
21                <tr height="30">
22                        <td  width="17%" valign="center" align="right" nowrap>{txt_name}:</td>
23                        <td  valign="center" align="left">&nbsp;&nbsp;{title}</td>
24                </tr>
25        </table>                       
26        <br><br>                       
27        <table border="0" cellpadding="0" cellspacing="0" width="95%">
28                <tr>
29                        <td  align="right">
30                                <table border="0" cellpadding="0" cellspacing="0">
31                                        <tr height="30" class="th">
32                                                <td  align="center">{txt_personal_contacts}</td>                                       
33                                        </tr>
34                                        <tr height="30" class="th">
35                                                <td  align="right"><select id="contact_list" multiple name="contact_list[]" style="width:280px" size="10"></select></td>
36                                        </tr>
37                                </table>
38                        </td>
39                        <td id="buttons" width="95" align="center">
40                                <button type="button" onClick="ccAddGroup.addUser()"><img src="../phpgwapi/templates/celepar/images/add.png" style="vertical-align: middle;" >&nbsp;{txt_add}</button>
41                                <br><br>
42                                <button type="button" onClick="ccAddGroup.remUser()"><img src="../phpgwapi/templates/celepar/images/rem.png" style="vertical-align: middle;" >&nbsp;{txt_rem}</button>
43                        </td>
44                        <td  align="left">
45                                <table border="0" cellpadding="0" cellspacing="0">
46                                        <tr height="30" class="th">
47                                                <td  align="center">{txt_contacts_in_list}</td>                                 
48                                        </tr>
49                                        <tr height="30" class="th">
50                                                <td  align="left"><select  id="contact_in_list" multiple name="contact_in_list[]" style="width:280px" size="10"></select></td>
51                                        </tr>
52                                </table>
53                        </td>
54                </tr>
55                <tr>
56                        <td align="center" colspan="3">
57                                        <br>                                           
58                                        <input title="{ccAGSave}" type="button" onclick="ccAddGroup.send();" value="{ccAGSave}" />
59                                        <input title="{ccAGClear}" type="button" onclick="ccAddGroup.clear();" value="{ccAGClear}" />
60                                        <input title="{ccAGCancel}" type="button" onclick="ccAddGroup.clear(); ccAddGroup.window.close();" value="{ccAGCancel}"/>                                               
61                        </td>
62                </tr>
63        </table>                                       
64</div>
65<script type="text/javascript" src="{ccAGFile}"></script>
Note: See TracBrowser for help on using the repository browser.