snusmubrik (snusmubrik) wrote in changelog,
snusmubrik
snusmubrik
changelog

[livejournal] r23009: LJSUP-13807: Swap buttons

Committer: aeremenko
LJSUP-13807: Swap buttons
U   trunk/cgi-bin/LJ/Widget/CustomizeTheme.pm
Modified: trunk/cgi-bin/LJ/Widget/CustomizeTheme.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/CustomizeTheme.pm	2012-09-28 12:26:21 UTC (rev 23008)
+++ trunk/cgi-bin/LJ/Widget/CustomizeTheme.pm	2012-09-28 12:35:11 UTC (rev 23009)
@@ -121,8 +121,8 @@
     $ret .= "<div class='customize-content'>";
 
     $ret .= "<div class='customize-buttons'>";
+    $ret .= $class->html_submit( reset => $class->ml('widget.customizetheme.btn.reset'), { raw => "class='customize-button customize-button-default' id='reset_btn_top'" } );
     $ret .= $class->html_submit( save => $class->ml('widget.customizetheme.btn.save'), { raw => "class='customize-button'" } ) . " ";
-    $ret .= $class->html_submit( reset => $class->ml('widget.customizetheme.btn.reset'), { raw => "class='customize-button customize-button-default' id='reset_btn_top'" } );
     $ret .= "</div>";
 
     # Display Group
@@ -214,8 +214,8 @@
     }
 
     $ret .= "<div class='customize-buttons'>";
+    $ret .= $class->html_submit( reset => $class->ml('widget.customizetheme.btn.reset'), { raw => "class='customize-button customize-button-default' id='reset_btn_bottom'" } );
     $ret .= $class->html_submit( save => $class->ml('widget.customizetheme.btn.save'), { raw => "class='customize-button'" } ) . " ";
-    $ret .= $class->html_submit( reset => $class->ml('widget.customizetheme.btn.reset'), { raw => "class='customize-button customize-button-default' id='reset_btn_bottom'" } );
     $ret .= "</div>";
 
     $ret .= "</div><!-- end .customize-content -->";

Tags: aeremenko, livejournal, pm, snusmubrik
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments