Code

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