fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11934] api: tweak noframework


From: Sigurd Nes
Subject: [Fmsystem-commits] [11934] api: tweak noframework
Date: Fri, 02 May 2014 13:45:11 +0000

Revision: 11934
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11934
Author:   sigurdne
Date:     2014-05-02 13:45:10 +0000 (Fri, 02 May 2014)
Log Message:
-----------
api: tweak noframework

Modified Paths:
--------------
    trunk/phpgwapi/templates/portico/head.inc.php

Modified: trunk/phpgwapi/templates/portico/head.inc.php
===================================================================
--- trunk/phpgwapi/templates/portico/head.inc.php       2014-05-02 07:57:34 UTC 
(rev 11933)
+++ trunk/phpgwapi/templates/portico/head.inc.php       2014-05-02 13:45:10 UTC 
(rev 11934)
@@ -151,15 +151,21 @@
 
        flush();
 
-       echo '<body class="yui-skin-sam">';
+       echo '<body class="yui-skin-sam" align = "left">';
 
        if( isset($GLOBALS['phpgw_info']['flags']['noframework']) )
        {
+               echo '<div align = "left">';
                register_shutdown_function('parse_footer_end_noframe');
        }
        
        function parse_footer_end_noframe()
        {
+               if( isset($GLOBALS['phpgw_info']['flags']['noframework']) )
+               {
+                       echo '</div>';
+               }
+
                $footer = <<<HTML
                </body>
        </html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]