Index: openacs-4/packages/acs-admin/www/auth/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/index.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-admin/www/auth/index.tcl 10 Jan 2007 21:22:00 -0000 1.7 +++ openacs-4/packages/acs-admin/www/auth/index.tcl 14 May 2007 20:30:17 -0000 1.8 @@ -24,37 +24,37 @@ sub_class narrow } pretty_name { - label "Name" + label "\#acs-admin.Name\#" link_url_eval {[export_vars -base authority { authority_id }]} } enabled { - label "Enabled" + label "\#acs-admin.Enabled\#" html { align center } display_template { - + - + } } move { - label "Order*" + label "\#acs-admin.Order\#" html { align center } display_template { - + - + } } registration { - label "Registration" + label "\#acs-admin.Registration\#" html { align center } display_template { @@ -63,8 +63,8 @@ + title="\#acs-admin.Make_this_the_authority_for_registering_new_users\#" + onclick="return confirm('\#acs-admin.You_are_changing_all_user_registrations_to_be_in_authority_authorities_pretty_name\#');"> @@ -75,22 +75,22 @@ } } auth_impl { - label "Authentication" + label "\#acs-admin.Authentication\#" } pwd_impl { - label "Password" + label "\#acs-admin.Password\#" } reg_impl { - label "Registration" + label "\#acs-admin.Registration\#" } delete { label "" display_template { - Delete + onclick="return confirm('\#acs-admin.Are_you_sure_you_want_to_delete_authority_authorities_pretty_name\#');"> + \#acs-admin.Delete\# }