Default to SHOW enabled.
authorJan Schneider <jan@horde.org>
Mon, 15 Mar 2010 18:17:38 +0000 (19:17 +0100)
committerJan Schneider <jan@horde.org>
Mon, 15 Mar 2010 18:33:32 +0000 (19:33 +0100)
kronolith/templates/chunks/permissions.inc

index 9d1658a..2377155 100644 (file)
@@ -14,7 +14,7 @@ if (count($groups) > 1) {
       <?php printf(_("or share with %s %severyone%s (and %s %smake it searchable%s by everyone too)"),
                    '<input type="radio" id="kronolithC' . $type . 'PAll" name="basic_perms" />',
                    '<label for="kronolithC' . $type . 'PAll">', '</label>',
-                   '<input type="checkbox" id="kronolithC' . $type . 'PAllShow" />',
+                   '<input type="checkbox" id="kronolithC' . $type . 'PAllShow" checked="checked" />',
                    '<label for="kronolithC' . $type . 'PAllShow">', '</label>')
       ?>
       <br />