[dw-free] Modify Layout of Page to Edit Linkslist
[commit: http://hg.dwscoalition.org/dw-free/rev/1a8a94ef7fb0]
http://bugs.dwscoalition.org/show_bug.cgi?id=1583
Wider boxes for link list ordering.
Patch by
wychwood.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1583
Wider boxes for link list ordering.
Patch by
Files modified:
- cgi-bin/LJ/Widget/LinksList.pm
--------------------------------------------------------------------------------
diff -r e4670e519af3 -r 1a8a94ef7fb0 cgi-bin/LJ/Widget/LinksList.pm
--- a/cgi-bin/LJ/Widget/LinksList.pm Thu Aug 06 20:33:56 2009 -0500
+++ b/cgi-bin/LJ/Widget/LinksList.pm Thu Aug 06 23:57:07 2009 -0500
@@ -46,7 +46,7 @@ sub render_body {
$ret .= "<tr><td>";
$ret .= $class->html_text(
name => "link_${ct}_ordernum",
- size => 2,
+ size => 4,
value => $ct * $order_step,
);
$ret .= "</td><td>";
--------------------------------------------------------------------------------

no subject
New dev?
no subject
Not a new dev, just not a very active one.