[Rt-commit] r2548 -
rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements
tla at bestpractical.com
tla at bestpractical.com
Thu Mar 31 20:43:26 EST 2005
Author: tla
Date: Thu Mar 31 20:43:26 2005
New Revision: 2548
Modified:
rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/EditLinks
Log:
EditLinks now pays attention to defaults that have been passed.
Modified: rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/EditLinks
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/EditLinks (original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/EditLinks Thu Mar 31 20:43:26 2005
@@ -21,7 +21,7 @@
<i><&|/l&>Enter Articles or URIs to link Articles to. Separate multiple entries with spaces.</&></i><br>
<i><&|/l&>(Check boxes to delete)</&></i><br>
<TABLE>
-<TR><TD><&|/l&>Refers to</&>:</TD><TD><input name="<%$id%>-RefersTo"><br>
+<TR><TD><&|/l&>Refers to</&>:</TD><TD><input name="<%$id%>-RefersTo" value="<%$ARGS{$id.'-RefersTo'}%>"><br>
<UL>
% if ($id ne 'new') {
% my $refersto = $ArticleObj->RefersTo;
@@ -44,7 +44,7 @@
% }
</UL>
</TD></TR>
-<TR><TD><&|/l&>Referred to by</&>:</TD><TD> <input name="RefersTo-<%$id%>">
+<TR><TD><&|/l&>Referred to by</&>:</TD><TD> <input name="RefersTo-<%$id%>" value="<%$ARGS{'RefersTo-'.$id}%>">
<br>
<UL>
% if ($id ne 'new') {
More information about the Rt-commit
mailing list