Code

643b4a32653850dff09ec20283ed4bd2d9021eac
[gosa.git] / plugins / admin / ogroups / phonequeue.tpl
1 <p style='padding-left:7px;'>
2  <img class='center' src='images/lamp.png' alt='!'>&nbsp;<b>{t}Only users with the same asterisk home server will be included to this queue.{/t}</b>
3 </p>
5 <table summary="{t}Queue Settings{/t}" style="width: 100%; vertical-align: top; text-align: left;" border="0" cellpadding="4">
6 <tr>
7 <td valign='top'>
8                 <h2><img class="center" alt="" src="images/select_phone.png" align="middle">&nbsp;{t}Phone numbers{/t}</h2>
9                 <table summary="">
10                 <tr>
11                 <td colspan=2>
12                   <table summary="{t}Generic queue Settings{/t}">
13                    <tr>
14                     <td>
15 {render acl=$telephoneNumberACL}
16                         <select style="width:300px; height:60px;" name="goFonQueueNumber_List" size=6>
17                         {html_options options=$telephoneNumber}
18                         <option disabled>&nbsp;</option>
19                         </select>
20 {/render}
21                 </td>
22                 <td style="vertical-align:center">
23 {render acl=$telephoneNumberACL}
24                         <input type="submit" value="{t}Up{/t}"          name="up_phonenumber"><br>
25 {/render}
26 {render acl=$telephoneNumberACL}
27                         <input type="submit" value="{t}Down{/t}"        name="down_phonenumber">
28 {/render}
29                 </td>
30                 </tr>
31                 <tr>
32                  <td colspan=2>
33 {render acl=$telephoneNumberACL}
34                         <input name="phonenumber" size=20 align=middle maxlength=60 value="">
35 {/render}
36 {render acl=$telephoneNumberACL}
37                         <input type="submit" value="{t}Add{/t}"         name="add_phonenumber" >&nbsp;
38 {/render}
39 {render acl=$telephoneNumberACL}
40                         <input type="submit" value="{t}Delete{/t}"      name="delete_phonenumber" >
41 {/render}
42              </td>
43                 </tr>
44                 </table>
45                 </tr>
46                 <tr>
47                   <td colspan=2><h2><img class="center" alt="" src="images/select_ogroup.png" align="middle">&nbsp;{t}Options{/t}</h2></td>
48                 </tr>
49                 <tr>
50                 <td><LABEL for="goFonHomeServer">{t}Home server{/t}</LABEL>{$must}</td>
51                 <td>
52 {render acl=$goFonHomeServerACL}
53                         <select name='goFonHomeServer'>
54                          {html_options options=$goFonHomeServers selected=$goFonHomeServer}
55                         </select>
56 {/render}
57                 </td>
58                 </tr>
60                 <tr>
61                 <td>
62                         {t}Language{/t} 
63                 </td>
64                 <td>
65 {render acl=$goFonQueueLanguageACL}
66                         <select name="goFonQueueLanguage">
67                         {html_options options=$goFonQueueLanguageOptions selected=$goFonQueueLanguage}
68                         <option disabled>&nbsp;</option>
69                         </select>
70 {/render}
71                 </td>
72                 </tr>
73                 <tr>
74                 <td>
75                         {t}Timeout{/t}
76                 </td>
77                 <td>
78 {render acl=$goFonTimeOutACL}
79                         <input name='goFonTimeOut' value='{$goFonTimeOut}'>
80 {/render}
81                 </td>
82                 </tr>
83                 <tr>
84                 <td>
85                         {t}Retry{/t}
86                 </td>
87                 <td>
88 {render acl=$goFonQueueRetryACL}
89                         <input name='goFonQueueRetry' value='{$goFonQueueRetry}'>
90 {/render}
91                 </td>
92                 </tr>
93                 <tr>
94                 <td>
95                         {t}Strategy{/t} 
96                 </td>
97                 <td>
98 {render acl=$goFonQueueStrategyACL}
99                         <select name="goFonQueueStrategy">
100             {html_options options=$goFonQueueStrategyOptions selected=$goFonQueueStrategy}
101             <option disabled>&nbsp;</option>
102             </select>
103 {/render}
104         
105                 </td>
106                 </tr>
107                 <tr>
108                 <td>
109                         {t}Max queue length{/t}
110                 </td>
111                 <td>
112 {render acl=$goFonMaxLenACL}
113                         <input name='goFonMaxLen' value='{$goFonMaxLen}'>       
114 {/render}
115                 </td>
116                 </tr>
117                 <tr>
118                 <td>
119                         {t}Announce frequency{/t}
120                 </td>
121                 <td>
122 {render acl=$goFonAnnounceFrequencyACL}
123                         <input name='goFonAnnounceFrequency' value='{$goFonAnnounceFrequency}'>
124 {/render}
125                         {t}(in seconds){/t}     
126                 </td>
127                 </tr>
128                 </table>
129 </td>
130 <td valign='top' style="border-left: 1px solid rgb(160, 160, 160);">
131         <h2>
132     <img class="center" alt="" src="images/sound.png" align="middle">
133     {t}Queue sound setup{/t}
134     </h2>
135         <table summary="{t}Generic queue Settings{/t}">
136                 <!--<tr>
137                 <td>
138                         {t}Use music on hold instead of ringing{/t}
139                 </td>
140                 <td>
141 {render acl=goFonMusiconHoldACL}
142                         <input type="checkbox" name='goFonMusiconHold' value='1' {$goFonMusiconHoldCHK}>
143 {/render}
144                 </td>
145                 </tr>
146                 -->
147                 <tr>
148                 <td>
149                         {t}Music on hold{/t}
150                 </td>
151                 <td>
152 {render acl=$goFonMusiconHoldACL}
153                         <input type="text" style='width:250px;' name='goFonMusiconHold' value='{$goFonMusiconHold}'>
154 {/render}
155                 </td>
156                 </tr>
157                 <tr>
158                 <td>
159                         {t}Welcome sound file{/t}
160                 </td>
161                 <td>
162 {render acl=$goFonWelcomeMusicACL}
163                         <input type="text" style='width:250px;' name='goFonWelcomeMusic' value='{$goFonWelcomeMusic}'>
164 {/render}
165                 </td>
166                 </tr>
167                 <tr>
168                 <td>
169                         {t}Announce message{/t}
170                 </td>
171                 <td>
172 {render acl=$goFonQueueAnnounceACL}
173                         <input type="text" style='width:250px;' name='goFonQueueAnnounce' value='{$goFonQueueAnnounce}'>
174 {/render}
175                 </td>
176                 </tr>
177                 <tr>
178                 <td>
179                         {t}Sound file for 'You are next ...'{/t}
180                 </td>
181                 <td>
182 {render acl=$goFonQueueYouAreNextACL}
183                         <input type="text" style='width:250px;' name='goFonQueueYouAreNext' value='{$goFonQueueYouAreNext}'>
184 {/render}
185                 </td>
186                 </tr>
187                 <tr>
188                 <td>
189                         {t}'There are ...'{/t}
190                 </td>
191                 <td>
192 {render acl=$goFonQueueThereAreACL}
193                         <input type="text" style='width:250px;' name='goFonQueueThereAre' value='{$goFonQueueThereAre}'>
194 {/render}
195                 </td>
196                 </tr>
197                 <tr>
198                 <td>
199                         {t}'... calls waiting'{/t}
200                 </td>
201                 <td>
202 {render acl=$goFonQueueCallsWaitingACL}
203                         <input type="text" style='width:250px;' name='goFonQueueCallsWaiting' value='{$goFonQueueCallsWaiting}'>
204 {/render}
205                 </td>
206                 </tr>
207                 <tr>
208                 <td>
209                         {t}'Thank you' message{/t}
210                 </td>
211                 <td>
212 {render acl=$goFonQueueThankYouACL}
213                         <input type="text" style='width:250px;' name='goFonQueueThankYou' value='{$goFonQueueThankYou}'>
214 {/render}
215                 </td>
216                 </tr>
217                 <tr>
218                 <td>
219                         {t}'minutes' sound file{/t}
220                 </td>
221                 <td>
222 {render acl=$goFonQueueMinutesACL}
223                         <input type="text" style='width:250px;' name='goFonQueueMinutes' value='{$goFonQueueMinutes}'>
224 {/render}
225                 </td>
226                 </tr>
227                 <tr>
228                 <td>
229                         {t}'seconds' sound file{/t}
230                 </td>
231                 <td>
232 {render acl=$goFonQueueSecondsACL}
233                         <input type="text" style='width:250px;' name='goFonQueueSeconds' value='{$goFonQueueSeconds}'>
234 {/render}
235                 </td>
236                 </tr>
237                 <tr>
238                 <td>
239                         {t}Hold sound file{/t}
240                 </td>
241                 <td>
242 {render acl=$goFonQueueReportHoldACL}
243                         <input type="text" style='width:250px;' name='goFonQueueReportHold' value='{$goFonQueueReportHold}'>
244 {/render}
245                 </td>
246                 </tr>
247                 <tr>
248                 <td>
249                         {t}Less Than sound file{/t}
250                 </td>
251                 <td>
252 {render acl=$goFonQueueLessThanACL}
253                         <input type="text" style='width:250px;' name='goFonQueueLessThan' value='{$goFonQueueLessThan}'>
254 {/render}
255                 </td>
256                 </tr>
258                 </table>
259 </td>
260 </tr>
261 <tr>
262         <td colspan=2>
263                 <p class="seperator">
264         </td>
265 </tr>
266 <tr>
267 <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>
268 </tr>
269 <tr>
270 <td>
271                 <table summary="" style="width: 100%; vertical-align: top; text-align: left;" border="0" cellpadding="0">
272         <tr>
273         <td colspan=2>
274 {render acl=$goFonQueueAnnounceHoldtimeACL}
275             <input type="checkbox" name='goFonQueueAnnounceHoldtime' value='yes'  {$goFonQueueAnnounceHoldtimeCHK}>
276 {/render}
277             {t}Announce holdtime{/t}
278         </td>
279         </tr>
280         <tr>
281         <td colspan=2>
282 {render acl=$goFonDialOptiontACL}
283             <input type="checkbox" name='goFonDialOptiont' value='t'  {$goFonDialOptiontCHK}>
284 {/render}
285             {t}Allow the called user to transfer his call{/t}
286         </td>
287         </tr>
288         <tr>
289         <td colspan=2>
290 {render acl=$goFonDialOptionTACL}
291             <input type="checkbox" name='goFonDialOptionT' value='T' {$goFonDialOptionTCHK}>
292 {/render}
293             {t}Allows calling user to transfer call{/t}
294         </td>
295         </table>
297 </td>
298 <td valign='top' style="border-left: 1px solid rgb(160, 160, 160);">
299                 <table summary=""  style="width: 100%; vertical-align: top; text-align: left;" border="0" cellpadding="0">
300         <tr>
301         <td colspan=2>
302 {render acl=$goFonDialOptionhACL}
303             <input type="checkbox" name='goFonDialOptionh' value='h' {$goFonDialOptionhCHK}>
304 {/render}
305             {t}Allow the called to hangup by pressing *{/t}
306         </td>
307         </tr>
308         <tr>
309         <td colspan=2>
310 {render acl=$goFonDialOptionHACL}
311             <input type="checkbox" name='goFonDialOptionH' value='H' {$goFonDialOptionHCHK}>
312 {/render}
313             {t}Allows calling to hangup by pressing *{/t}
314         </td>
315         </tr>
316         <tr>
317         <td colspan=2>
318 {render acl=$goFonDialOptionrACL}
319             <input type="checkbox" name='goFonDialOptionr' value='r' {$goFonDialOptionrCHK}>
320 {/render}
321             {t}Ring instead of playing background music{/t}
322         </td>
323         </tr>
324         </table>
325 </td>
326 </tr>
328 </table>