diff options
| author | wjames5 <will@tekimaki.com> | 2008-10-03 15:18:42 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-10-03 15:18:42 +0000 |
| commit | 8acbb394785739892c2ff31bc63489f642712a02 (patch) | |
| tree | 1a7157bab815a26fe054d3266aeb1a25d4095833 /templates | |
| parent | 03bc7c2f526ebb7dfaf7059ff5b08e820e55e99c (diff) | |
| download | install-8acbb394785739892c2ff31bc63489f642712a02.tar.gz install-8acbb394785739892c2ff31bc63489f642712a02.tar.bz2 install-8acbb394785739892c2ff31bc63489f642712a02.zip | |
flip order of help - makes a little more sense this way
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/install_version.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/install_version.tpl b/templates/install_version.tpl index d97674e..1178bfa 100644 --- a/templates/install_version.tpl +++ b/templates/install_version.tpl @@ -18,13 +18,14 @@ {if $version_210beta} <h3>Update to version 2.1.0 beta</h3> <p class="help"> - You can visit the {smartlink ititle="Permission Maintenance" ipackage=users ifile=admin/permissions.php} page at any time to make further adjustments. + The following table shows you all permissions on your system. The default group of a given permission is <span style="background:#fc3">highlighted</span>. We urge you to study this table closely as the default for many of the edit permissions have changed. Additionally, new create permissions have been added, please be sure to check those as well. If you don't update these, your site will likely allow unwanted users to edit content. </p> <p class="help"> - The following table shows you all permissions on your system. The default group of a given permission is <span style="background:#fc3">highlighted</span>. We urge you to study this table closely as the default for many of the edit permissions have changed. Additionally, new create permissions have been added, please be sure to check those as well. If you don't update these, your site will likely allow unwanted users to edit content. + You can visit the {smartlink ititle="Permission Maintenance" ipackage=users ifile=admin/permissions.php} page at any time to make further adjustments. </p> + <table class="data"> <caption>{tr}Available Permissions{/tr}</caption> {capture assign=theader} |
