diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-01 16:20:46 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-01 16:20:46 +0000 |
| commit | 8e6089cccc871427f64f0e17c69cafccded63671 (patch) | |
| tree | e3deef895746d63100098e984ae4e560e24c018e /admin | |
| parent | dbeb76b093aa1fb63313ab3d76e883599ea938f0 (diff) | |
| download | fisheye-8e6089cccc871427f64f0e17c69cafccded63671.tar.gz fisheye-8e6089cccc871427f64f0e17c69cafccded63671.tar.bz2 fisheye-8e6089cccc871427f64f0e17c69cafccded63671.zip | |
use gallery admin permission instead of edit permission to allow full access to fishey galleries
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_fisheye_inc.php | 6 | ||||
| -rw-r--r-- | admin/schema_inc.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/admin/admin_fisheye_inc.php b/admin/admin_fisheye_inc.php index 1e9fcf2..2db2dfd 100644 --- a/admin/admin_fisheye_inc.php +++ b/admin/admin_fisheye_inc.php @@ -23,9 +23,9 @@ $formGalleryGeneral = array( 'note' => 'Enable this if you want to have all public galleries visible when uploading files. This might cause problems on large sites with many public galleries.', 'type' => 'checkbox' ), - "fisheye_show_all_to_editors" => array( - 'label' => 'Show all Galleries to Editors', - 'note' => 'This will allow gallery editors to upload and move around images in all galleries. This might cause problems on large sites with many galleries.', + "fisheye_show_all_to_admins" => array( + 'label' => 'Show all Galleries to Administrators', + 'note' => 'This will allow gallery admins to upload and move around images in all galleries. This might cause problems on large sites with many galleries.', 'type' => 'checkbox' ), ); diff --git a/admin/schema_inc.php b/admin/schema_inc.php index fe352ec..2342293 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -89,7 +89,7 @@ $gBitInstaller->registerPreferences( FISHEYE_PKG_NAME, array( array( FISHEYE_PKG_NAME, 'fisheye_menu_text','Image Galleries'), // more intuitive if we can see all galleries we can upload images to array( FISHEYE_PKG_NAME, 'fisheye_show_public_on_upload','y'), - array( FISHEYE_PKG_NAME, 'fisheye_show_all_to_editors','y'), + array( FISHEYE_PKG_NAME, 'fisheye_show_all_to_admins','y'), ) ); // ### Default User Permissions |
