Show
Ignore:
Timestamp:
03/28/06 03:08:08 (7 years ago)
Author:
benoitg
Message:
  • First step in massive simplification of CSS and templates
  • Implement the new main CSS structure
    • Implement working content assignation interface and content ordering for both network and nodes.
    • Display of content according to assignation work on 'portal' and 'login'. 'everywhere' not yet implemented
  • Get rid of some ISF specific interface elements
  • Finally replace the overly complicated start button by a "Use the Internet" link that will not get you out of your working tab
  • Fix #118
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/hotspots_map.php

    r1005 r1009  
    169169$ui->setTitle(_("Hotspots status map")); 
    170170$ui->setHtmlHeader($html_headers); 
    171 $ui->setToolContent($html); 
    172 $ui->setMainContent($html_body); 
     171$ui->appendContent('left_area_middle', $html); 
     172$ui->appendContent('main_area_middle', $html_body); 
    173173$ui->addFooterScript($script); 
    174174$ui->display();