phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/idots navbar.inc.php, 1.5 navbar.t


From: ceb
Subject: [Phpgroupware-cvs] phpgwapi/templates/idots navbar.inc.php, 1.5 navbar.tpl, 1.5
Date: Thu, 24 Feb 2005 15:59:32 -0000

Update of phpgwapi/templates/idots

Modified Files:
     Branch: MAIN
            navbar.inc.php lines: +5 -1
            navbar.tpl lines: +3 -3

Log Message:
layout corrections

====================================================
Index: phpgwapi/templates/idots/navbar.inc.php
diff -u phpgwapi/templates/idots/navbar.inc.php:1.4 
phpgwapi/templates/idots/navbar.inc.php:1.5
--- phpgwapi/templates/idots/navbar.inc.php:1.4 Thu Dec 30 06:47:34 2004
+++ phpgwapi/templates/idots/navbar.inc.php     Mon Jan 17 14:04:27 2005
@@ -33,6 +33,10 @@

                $applications = '';
                $items++;
+
+//_debug_array($GLOBALS['phpgw_info']['navbar']);
+
+
                foreach($GLOBALS['phpgw_info']['navbar'] as $app => $app_data)
                {
                        if ($app != 'home' && $app != 'preferences' && $app != 
'about' && $app != 'logout')

====================================================
Index: phpgwapi/templates/idots/navbar.tpl
diff -u phpgwapi/templates/idots/navbar.tpl:1.4 
phpgwapi/templates/idots/navbar.tpl:1.5
--- phpgwapi/templates/idots/navbar.tpl:1.4     Thu Dec 30 06:47:34 2004
+++ phpgwapi/templates/idots/navbar.tpl Mon Jan 17 14:04:27 2005
@@ -30,9 +30,9 @@

 <!-- BEGIN navbar_footer -->
                                        </td>
-                                       <td class="spacer"><img 
src="{img_root}/spacer.gif" alt="spacer" class="spacer"></td>
-                                       <td>
-                                               <table class="box">
+                                       <td class="spacer"><img 
src="{img_root}/spacer.png" alt="spacer" class="spacer"></td>
+                                       <td class="box">
+                                               <table style="{width: 100%;}">
                                                        <tr>
                                                                <td 
class="articletitle">{current_app_title}</td>
                                                        </tr>






reply via email to

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