alf (red_alf) wrote in changelog,
alf
red_alf
changelog

[livejournal] r18087: OPSC-257: Section "Installed Games" turn...

Committer: afedorov
OPSC-257: Section "Installed Games" turned off

U   trunk/htdocs/userinfo.bml
Modified: trunk/htdocs/userinfo.bml
===================================================================
--- trunk/htdocs/userinfo.bml	2011-01-21 12:36:55 UTC (rev 18086)
+++ trunk/htdocs/userinfo.bml	2011-01-24 04:16:16 UTC (rev 18087)
@@ -1534,7 +1534,6 @@
     unless ($LJ::DISABLED{'userapps'}) {
         my $apps_list = LJ::JSON->from_json($u->prop('userapps_authorized')||'{}');
         my @userapps;
-        my $apps = "<div class='inner_section_header first'><div class='expandcollapse on' id='apps_header'>".$arrowimg->("apps")." $text (".scalar(@userapps).")";
 
         foreach (sort keys %$apps_list) {
             my $app = LJ::UserApps->get_application( id => $_ );
@@ -1567,7 +1566,7 @@
         }
 
         my $text = $ML{'.apps.installed'};
-        my $apps = "<div class='inner_section_header first'><div class='expandcollapse on' id='apps_header'>".$arrowimg->("apps")." $text (".scalar(@userapps).")";
+        my $apps = "<div class='section_body'><p class='inner_section_header first'><span class='expandcollapse on' id='apps_header'>".$arrowimg->("apps")." $text (".scalar(@userapps).")</span></p>";
         $apps .= '<div id="apps_body" class="inner_section_body">';
         $apps .= '<ul class="b-app-user-list">';
         $apps .= join("", @userapps);
@@ -1587,7 +1586,7 @@
             $apps .= '</ul>';
         }
         $apps .= '</div>';
-        $apps .= '</div></div>';
+        $apps .= '</div>';
 
         $body .= "<div class='ljclear'></div>";
         $body .= "<div class='section'><img src='$LJ::IMGPREFIX/application.gif' alt='' /> $ML{'.apps.header'} ";

Tags: bml, livejournal, red_alf
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