Code

3ad75c9f150a45b84de10016bb37d942d4cd5658
[gosa.git] / plugins / admin / systems / servRepository.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;width:600px">
4   <div class="contentboxh">
5     <p class="contentboxh">
6      {t}List of configured repositories.{/t}
7     </p>
8   </div>
9   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
10 {$Repositories}
11     <input type=hidden name="edit_helper">
12   </div>
13   </td>
14   <td style="vertical-align:top;">
15    <div class="contentboxh">
16     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
17    </div>
18    <div class="contentboxb" style="padding:0px;margin:0px;" ><p class="contentboxb">
19      {t}This menu allows you to create, delete and edit repository settings.{/t}
20    </p>
21    </div>
22    <br>
23    <div class="contentboxh">
24     <p class="contentboxh">
25                         <img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}
26         </p>
27    </div>
28    <div class="contentboxb">
29      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
30       {$alphabet}
31      </table>
32      <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
33      <tr>
34      <td>
35      <label for="regex"><img alt="{t}Display objects matching{/t}" src="{$search_image}" align='middle' title='{t}Display objects matching{/t}'/>
36      </td>
37      <td width="99%">
38      <input type='text' name='regex' maxlength='20' style='width:99%' value='{$regex}' id='filter' 
39      title='{t}Regular expression for matching object names{/t}' onChange="mainform.submit()">
40      </td>
41      </tr>
42      </table>
43                           {$apply}
44    </div>
45   </td>
46 </tr>
47 </table>
49 <input type="hidden" name="ignore">