From: cajus Date: Thu, 7 Jan 2010 15:38:22 +0000 (+0000) Subject: Updated headers X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=53247114396250f58d787c57dc9571bd971e5b08;p=gosa.git Updated headers git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15111 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/Changelog b/gosa-core/Changelog index eae7b213b..5a5ef9d1e 100644 --- a/gosa-core/Changelog +++ b/gosa-core/Changelog @@ -3,12 +3,18 @@ GOsa2 changelog * gosa 2.6.7 - Added more information to DHCP service dialog (thanks to Mathieu) - - Fixed generation of kerberos host keys when DNS is enabled - Added more checks for DNS zone records + - Added IMAP folder autocreation + - Fixed generation of kerberos host keys when DNS is enabled - Fixed template error message when no sshkey plugin is enabled + - Fixed problem where arrays got shortened by one in copy and paste + - Fixed avascript for IE + - Fixed issues with templates and password methods that got introduced + in 2.6.6 user list migration + - Speed up OPSI operations - Speed up group and user removal by large factors - - Fix Problem where arrays got shortened by one in copy and paste - - Unified complete logging with rSyslog plugin and service + - Unified logging with rSyslog plugin and service + - Converted to new configurable lists view * gosa 2.6.6 - Added ssh public key management diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 7db9dcc18..695ecbecb 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1923,3 +1923,45 @@ td.nlistFooter { height:16px; } +/* Sortable Lists */ +div.sortableListContainer { + border: 1px solid #AAA; + overflow: auto; +} + +.sortableListContainer th{ + background-color: #D8D8D8; + padding: 3px; + text-align:left; + border-left:1px solid #AAA; +} + +.sortableListContainer td{ + padding: 3px; + text-align:left; + border-left:1px solid #AAA; +} + +tr.sortableListItem { + background-color: white; + cursor:move; +} + +tr.sortableListItemOdd { + background-color: #F5F5F5; + cursor:move; +} + +table.sortableListTable { + border: 0px; +} + +div.dropmarker { + height:1px; + border-top:1px solid #A00; + color: #fff; + z-index:1000; + margin : 0 0 0 0; +} + + diff --git a/gosa-core/ihtml/themes/default/headers.tpl b/gosa-core/ihtml/themes/default/headers.tpl index 39ff29602..736bc9461 100644 --- a/gosa-core/ihtml/themes/default/headers.tpl +++ b/gosa-core/ihtml/themes/default/headers.tpl @@ -35,6 +35,7 @@ +