Show
Ignore:
Timestamp:
07/21/07 00:59:33 (5 years ago)
Author:
benoitg
Message:
  • At long last, implement #9: Automatic new node creation. When attempting to login from an unknown node, the user (if he has the permissions) will be prompted to create the node, or "steal" en existing one (for hardware swaps).
  • Refactor Node:getSelectNodeUI().
  • Menu.php: Fix small oversight causing menu not to clear.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Menu.php

    r1256 r1261  
    230230        } 
    231231        $html .= "</ul>\n"; 
    232                 $html .= "<br/ class='clear'>\n"; 
     232                $html .= "<br/ class='clearbr'>\n"; 
    233233        //echo htmlspecialchars($userData['html']); 
    234234        return $html;