Code

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