View | Details | Raw Unified | Return to bug 26992
Collapse All | Expand All

(-)index.scm.orig (-1 / +6 lines)
Lines 1-3 Link Here
1
width 800
2
height 600
3
1
(document:surround "/std/frame")
4
(document:surround "/std/frame")
2
(document:insert "/std/functions")
5
(document:insert "/std/functions")
3
6
Lines 128-134 Link Here
128
131
129
(label (string-append "<b>" (_ "Configure new network") "</b>"))
132
(label (string-append "<b>" (_ "Configure new network") "</b>"))
130
133
131
(gridbox columns "0;100;0;0"
134
135
(gridbox columns "0;100;10;0"
136
  (label) (label (string-append (_ "Name") " (MAC) * " (_ "signal") " [" (_ "authentication") "]" )) (label) (label)
132
  (label (_ "Networks found:"))
137
  (label (_ "Networks found:"))
133
  (combobox name "scan-results")
138
  (combobox name "scan-results")
134
  (button text (_ "Rescan") (when clicked (ui-rescan)))
139
  (button text (_ "Rescan") (when clicked (ui-rescan)))

Return to bug 26992