summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2f723cf)
raw | patch | inline | side by side (parent: 2f723cf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:20 +0000 (09:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:20 +0000 (09:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17246 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/mimetypes/mimetype-filter-release.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/mimetypes/mimetype-filter-release.tpl b/gosa-plugins/goto/admin/mimetypes/mimetype-filter-release.tpl
index 355a8d396f309b908b970d03b627cc3d1e618424..5bd374563bb5618a2e6b95fed765f8e75979c0c2 100644 (file)
-<div class="contentboxh">
- <p class="contentboxh">
- {image path="images/launch.png" align="right"}{t}Filter{/t}
-
- </p>
+<div id="mainlist">
+ <div class="mainlist-header">
+ <p>{$HEADLINE} {$SIZELIMIT}</p>
+ <div class="mainlist-nav">
+ <table summary="{$HEADLINE}">
+ <tr>
+ <td>{$ROOT}</td>
+ <td>{$BACK}</td>
+ <td>{$HOME}</td>
+ <td>{$RELOAD}</td>
+ <td class="left-border">{t}Base{/t} {$BASE}</td>
+ <td class="left-border">{$ACTIONS}</td>
+ <td class="left-border">{$FILTER}</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+
+ {$LIST}
</div>
-<div class="contentboxb">
-
-<div style="border-top:1px solid #AAAAAA"></div>
-
- <table summary="" style="width:100%;">
- <tr>
- <td>
- <LABEL for='RELEASE'>{t}Release{/t}</LABEL> {$RELEASE}<br>
- </td>
- </tr>
- </table>
-
- <table style='width:100%;' summary="">
+<div class="clear"></div>
- <tr>
- <td>
- <label for="NAME">
- {image path="images/lists/search.png"} Name
+<input type="hidden" name="ignore">
- </label>
- </td>
- <td>
- {$NAME}
- </td>
- </tr>
- </table>
-
- <table style='background:#EEEEEE;' summary="">
-
- <tr>
- <td width="100%" align="right">
- {$APPLY}
- </td>
- </tr>
- </table>
-</div>