Let advanced permission scroll, if necessary.
authorJan <jan@horde.org>
Mon, 31 May 2010 16:08:07 +0000 (17:08 +0100)
committerJan Schneider <jan@horde.org>
Mon, 31 May 2010 16:22:34 +0000 (18:22 +0200)
kronolith/templates/chunks/permissions.inc
kronolith/themes/screen.css

index 0247351..36442b3 100644 (file)
@@ -54,7 +54,10 @@ if (count($groups) > 1) {
   </div>
   <div id="kronolithC<?php echo $type ?>PAdvanced" class="kronolithCPAdvanced" style="display:none">
     <div class="kronolithDialogInfo"><?php printf(_("%sAdvanced sharing.%s You can also return to the %sstandard settings%s."), '<strong>', '</strong>', '<strong><a href="#" id="kronolithC' . $type . 'PLess">', '</a></strong>') ?></div>
-    <div>
+
+    <div class="kronolithCPAdvancedMore">
+
+    <div><!-- Calendar Owner -->
     <table width="100%" cellspacing="0" cellpadding="0" border="0">
       <thead>
         <tr valign="middle">
@@ -79,6 +82,8 @@ if (count($groups) > 1) {
       </tbody>
     </table>
     </div>
+
+    <div><!-- Default Users -->
     <table width="100%" cellspacing="0" cellpadding="0" border="0">
       <thead>
         <tr valign="middle">
@@ -172,8 +177,9 @@ if (count($groups) > 1) {
       </tr>
       </tbody>
     </table>
+    </div>
 
-    <!-- User Permissions -->
+    <div><!-- User Permissions -->
     <table width="100%" cellspacing="0" cellpadding="0" border="0">
       <thead>
         <tr valign="middle">
@@ -224,8 +230,9 @@ if (count($groups) > 1) {
       </tr>
       </tbody>
     </table>
+    </div>
 
-    <!-- Group Permissions -->
+    <div><!-- Group Permissions -->
     <table width="100%" cellspacing="0" cellpadding="0" border="0">
       <thead>
         <tr valign="middle">
@@ -270,4 +277,7 @@ if (count($groups) > 1) {
       </tr>
       </tbody>
     </table>
+    </div>
+
+    </div>
   </div>
index 69d1115..a0c7b09 100644 (file)
@@ -758,6 +758,10 @@ a.kronolithFormCancel {
 }
 
 /* Calendar form dialogs */
+.kronolithCPAdvancedMore {
+    max-height: 300px;
+    overflow-y: auto;
+}
 .kronolithCPAdvanced th:first-child {
     width: 220px;
 }