projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
983770c
)
Default to SHOW enabled.
author
Jan Schneider
<jan@horde.org>
Mon, 15 Mar 2010 18:17:38 +0000
(19:17 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 15 Mar 2010 18:33:32 +0000
(19:33 +0100)
kronolith/templates/chunks/permissions.inc
patch
|
blob
|
history
diff --git
a/kronolith/templates/chunks/permissions.inc
b/kronolith/templates/chunks/permissions.inc
index
9d1658a
..
2377155
100644
(file)
--- a/
kronolith/templates/chunks/permissions.inc
+++ b/
kronolith/templates/chunks/permissions.inc
@@
-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 />