diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/groups mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/groups
--- e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/groups 2008-03-26 17:49:00.000000000 +0100
+++ mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/groups 2008-04-27 12:11:51.000000000 +0200
@@ -6,18 +6,6 @@
Create, modify, or remove user groups
- CREATE_TITLE
- Create user group
-
-
- MODIFY_TITLE
- Modify user group
-
-
- REMOVE_TITLE
- Remove user group
-
- GROUP_TOO_LONG
Error: group name is too long.The maximum is {$maxLength}
characters.
@@ -81,10 +69,6 @@
Error: That is not an existing group account.
- GROUP_NAME
- Group Name
-
- GROUP_DESC
Brief Description/Windows Group Alias
@@ -109,37 +93,13 @@
]]>
- USERNAME
- User Name
-
-
- CLICK_TO_CREATE
- Add group
-
-
- NO_GROUPS
- There are no user groups in the system.
-
- CURRENT_LIST
Current list of User Groups
]]>
- GROUP_MEMBERS
- Group Members
-
-
- DESCRIPTION
- Description
-
- DELETE_DESCRIPTION
{$group}."
]]>
-
- Groups
- Groups
-
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/remoteaccess mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/remoteaccess
--- e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/remoteaccess 2008-03-26 17:49:00.000000000 +0100
+++ mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/remoteaccess 2008-04-27 12:19:22.000000000 +0200
@@ -20,14 +20,6 @@
The new remote access settings have been saved.
- ERROR_UPDATING
- Error occurred while updating system configuration.
-
-
- OFF
- Off
-
- NO_ACCESS
No Access
@@ -40,14 +32,6 @@
Accept passwords from anywhere
- PUBLIC
- Allow public access (entire Internet)
-
-
- PRIVATE
- Allow access only from local networks
-
- LABEL_TELNET_ACCESS
Telnet access
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/useraccounts mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/useraccounts
--- e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/useraccounts 2008-04-27 12:20:21.000000000 +0200
+++ mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/useraccounts 2008-04-27 12:16:36.000000000 +0200
@@ -155,22 +155,6 @@
Group memberships
- USER_NAME
- User name
-
-
- PASSWORD1
- New password
-
-
- PASSWORD2
- New password (verify)
-
-
- PASSWORD_VERIFY_ERROR
- The passwords you entered did not match.
-
- RESET_DESC
You are about to change the password for the user account
@@ -209,10 +193,6 @@
initials to this field.
- RESET_PASSWORD
- Reset password
-
- LOCK_ACCOUNT
Lock account
@@ -268,10 +248,6 @@
There are no user accounts on this system.
- ACCOUNT_IS_LOCKED
- Account is locked
-
- Users
Users
@@ -313,10 +289,6 @@
Member?
- DESCRIPTION
- Description
-
- VPN_CLIENT_ACCESS
VPN Client Access
@@ -368,10 +340,6 @@
Download digital certificate to IPSec client
- BUTTON_IPSECRW_DOWNLOAD
- Download
-
- ERR_OCCURRED_DELETING
An error occurred while trying to delete the user.
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/etc/e-smith/web/functions/groups mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/web/functions/groups
--- e-smith-base-4.18.1/root/etc/e-smith/web/functions/groups 2008-03-26 17:49:00.000000000 +0100
+++ mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/web/functions/groups 2008-04-27 12:09:25.000000000 +0200
@@ -3,7 +3,7 @@
# vim: ft=xml ts=4 sw=4 et:
#----------------------------------------------------------------------
# heading : Collaboration
-# description : Groups
+# description : GROUPS
# navigation : 2000 2200
#----------------------------------------------------------------------
#----------------------------------------------------------------------
@@ -112,7 +112,7 @@
- CREATE_TITLE
+ CREATE_GROUPGROUP_NAMING
@@ -127,7 +127,7 @@
- REMOVE_TITLE
+ REMOVE_USER_GROUP
@@ -135,7 +135,7 @@
- MODIFY_TITLE
+ MODIFY_USER_GROUP
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/etc/e-smith/web/functions/useraccounts mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/web/functions/useraccounts
--- e-smith-base-4.18.1/root/etc/e-smith/web/functions/useraccounts 2008-04-27 12:20:21.000000000 +0200
+++ mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/web/functions/useraccounts 2008-04-27 12:14:39.000000000 +0200
@@ -257,13 +257,13 @@
- RESET_PASSWORD_TITLE
+ PASSWORD_RESET_TITLE
-
+
-
+
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/groups.pm mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/groups.pm
--- e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/groups.pm 2008-03-26 17:49:00.000000000 +0100
+++ mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/groups.pm 2008-04-27 12:08:04.000000000 +0200
@@ -161,12 +161,12 @@
print $q->Tr($q->td(
"