Changeset 760 for trunk/wifidog-auth/wifidog/classes/Node.php
- Timestamp:
- 09/18/05 00:23:10 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/classes/Node.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Node.php
r757 r760 197 197 $html = ''; 198 198 $name = "{$user_prefix}"; 199 $html .= "Node: \n";199 $html .= _("Node: "); 200 200 $sql = "SELECT node_id, name from nodes WHERE 1=1 $sql_additional_where ORDER BY node_id"; 201 201 $node_rows = null; … … 642 642 $html .= "<div class='admin_container'>\n"; 643 643 $html .= "<div class='admin_class'>Node (".get_class($this)." instance)</div>\n"; 644 $html .= "<h3>"._("Edit a hotspot")."</h3>\n";644 $html .= "<h3>"._("Edit a node")."</h3>\n"; 645 645 646 646 // Display stats
