kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-08-07 04:57 am

[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 [personal profile] wychwood.

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>";
--------------------------------------------------------------------------------
yvi: Kaylee half-smiling, looking very pretty (Default)

[personal profile] yvi 2009-08-07 06:56 am (UTC)(link)
One-line changes are the best :)

New dev?