1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/groups mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/groups |
2 |
|
|
--- e-smith-base-4.18.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/groups 2008-03-12 09:49:10.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/groups 2008-03-12 09:47:47.000000000 -0600 |
4 |
|
|
@@ -81,14 +81,6 @@ |
5 |
|
|
<trans>Error: That is not an existing group account.</trans> |
6 |
|
|
</entry> |
7 |
|
|
<entry> |
8 |
|
|
- <base>SAVE</base> |
9 |
|
|
- <trans>Add</trans> |
10 |
|
|
- </entry> |
11 |
|
|
- <entry> |
12 |
|
|
- <base>MODIFY_SAVE</base> |
13 |
|
|
- <trans>Save</trans> |
14 |
|
|
- </entry> |
15 |
|
|
- <entry> |
16 |
|
|
<base>GROUP_NAME</base> |
17 |
|
|
<trans>Group Name</trans> |
18 |
|
|
</entry> |
19 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/web/functions/groups mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/groups |
20 |
|
|
--- e-smith-base-4.18.0/root/etc/e-smith/web/functions/groups 2005-11-20 21:28:10.000000000 -0700 |
21 |
|
|
+++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/groups 2008-03-12 09:47:39.000000000 -0600 |
22 |
|
|
@@ -123,7 +123,7 @@ |
23 |
|
|
<description>GROUP_DESC_EXPL</description> |
24 |
|
|
</field> |
25 |
|
|
<subroutine src="genUsers()"/> |
26 |
|
|
- <subroutine src="print_button('SAVE')" /> |
27 |
|
|
+ <subroutine src="print_button('ADD')" /> |
28 |
|
|
</page> |
29 |
|
|
<page name="Delete" pre-event="turn_off_buttons()" |
30 |
|
|
post-event="delete_group()"> |
31 |
|
|
@@ -144,6 +144,6 @@ |
32 |
|
|
<label>GROUP_DESC</label> |
33 |
|
|
</field> |
34 |
|
|
<subroutine src="genUsers()"/> |
35 |
|
|
- <subroutine src="print_button('MODIFY_SAVE')" /> |
36 |
|
|
+ <subroutine src="print_button('SAVE')" /> |
37 |
|
|
</page> |
38 |
|
|
</form> |