[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-797-gfa16d57
Shawn Moore
sartak at bestpractical.com
Fri Dec 10 17:38:11 EST 2010
The branch, 3.9-trunk has been updated
via fa16d5728a135e1f63e84b87a0c8ce9e9bbeca01 (commit)
from bcac8fb7e6cd491306954134af7dc49c82cc73ff (commit)
Summary of changes:
share/html/Search/Elements/BuildFormatString | 4 ----
share/html/Search/Elements/EditFormat | 1 -
2 files changed, 0 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit fa16d5728a135e1f63e84b87a0c8ce9e9bbeca01
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri Dec 10 17:38:00 2010 -0500
Revert "Add Delete as a searchbuilder row link"
This reverts commit bcac8fb7e6cd491306954134af7dc49c82cc73ff.
3.9-trunk is on feature freeze
diff --git a/share/html/Search/Elements/BuildFormatString b/share/html/Search/Elements/BuildFormatString
index bd099ae..9942aef 100644
--- a/share/html/Search/Elements/BuildFormatString
+++ b/share/html/Search/Elements/BuildFormatString
@@ -201,10 +201,6 @@ elsif ( $AddCol ) {
$column{Prefix} .= q{<a HREF="__WebPath__/Ticket/Update.html?Action=Comment&DefaultStatus=resolved&id=__id__">};
$column{Suffix} .= "</a>";
}
- elsif ( $Link eq "Delete" ) {
- $column{Prefix} .= q{<a HREF="__WebPath__/Ticket/Display.html?Action=Delete&id=__id__">};
- $column{Suffix} .= "</a>";
- }
if ($Title) {
$column{Suffix} .= "/TITLE:" . $m->interp->apply_escapes( $Title, 'h' );
diff --git a/share/html/Search/Elements/EditFormat b/share/html/Search/Elements/EditFormat
index 0992b5f..fa59981 100644
--- a/share/html/Search/Elements/EditFormat
+++ b/share/html/Search/Elements/EditFormat
@@ -73,7 +73,6 @@
<option value="Respond"><&|/l&>Respond</&></option>
<option value="Comment"><&|/l&>Comment</&></option>
<option value="Resolve"><&|/l&>Resolve</&></option>
-<option value="Delete"><&|/l&>Delete</&></option>
</select>
</span>
</div>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list