summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 889bb02)
raw | patch | inline | side by side (parent: 889bb02)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 07:46:41 +0000 (07:46 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 07:46:41 +0000 (07:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3446 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/applications/headpage.tpl | [deleted file] | patch | blob | history |
diff --git a/plugins/admin/applications/headpage.tpl b/plugins/admin/applications/headpage.tpl
+++ /dev/null
@@ -1,69 +0,0 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
-<tr>
- <td style="vertical-align:top;">
- <div class="contentboxh">
- <p class="contentboxh">
- {t}List of applications{/t} {$hint}
- </p>
- </div>
- <div class="contentboxb">
- {$applicationshead}
- </div>
- <div style='height:4px;'></div>
- <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
- {$applications}
- <input type=hidden name="edit_helper">
- </div>
- </td>
- <td style="vertical-align:top">
- <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
- <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
- </div>
- <div class="contentboxb">
- <p class="contentboxb">
- {t}This menu allows you to add, edit and remove selected applications. You may want to use the range selector on top of the application listbox, when working with a large number of applications.{/t}
- </p>
- </div>
- {if $enableReleaseManagement == true}
- <br>
- <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
- <p class="contentboxh"><img src="{$releaseimage}" align="right" alt="[F]">{t}Branches{/t}</p>
- </div>
- <div class="contentboxb">
- <table summary="" style="width:100%;">
- <tr>
- <td>
- {t}Current release{/t}
- <select name="select_release" onChange="document.mainform.submit();">
- {html_options values=$releaseKeys output=$releases selected=$select_release}
- </select>
- </td>
- </tr>
- </table>
- </div>
- {/if}
- <br>
- <div class="contentboxh">
- <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
- </div>
- <div class="contentboxb">
- <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
- {$alphabet}
- </table>
- <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
- <tr>
- <td>
- <LABEL for='regex'><img alt="{t}Display applications matching{/t}" src="{$search_image}" align=middle title='{t}Display applications matching{/t}'></LABEL>
- </td>
- <td width="99%">
- <input style='width:99%' type='text' name='regex' maxlength='20' id='filter' value='{$regex}' title='{t}Regular expression for matching application names{/t}' onChange="mainform.submit()">
- </td>
- </tr>
- </table>
- {$apply}
- </div>
- </td>
-</tr>
-</table>
-
-<input type="hidden" name="ignore">