Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / gofon / gofon / macro / headpage.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;">
4   <div class="contentboxh">
5     <p class="contentboxh">
6      {t}List of macros{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10       {$macroshead}
11   </div>
12   <div style='height:4px;'></div>
13   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14       {$macros}
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;">
20     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
21    </div>
22    <div class="contentboxb">
23    <p class="contentboxb">
24     {t}This menu allows you to add, edit and remove selected macros. You may want to use the range selector on top of the macro listbox, when working with a large number of macros.{/t}
25    </p>
26    </div>
27    <br>
28    <div class="contentboxh">
29     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
30    </div>
31    <div class="contentboxb">
32      <table style="width:100%;border-top:1px solid #B0B0B0;" summary="">
33       {$alphabet}
34      </table>
35     <table style="width:100%;border-top:1px solid #B0B0B0;" summary="">
36                 <tr>
37                         <td>
38                                 <img alt="{t}Display macros matching{/t}" src="{$search_image}" align=middle title='{t}Display macros  matching{/t}'>
39                         </td>
40                 <td width="99%">
41                                 <input type='text' id='regex' name='regex' maxlength='20' value='{$regex}' style='width:99%;' title='{t}Regular expression for matching macro names{/t}' onChange="mainform.submit()">
42                         </td>
43                 </tr>
44         </table>
45     {$apply}
46    </div>
47   </td>
48 </tr>
49 </table>
51 <input type="hidden" name="ignore">