X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSearch%2FElements%2FSelectLinks;h=2b0ab5ceb11e00021dcda9906956e86ceb76e1e7;hb=HEAD;hp=3759a58d1d2c6865348f76713603fa90ae47ea56;hpb=73a6a80a9ca5edbd43d139b7cb25bfee4abfd35e;p=freeside.git diff --git a/rt/share/html/Search/Elements/SelectLinks b/rt/share/html/Search/Elements/SelectLinks index 3759a58d1..2b0ab5ceb 100644 --- a/rt/share/html/Search/Elements/SelectLinks +++ b/rt/share/html/Search/Elements/SelectLinks @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -47,7 +47,7 @@ %# END BPS TAGGED BLOCK }}} <%ARGS> @@ -55,12 +55,13 @@ $Name => 'LinksField' <%INIT> -my @fields = ('HasMember', - 'MemberOf', - 'DependsOn', - 'DependedOnBy', - 'RefersTo', - 'ReferredToBy', - 'LinkedTo', - ); +my @fields = ( + [ HasMember => loc("Child") ], + [ MemberOf => loc("Parent") ], + [ DependsOn => loc("Depends on") ], + [ DependedOnBy => loc("Depended on by") ], + [ RefersTo => loc("Refers to") ], + [ ReferredToBy => loc("Referred to by") ], + [ LinkedTo => loc("Links to") ], +);