diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2019-03-31 12:47:29 -0400 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2019-03-31 12:57:47 -0400 |
| commit | 7b081112d1036437511db1227055eb1f82ebbb31 (patch) | |
| tree | 8c4f6bebd29ea947782798d15f5c6b8a22b32ef7 /rt/docs/design_docs | |
| parent | 52360059f2b525024d9c3e5cfd205004d00ad328 (diff) | |
RT# 81692 Update use of deprecated widgets in RT
Diffstat (limited to 'rt/docs/design_docs')
| -rw-r--r-- | rt/docs/design_docs/string-extraction-guide.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/docs/design_docs/string-extraction-guide.txt b/rt/docs/design_docs/string-extraction-guide.txt index 757a27014..5c77aa8af 100644 --- a/rt/docs/design_docs/string-extraction-guide.txt +++ b/rt/docs/design_docs/string-extraction-guide.txt @@ -63,9 +63,9 @@ that this will genereate code which will not work in RT 2.1.3. I need to add a bit of framework to make it work in 2.1.4 -The string <& /Elements/TitleBoxStart, width=> "40%", titleright => "RT $RT::VERSION for ". RT->Config->Get('rtname'), title => 'Login' &> +The string <& /Widgets/TitleBoxStart, width=> "40%", titleright => "RT $RT::VERSION for ". RT->Config->Get('rtname'), title => 'Login' &> -should become <& /Elements/TitleBoxStart, +should become <& /Widgets/TitleBoxStart, width=> "40%", titleright => loc("RT [_1] for [_2]",$RT::VERSION, RT->Config->Get('rtname')), title => loc('Login'), |
