From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/share/html/User/Prefs.html | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'rt/share/html/User/Prefs.html') diff --git a/rt/share/html/User/Prefs.html b/rt/share/html/User/Prefs.html index d491145e0..be2919a65 100755 --- a/rt/share/html/User/Prefs.html +++ b/rt/share/html/User/Prefs.html @@ -80,6 +80,7 @@ <&|/l&>Timezone: <& /Elements/SelectTimezone, Name => 'Timezone', Default => $UserObj->Timezone &> +<& /Elements/EditCustomFields, Object => $UserObj, Grouping => 'Identity', InTable => 1 &> <&| /Widgets/TitleBox, title => loc('Phone numbers'), id => "user-prefs-phone" &> @@ -100,11 +101,12 @@ <&|/l&>Pager: +<& /Elements/EditCustomFields, Object => $UserObj, Grouping => 'Phones', InTable => 1 &> %if ($UserObj->Privileged) { -<&| /Widgets/TitleBox, title => loc('Signature') &> +<&| /Widgets/TitleBox, title => loc('Signature'), id => "user-prefs-signature" &> @@ -119,6 +121,9 @@ User => $UserObj, Name => [qw(CurrentPass Pass1 Pass2)], &> + +<& /Elements/EditCustomFields, Object => $UserObj, Grouping => 'Access control' &> + <&| /Widgets/TitleBox, title => loc('Location'), id => "user-prefs-location" &> @@ -151,27 +156,21 @@ <&|/l&>Country: +<& /Elements/EditCustomFields, Object => $UserObj, Grouping => 'Location', InTable => 1 &> -<&| /Widgets/TitleBox, title => loc('Custom Fields') &> - -% my $CustomFields = $UserObj->CustomFields; -% while ( my $CF = $CustomFields->Next ) { - - - -% } -
<% loc( $CF->Name ) %>:<& /Elements/EditCustomField, - %ARGS, Object => $UserObj, CustomField => $CF -&>
- + + +<& /Elements/EditCustomFieldCustomGroupings, Object => $UserObj &> + + <& /Elements/Submit, Label => loc('Save Preferences') &> <&| /Widgets/TitleBox, title => loc('Secret authentication token'), id => "user-prefs-feeds" &> -<&|/l&>All iCal feeds embed a secret token which authorizes you. If the URL one of your iCal feeds got exposed to the outside world, you can get a new secret, breaking all existing iCal feeds below. +<&|/l&>All iCal feeds embed a secret token which authorizes you. If the URL for one of your iCal feeds was exposed to the outside world, you can get a new secret, breaking all existing iCal feeds, below.