Code

Removed js errors when not showing divlists.
[gosa.git] / plugins / admin / systems / glpiSelectUser.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;width:50%;" >
4   <div class="contentboxh" style="height:20px;">
5     <p class="contentboxh" style="font-size:12px;">
6      {t}List of users{/t}
7     </p>
8   </div>
9   <div class="contentboxb">
10       {$usershead}
11   </div>
12   <div style='height:4px;'></div>
13   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14       {$users}
15     <input type=hidden name="edit_helper">
16   </div>
17   </td>
18   <td style="vertical-align:top;">
19    <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;">
20     <p class="contentboxh" style="font-size:12px;"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
21    </div>
22    <div class="contentboxb" style="padding:5px;">
23     {t}This dialog allows you to select a user as technical responsible person.{/t}
24    </div>
25    <br>
26    <div class="contentboxh" style="height:20px;">
27     <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
28    </div>
29    <div class="contentboxb">
30      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
31       {$alphabet}
32      </table>
33 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
34 <tr>
35 <td><LABEL for="regex"><img alt="{t}Display users matching{/t}" src="{$search_image}" align=middle></label></td>
36 <td width="99%">
37 <input type='text' style='width:99%' name='regex' maxlength='20' value='{$users_regex}' title='{t}Regular expression for matching user names{/t}' onChange="mainform.submit()">
38 </td>
39 </tr>
40 </table>
41    {$apply}
42    </div>
43   </td>
44 </tr>
45 </table>
47 <input type="hidden" name="ignore">
48 <p class="seperator">&nbsp;</p>
49 <div align="right">
50         <p>
51         <input type="submit" name="{$AbortSelectUser}" value="{t}Cancel{/t}">
52 </p>
53 </div>