summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 84024f4)
raw | patch | inline | side by side (parent: 84024f4)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Mar 2010 19:56:46 +0000 (19:56 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Mar 2010 19:56:46 +0000 (19:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15867 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/modern/style.css | patch | blob | history | |
gosa-core/plugins/admin/users/user-filter.tpl | patch | blob | history | |
gosa-core/plugins/admin/users/user-list.tpl | patch | blob | history |
index 88de78ade55abb211eeb39a8192e0647cdb61d9c..292f0a7dd572a72b58571336b77f01c0cb5ac176 100644 (file)
background-color:#418DD4;
background-image:none;
}
+
+
+/* Filter */
+
+div.filter {
+ border:1px solid blue;
+}
+
+
diff --git a/gosa-core/plugins/admin/users/user-filter.tpl b/gosa-core/plugins/admin/users/user-filter.tpl
index 227243dcfcf2f95419949f78b59c0e52119e8cb7..a878872f603c8c4a8f5eb41800408e98081e208a 100644 (file)
-<div class="contentboxh">
- <p class="contentboxh">
- <img src="images/launch.png" align="right" alt="[F]">{t}Filter{/t}
- </p>
-</div>
+<div class="filter">
+
+ <h3>Filter
+
+
+ {$TEMPLATES} <LABEL for='TEMPLATES'>{t}Show templates{/t}</LABEL><br>
+ {$FUNCTIONAL} <LABEL for='FUNCTIONAL'>{t}Show functional users{/t}</LABEL><br>
+ {$POSIX} <LABEL for='POSIX'>{t}Show POSIX users{/t}</LABEL><br>
+ {$MAIL} <LABEL for='MAIL'>{t}Show Mail users{/t}</LABEL><br>
+ {$SAMBA} <LABEL for='SAMBA'>{t}Show Samba users{/t}</LABEL><br>
+
+ <hr>
+
+ {$SCOPE}
+
+ <table>
+ <tr>
+ <td>
+ <label for="NAME">
+ <img src="images/lists/search.png" align=middle> Name
+ </label>
+ </td>
+ <td>
+ {$NAME}
+ </td>
+ </tr>
+ </table>
+
+ <table>
+ <tr>
+ <td width="100%" align="right">
+ {$APPLY}
+ </td>
+ </tr>
+ </table>
-<div class="contentboxb">
-
-<div style="border-top:1px solid #AAAAAA"></div>
-
-{$TEMPLATES} <LABEL for='TEMPLATES'>{t}Show templates{/t}</LABEL><br>
-{$FUNCTIONAL} <LABEL for='FUNCTIONAL'>{t}Show functional users{/t}</LABEL><br>
-{$POSIX} <LABEL for='POSIX'>{t}Show POSIX users{/t}</LABEL><br>
-{$MAIL} <LABEL for='MAIL'>{t}Show Mail users{/t}</LABEL><br>
-{$SAMBA} <LABEL for='SAMBA'>{t}Show Samba users{/t}</LABEL><br>
-
- <div style="border-top:1px solid #AAAAAA"></div>
- {$SCOPE}
-
- <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
- <tr>
- <td>
- <label for="NAME">
- <img src="images/lists/search.png" align=middle> Name
- </label>
- </td>
- <td>
- {$NAME}
- </td>
- </tr>
- </table>
-
- <table summary="" width="100%" style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
- <tr>
- <td width="100%" align="right">
- {$APPLY}
- </td>
- </tr>
- </table>
</div>
diff --git a/gosa-core/plugins/admin/users/user-list.tpl b/gosa-core/plugins/admin/users/user-list.tpl
index b1c5e38aab18785e7a8af0d2461b8e2b24fa08b2..229b937378f626d1719b11b5c403366805a44c5d 100644 (file)
<div class="mainlist-header">
<p>{$HEADLINE} {$SIZELIMIT}</p>
<div class="mainlist-nav">
+ <div style='float:right'>Gustav</div>
<table>
<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>{$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>
</tr>
-
</table>
</div>
</div>