Code

Fixed /var/www/gosa/plugins/admin/groups/class_groupAcl.inc (Line 173) Undefined...
[gosa.git] / plugins / admin / ogroups / phonequeue.tpl
1 <table summary="{t}Queue Settings{/t}" style="width: 100%; vertical-align: top; text-align: left;" border="0" cellpadding="4">
2 <tr>
3 <td valign='top'>
4                 <h2><img class="center" alt="" src="images/select_phone.png" align="middle">&nbsp;{t}Phone numbers{/t}</h2>
5                 <table summary="">
6                 <tr>
7                 <td colspan=2>
8                   <table summary="{t}Generic queue Settings{/t}">
9                    <tr>
10                     <td>
11                         <select style="width:300px; height:60px;" name="goFonQueueNumber_List" size=6 {$telephoneNumberACL}>
12                         {html_options options=$telephoneNumber}
13                         <option disabled>&nbsp;</option>
14                         </select>
15                 </td>
16                 <td style="vertical-align:center">
17                         <input type="submit" value="{t}Up{/t}"          name="up_phonenumber"           {$telephoneNumberACL}><br>
18                         <input type="submit" value="{t}Down{/t}"        name="down_phonenumber"         {$telephoneNumberACL}>
19                 </td>
20                 </tr>
21                 <tr>
22                  <td colspan=2>
23                         <input name="phonenumber" size=20 align=middle maxlength=60                     {$telephoneNumberACL} value="">
24                         <input type="submit" value="{t}Add{/t}"         name="add_phonenumber"          {$telephoneNumberACL}>&nbsp;
25                         <input type="submit" value="{t}Delete{/t}"      name="delete_phonenumber"       {$telephoneNumberACL}>
26              </td>
27                 </tr>
28                 </table>
29                 </tr>
30                 <tr>
31                   <td colspan=2><h2><img class="center" alt="" src="images/select_ogroup.png" align="middle">&nbsp;{t}Options{/t}</h2></td>
32                 </tr>
33                 <tr>
34                 <td>
35                         {t}Language{/t} 
36                 </td>
37                 <td>
38                         <select name="goFonQueueLanguage" {$goFonQueueLanguageACL}>
39                         {html_options options=$goFonQueueLanguageOptions selected=$goFonQueueLanguage}
40                         <option disabled>&nbsp;</option>
41                         </select>
42                 </td>
43                 </tr>
44                 <tr>
45                 <td>
46                         {t}Timeout{/t}
47                 </td>
48                 <td>
49                         <input name='goFonTimeOut' value='{$goFonTimeOut}' {$goFonTimeOutACL}>
50                 </td>
51                 </tr>
52                 <tr>
53                 <td>
54                         {t}Retry{/t}
55                 </td>
56                 <td>
57                         <input name='goFonQueueRetry' value='{$goFonQueueRetry}' {$goFonQueueRetryACL}>
58                 </td>
59                 </tr>
60                 <tr>
61                 <td>
62                         {t}Strategy{/t} 
63                 </td>
64                 <td>
65                         <select name="goFonQueueStrategy" {$goFonQueueStrategyACL}>
66             {html_options options=$goFonQueueStrategyOptions selected=$goFonQueueStrategy}
67             <option disabled>&nbsp;</option>
68             </select>
69         
70                 </td>
71                 </tr>
72                 <tr>
73                 <td>
74                         {t}Max queue length{/t}
75                 </td>
76                 <td>
77                         <input name='goFonMaxLen' value='{$goFonMaxLen}' {$goFonMaxLenACL}>     
78                 </td>
79                 </tr>
80                 <tr>
81                 <td>
82                         {t}Announce frequency{/t}
83                 </td>
84                 <td>
85                         <input name='goFonAnnounceFrequency' value='{$goFonAnnounceFrequency}' {$goFonAnnounceFrequencyACL}>
86                         {t}(in seconds){/t}     
87                 </td>
88                 </tr>
89                 </table>
90 </td>
91 <td valign='top' style="border-left: 1px solid rgb(160, 160, 160);">
92         <h2>
93     <img class="center" alt="" src="images/sound.png" align="middle">
94     {t}Queue sound setup{/t}
95     </h2>
96         <table summary="{t}Generic queue Settings{/t}">
97                 <!--<tr>
98                 <td>
99                         {t}Use music on hold instead of ringing{/t}
100                 </td>
101                 <td>
102                         <input type="checkbox" name='goFonMusiconHold' value='1' {$goFonMusiconHoldCHK} {$goFonMusiconHoldACL}>
103                 </td>
104                 </tr>
105                 -->
106                 <tr>
107                 <td>
108                         {t}Music on hold{/t}
109                 </td>
110                 <td>
111                         <input type="text" style='width:250px;' name='goFonMusiconHold' value='{$goFonMusiconHold}' {$goFonMusiconHoldACL}>
112                 </td>
113                 </tr>
114                 <tr>
115                 <td>
116                         {t}Welcome sound file{/t}
117                 </td>
118                 <td>
119                         <input type="text" style='width:250px;' name='goFonWelcomeMusic' value='{$goFonWelcomeMusic}' {$goFonWelcomeMusicACL}>
120                 </td>
121                 </tr>
122                 <tr>
123                 <td>
124                         {t}Announce message{/t}
125                 </td>
126                 <td>
127                         <input type="text" style='width:250px;' name='goFonQueueAnnounce' value='{$goFonQueueAnnounce}' {$goFonQueueAnnounceACL}>
128                 </td>
129                 </tr>
130                 <tr>
131                 <td>
132                         {t}Sound file for 'You are next ...'{/t}
133                 </td>
134                 <td>
135                         <input type="text" style='width:250px;' name='goFonQueueYouAreNext' value='{$goFonQueueYouAreNext}' {$goFonQueueYouAreNextACL}>
136                 </td>
137                 </tr>
138                 <tr>
139                 <td>
140                         {t}'There are ...'{/t}
141                 </td>
142                 <td>
143                         <input type="text" style='width:250px;' name='goFonQueueThereAre' value='{$goFonQueueThereAre}' {$goFonQueueThereAreACL}>
144                 </td>
145                 </tr>
146                 <tr>
147                 <td>
148                         {t}'... calls waiting'{/t}
149                 </td>
150                 <td>
151                         <input type="text" style='width:250px;' name='goFonQueueCallsWaiting' value='{$goFonQueueCallsWaiting}' {$goFonQueueCallsWaitingACL}>
152                 </td>
153                 </tr>
154                 <tr>
155                 <td>
156                         {t}'Thank you' message{/t}
157                 </td>
158                 <td>
159                         <input type="text" style='width:250px;' name='goFonQueueThankYou' value='{$goFonQueueThankYou}' {$goFonQueueThankYouACL}>
160                 </td>
161                 </tr>
162                 <tr>
163                 <td>
164                         {t}'minutes' sound file{/t}
165                 </td>
166                 <td>
167                         <input type="text" style='width:250px;' name='goFonQueueMinutes' value='{$goFonQueueMinutes}' {$goFonQueueMinutesACL}>
168                 </td>
169                 </tr>
170                 <tr>
171                 <td>
172                         {t}'seconds' sound file{/t}
173                 </td>
174                 <td>
175                         <input type="text" style='width:250px;' name='goFonQueueSeconds' value='{$goFonQueueSeconds}' {$goFonQueueSecondsACL}>
176                 </td>
177                 </tr>
178                 <tr>
179                 <td>
180                         {t}Hold sound file{/t}
181                 </td>
182                 <td>
183                         <input type="text" style='width:250px;' name='goFonQueueReportHold' value='{$goFonQueueReportHold}' {$goFonQueueReportHoldACL}>
184                 </td>
185                 </tr>
186                 <tr>
187                 <td>
188                         {t}Less Than sound file{/t}
189                 </td>
190                 <td>
191                         <input type="text" style='width:250px;' name='goFonQueueLessThan' value='{$goFonQueueLessThan}' {$goFonQueueLessThanACL}>
192                 </td>
193                 </tr>
195                 </table>
196 </td>
197 </tr>
198 <tr>
199         <td colspan=2>
200                 <p class="seperator">
201         </td>
202 </tr>
203 <tr>
204 <td colspan=2><h2 style='margin-bottom:0px;'><img class="center" alt="" src="images/select_ogroup.png" align="middle">&nbsp;{t}Phone attributes {/t}</h2></td>
205 </tr>
206 <tr>
207 <td>
208                 <table summary="" style="width: 100%; vertical-align: top; text-align: left;" border="0" cellpadding="0">
209         <tr>
210         <td colspan=2>
211             <input type="checkbox" name='goFonQueueAnnounceHoldtime' value='yes'  {$goFonQueueAnnounceHoldtimeCHK} {$goFonQueueAnnounceHoldtimeACL}>
212             {t}Announce holdtime{/t}
213         </td>
214         </tr>
215         <tr>
216         <td colspan=2>
217             <input type="checkbox" name='goFonDialOption_t' value='t'  {$goFonDialOption_tCHK} {$goFonDialOption_tACL}>
218             {t}Allow the called user to transfer his call{/t}
219         </td>
220         </tr>
221         <tr>
222         <td colspan=2>
223             <input type="checkbox" name='goFonDialOption_T' value='T' {$goFonDialOption_TCHK} {$goFonDialOption_TACL}>
224             {t}Allows calling user to transfer call{/t}
225         </td>
226         </table>
228 </td>
229 <td valign='top' style="border-left: 1px solid rgb(160, 160, 160);">
230                 <table summary=""  style="width: 100%; vertical-align: top; text-align: left;" border="0" cellpadding="0">
231         <tr>
232         <td colspan=2>
233             <input type="checkbox" name='goFonDialOption_h' value='h' {$goFonDialOption_hCHK} {$goFonDialOption_hACL}>
234             {t}Allow the called to hangup by pressing *{/t}
235         </td>
236         </tr>
237         <tr>
238         <td colspan=2>
239             <input type="checkbox" name='goFonDialOption_H' value='H' {$goFonDialOption_HCHK} {$goFonDialOption_HACL}>
240             {t}Allows calling to hangup by pressing *{/t}
241         </td>
242         </tr>
243         <tr>
244         <td colspan=2>
245             <input type="checkbox" name='goFonDialOption_r' value='r' {$goFonDialOption_rCHK} {$goFonDialOption_rACL}>
246             {t}Ring instead of playing background music{/t}
247         </td>
248         </tr>
249         </table>
250 </td>
251 </tr>
253 </table>