Максим Червонный (fiskus_boulder) wrote in changelog,
Максим Червонный
fiskus_boulder
changelog

[livejournal] r20609: LJSUP-10474: Page is displays incorrectl...

Committer: mchervonniy
LJSUP-10474: Page is displays incorrectly (Horizon scheme)
U   trunk/htdocs/manage/scheduled_posts.bml
Modified: trunk/htdocs/manage/scheduled_posts.bml
===================================================================
--- trunk/htdocs/manage/scheduled_posts.bml	2011-11-23 10:12:53 UTC (rev 20608)
+++ trunk/htdocs/manage/scheduled_posts.bml	2011-11-23 10:32:04 UTC (rev 20609)
@@ -1,5 +1,5 @@
 <?page
-title=><?_ML .title _ML?>
+title=><?_code return $title; _code?>
 windowtitle=><?_ML .title _ML?>
 body<=
 <?_code
@@ -122,6 +122,7 @@
 
 
     # draw the page
+    LJ::set_active_crumb('editentries');
 
     $ret .= "<table style='width: 100%;'><tr><td>";
 
@@ -152,6 +153,7 @@
                                 prev         => $skip > $items_per_page ? $skip - $items_per_page : 0,
                                 next         => $have_next_page         ? $skip + $items_per_page : 0);
 
+    $ret .= "</div></td></tr></table>";
     return $ret;    
 }
 _code?>

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