[Rt-commit] [svn] r1840 - in rt/branches/PLATANO-EXPERIMENTAL-CSS:
. html/Admin/Elements
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Nov 11 03:39:53 EST 2004
Author: jesse
Date: Thu Nov 11 03:39:53 2004
New Revision: 1840
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
Log:
r9102 at tinbook: jesse | 2004-11-11T03:00:17.230099Z
r6149 at tinbook: jesse | 2004-11-01T03:50:49.511535Z
RT-Ticket: 6245
RT-Status: resolved
RT-Update: correspond
Global custom field editing in 3.3 had the wrong (hardcoded) URL target.
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields Thu Nov 11 03:39:53 2004
@@ -45,7 +45,7 @@
%# }}} END BPS TAGGED BLOCK
<& /Elements/ListActions, actions => \@results &>
-<FORM ACTION="CustomFields.html" METHOD=POST>
+<FORM ACTION="<%$RT::WebPath%><%$m->request_comp->path|n%>" METHOD=POST>
<INPUT TYPE=HIDDEN NAME="id" VALUE="<% $Object->Id %>">
<INPUT TYPE=HIDDEN NAME="ObjectType" VALUE="<% $ObjectType %>">
<INPUT TYPE=HIDDEN NAME="SubType" VALUE="<% $SubType %>">
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields Thu Nov 11 03:39:53 2004
@@ -1,4 +1,4 @@
-%# BEGIN BPS TAGGED BLOCK
+%# {{{ BEGIN BPS TAGGED BLOCK
%#
%# COPYRIGHT:
%#
@@ -42,7 +42,7 @@
%# works based on those contributions, and sublicense and distribute
%# those contributions and any derivatives thereof.
%#
-%# END BPS TAGGED BLOCK
+%# }}} END BPS TAGGED BLOCK
% if (@CustomFields == 0) {
<p><i><&|/l&>(None)</&></i></p>
% } else {
More information about the Rt-commit
mailing list