/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.0-fixSAVE.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme7/e-smith-base-4.18.0-fixSAVE.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Wed Mar 26 17:01:38 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
- Fix gettext strings returned by password checks [SME: 4104]

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>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed