Skip to content

Commit

Permalink
Update Templates AdminSearchResultFormat
Browse files Browse the repository at this point in the history
Use the new Admin/Templates/ pages for the Templates
AdminSearchResultFormat links to modify the template.
  • Loading branch information
bkembreeBPS committed Dec 20, 2023
1 parent 7427724 commit 5c4164b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/RT_Config.pm.in
Original file line number Diff line number Diff line change
Expand Up @@ -3992,8 +3992,8 @@ Set(%AdminSearchResultFormat,
.q{,__Condition__, __Action__, __Template__, __Disabled__,__HasLogs__},

Templates =>
q{'<a href="__WebPath__/__WebRequestPathDir__/Template.html?Queue=__QueueId__&Template=__id__">__id__</a>/TITLE:#'}
.q{,'<a href="__WebPath__/__WebRequestPathDir__/Template.html?Queue=__QueueId__&Template=__id__">__Name__</a>/TITLE:Name'}
q{'<a href="__WebPath__/Admin/Templates/Basics.html?Queue=__QueueId__&Template=__id__">__id__</a>/TITLE:#'}
.q{,'<a href="__WebPath__/Admin/Templates/Basics.html?Queue=__QueueId__&Template=__id__">__Name__</a>/TITLE:Name'}
.q{,'__Description__','__UsedBy__','__IsEmpty__'},
Classes =>
q{ '<a href="__WebPath__/Admin/Articles/Classes/Modify.html?id=__id__">__id__</a>/TITLE:#'}
Expand Down

0 comments on commit 5c4164b

Please sign in to comment.