Changeset 1323

Show
Ignore:
Timestamp:
01/16/08 16:51:55 (11 months ago)
Author:
benoitg
Message:
  • Temporary patch for problem introduced in [1319]: the menu did not display where main_area_top is empty (which is actually most places in the admin interface). This shouldn't have been done in the first place, as it doesn't fix the problem the menu cause of theming, and worse causes people to edit MainUI_Display.tpl, causing such errors. A network config option should have been provided to allow selecting in what area the menu goes.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wifidog-auth/CHANGELOG

    r1322 r1323  
    11# $Id$ 
     22008-01-16 Benoit Grégoire  <bock@step.polymtl.ca> 
     3        * Temporary patch for problem introduced in [1319]:  the menu did not display where main_area_top is empty (which is actually most places in the admin interface).  This shouldn't have been done in the first place, as it doesn't fix the problem the menu cause of theming, and worse causes people to edit MainUI_Display.tpl, causing such errors.  A network config option should have been provided to allow selecting in what area the menu goes. 
     4 
    252008-01-13 Benoit Grégoire  <bock@step.polymtl.ca> 
    36        * Permission.php:  Fix typo that caused "Tried to check if an object of class Server has a permission of type Network" errors.  Changed the id from NETWORK_PERM_ADD_NEW_NODE to NETWORK_PERM_ADD_NODE so it will auto-delete the corrupted permission. 
     
    582008-01-11 Benoit Grégoire  <bock@step.polymtl.ca> 
    69        * Use the Dependency system to include PHPMailer and tweak Mail.php.  You'll need to re-run the Dpenedency stage of the install script. This allows:  Translating PHPMailer error messages, Actually having PHPMailer error messages, and displaying them properly. 
    7          
     10 
    8112008-01-09 Benoit Grégoire  <bock@step.polymtl.ca> 
    912        * Add gettext calls, fixes #413 
  • trunk/wifidog-auth/wifidog/templates/classes/MainUI_Display.tpl

    r1319 r1323  
    9494        {if !empty($contentDisplayArray.main_area_top) ||  !empty($contentDisplayArray.main_area_middle) ||  !empty($contentDisplayArray.main_area_middle)} 
    9595                <div id="main_area"> 
    96                         {if !empty($contentDisplayArray.main_area_top)
     96                        {if !empty($contentDisplayArray.main_area_top) || !empty($siteMenu)
    9797                        <div id="main_area_top"> 
    9898                            {$siteMenu}