[dw-free] Show all props on propedit
[commit: http://hg.dwscoalition.org/dw-free/rev/345875d34b3a]
http://bugs.dwscoalition.org/show_bug.cgi?id=397
Show all props on propedit page.
Patch by
janinedog.
http://bugs.dwscoalition.org/show_bug.cgi?id=397
Show all props on propedit page.
Patch by
--------------------------------------------------------------------------------
diff -r 209cebc62d5a -r 345875d34b3a htdocs/admin/propedit.bml
--- a/htdocs/admin/propedit.bml Fri Feb 27 03:11:03 2009 +0000
+++ b/htdocs/admin/propedit.bml Fri Feb 27 03:13:25 2009 +0000
@@ -82,7 +82,6 @@ body<=
while ( my $p = $sth->fetchrow_hashref ) {
my $extra = "<br /><small>$p->{des}</small>";
my $value = $u->prop($p->{name});
- next unless $value;
$value = "<br />" . LJ::html_text({ name => $p->{name}, value => $value, maxlength => '255', size => '100' }) if $can_save;
$ret .= "<li><strong>$p->{name}</strong>: $value$extra</li><br />";
}
--------------------------------------------------------------------------------
