mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-03-08 10:25 pm

[dw-nonfree] Move editpics to editicons

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/d044e6fc7ba4]

http://bugs.dwscoalition.org/show_bug.cgi?id=2398

Move /editpics to /editicons.

Patch by [personal profile] ninetydegrees.

Files modified:
  • cgi-bin/bml/scheme/tropo-purple.look
  • cgi-bin/bml/scheme/tropo-red.look
  • htdocs/stc/tropo/purple.css
  • htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r d6456fe1a5c9 -r d044e6fc7ba4 cgi-bin/bml/scheme/tropo-purple.look
--- a/cgi-bin/bml/scheme/tropo-purple.look	Thu Mar 04 05:22:18 2010 -0800
+++ b/cgi-bin/bml/scheme/tropo-purple.look	Mon Mar 08 22:25:52 2010 +0000
@@ -76,7 +76,7 @@ accountlinks<=
         my $unread = $inbox->unread_count;
         my $identity = $remote->is_identity;
 
-        $ret .= "<div id='account-links-userpic'><a href='$LJ::SITEROOT/editpics'>";
+        $ret .= "<div id='account-links-userpic'><a href='$LJ::SITEROOT/editicons'>";
         if ( $userpic && !$LJ::IS_SSL ) {
             my $wh = $userpic->img_fixedsize( width => 80, height => 80 );
             $ret .= "<img src='" . $userpic->url . "' $wh alt=\"$ML{'sitescheme.accountlinks.userpic.alt'}\" />";
diff -r d6456fe1a5c9 -r d044e6fc7ba4 cgi-bin/bml/scheme/tropo-red.look
--- a/cgi-bin/bml/scheme/tropo-red.look	Thu Mar 04 05:22:18 2010 -0800
+++ b/cgi-bin/bml/scheme/tropo-red.look	Mon Mar 08 22:25:52 2010 +0000
@@ -76,7 +76,7 @@ accountlinks<=
         my $unread = $inbox->unread_count;
         my $identity = $remote->is_identity;
 
-        $ret .= "<div id='account-links-userpic'><a href='$LJ::SITEROOT/editpics'>";
+        $ret .= "<div id='account-links-userpic'><a href='$LJ::SITEROOT/editicons'>";
         if ( $userpic && !$LJ::IS_SSL ) {
             my $wh = $userpic->img_fixedsize( width => 80, height => 80 );
             $ret .= "<img src='" . $userpic->url . "' $wh alt=\"$ML{'sitescheme.accountlinks.userpic.alt'}\" />";
diff -r d6456fe1a5c9 -r d044e6fc7ba4 htdocs/stc/tropo/purple.css
--- a/htdocs/stc/tropo/purple.css	Thu Mar 04 05:22:18 2010 -0800
+++ b/htdocs/stc/tropo/purple.css	Mon Mar 08 22:25:52 2010 +0000
@@ -413,7 +413,7 @@ a:active,
  * Other site scheme designers: use your own colors here
  * /
 
-/* editpics.css */
+/* editicons.css */
 #uploadBox {
     background-color: #d3afec;
     border: 1px solid #7e27c1;
diff -r d6456fe1a5c9 -r d044e6fc7ba4 htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css	Thu Mar 04 05:22:18 2010 -0800
+++ b/htdocs/stc/tropo/red.css	Mon Mar 08 22:25:52 2010 +0000
@@ -405,7 +405,7 @@ a:active,
  * Other site scheme designers: use your own colors here
  * /
 
-/* editpics.css */
+/* editicons.css */
 #uploadBox {
     background-color: #ffd8d8;
     border: 1px solid #c1272c;
--------------------------------------------------------------------------------