X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSearch%2FElements%2FEditFormat;h=fffec5c9de22a0b40a0228a9e3e65e129d0882dc;hb=1c538bfabc2cd31f27067505f0c3d1a46cba6ef0;hp=bb869fe66401d1bd4c34febc2543a4c133cdadb8;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/share/html/Search/Elements/EditFormat b/rt/share/html/Search/Elements/EditFormat index bb869fe66..fffec5c9d 100644 --- a/rt/share/html/Search/Elements/EditFormat +++ b/rt/share/html/Search/Elements/EditFormat @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -45,7 +45,7 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} - +
@@ -59,11 +59,14 @@ - - @@ -92,8 +106,10 @@
<&|/l&>Add Columns:<&|/l&>Link: + +
+<&|/l&>Link: + -
<&|/l&>Title: -
<&|/l&>Size: -
+
+
+<&|/l&>Size: + -
<&|/l&>Style: - +
+

@@ -107,6 +123,12 @@
+<%init> +my $selected = $ARGS{SelectDisplayColumns}; +$selected = [ $selected ] unless ref $selected; +my %selected; +$selected{$_}++ for grep {defined} @{ $selected }; + <%ARGS> $CurrentFormat => undef $AvailableColumns => undef