diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-15 20:13:33 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-15 20:13:33 +0100 |
| commit | dca364780674d417435782855968c46f05eab84c (patch) | |
| tree | 579b489300c093d3aec4213a899b990d9093d3d4 /templates | |
| parent | 76782ad543bf04beec22c98d0c4ceeccf2c8caa3 (diff) | |
| download | install-dca364780674d417435782855968c46f05eab84c.tar.gz install-dca364780674d417435782855968c46f05eab84c.tar.bz2 install-dca364780674d417435782855968c46f05eab84c.zip | |
Remove unused group model code
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/install_cleanup.tpl | 2 | ||||
| -rwxr-xr-x | templates/install_cleanup_done.tpl | 2 | ||||
| -rwxr-xr-x | templates/install_packages_done.tpl | 2 | ||||
| -rwxr-xr-x | templates/install_version.tpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/install_cleanup.tpl b/templates/install_cleanup.tpl index b1cf14d..30aa167 100755 --- a/templates/install_cleanup.tpl +++ b/templates/install_cleanup.tpl @@ -131,7 +131,7 @@ {/if} {if empty( $insPerms ) and empty( $delPerms )} <p class="alert alert-success"> - The permissioning system in your installation is up to date and does not require any adjustments. Even though this is true, we recommend you visit the {smartlink ititle="Permission Maintenance" ipackage=users ifile="admin/permissions.php"} page at some point to ensure that all permissions are active. + The permissioning system in your installation is up to date and does not require any adjustments. Even though this is true, we recommend you visit the {smartlink ititle="Permission Maintenance" ipackage=users ifile="admin/role_permissions.php"} page at some point to ensure that all permissions are active. </p> {/if} {/legend} diff --git a/templates/install_cleanup_done.tpl b/templates/install_cleanup_done.tpl index 5ef3445..c9483f0 100755 --- a/templates/install_cleanup_done.tpl +++ b/templates/install_cleanup_done.tpl @@ -19,7 +19,7 @@ {/forminput} </div> - <p>Since permissions have been modified, you should visit the {smartlink ititle="permission maintenance" ipackage=users ifile="admin/permissions.php"} page to make sure that all permissions are assigned to the correct groups.</p> + <p>Since permissions have been modified, you should visit the {smartlink ititle="permission maintenance" ipackage=users ifile="admin/role_permissions.php"} page to make sure that all permissions are assigned to the correct roles.</p> {/if} {if $deActivated} diff --git a/templates/install_packages_done.tpl b/templates/install_packages_done.tpl index 9615202..7067ab1 100755 --- a/templates/install_packages_done.tpl +++ b/templates/install_packages_done.tpl @@ -29,7 +29,7 @@ {if !$first_install} <div class="alert alert-warning"> - You have just successfully installed new packages. During installation, new permissions were probably added to the database, but not assigned to any groups. You can use the <strong>{smartlink ititle="permission maintenance" ipackage=users ifile='admin/permissions.php'} </strong> page to assign these permissions quickly and easily. + You have just successfully installed new packages. During installation, new permissions were probably added to the database, but not assigned to any roles. You can use the <strong>{smartlink ititle="permission maintenance" ipackage=users ifile='admin/role_permissions.php'} </strong> page to assign these permissions quickly and easily. </div> {/if} diff --git a/templates/install_version.tpl b/templates/install_version.tpl index 1935e2a..d3ead7b 100755 --- a/templates/install_version.tpl +++ b/templates/install_version.tpl @@ -22,7 +22,7 @@ </p> <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. + You can visit the {smartlink ititle="Permission Maintenance" ipackage=users ifile="admin/role_permissions.php"} page at any time to make further adjustments. </p> |
