From 03d0311618267cf0b16445161c4d275749d64a5e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 7 Oct 2009 21:40:05 -0700 Subject: Implement a user::is_writable() API method and disable the user add, updates and display if the Identity driver does not support writes. This is set in the config.identity.php --- modules/gallery/views/admin_users_group.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gallery/views/admin_users_group.html.php') diff --git a/modules/gallery/views/admin_users_group.html.php b/modules/gallery/views/admin_users_group.html.php index db3645a0..539f69b7 100644 --- a/modules/gallery/views/admin_users_group.html.php +++ b/modules/gallery/views/admin_users_group.html.php @@ -4,7 +4,7 @@ special): ?> id") ?>" title=" $group->name))->for_html_attr() ?>" - class="g-dialog-link g-button ui-state-default ui-corner-all"> + class="g-dialog-link g-button ui-state-default ui-corner-all "> for_html_attr() ?>" @@ -20,7 +20,7 @@ name) ?> special): ?> " title=" $user->name, "group" => $group->name))->for_html_attr() ?>"> -- cgit v1.2.3