Changeset 153
- Timestamp:
- 05/02/06 17:32:50 (6 years ago)
- Files:
-
- 1 modified
-
WingDBG/trunk/www/advanced.pt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
WingDBG/trunk/www/advanced.pt
r80 r153 127 127 id="pw_mode" value="1" tabindex="" 128 128 onchange="getElementById('pw_dir').focus()" 129 tal:attributes="value PW_MODE_CUSTOM_ PW;129 tal:attributes="value PW_MODE_CUSTOM_DIR; 130 130 checked python:here.pw_mode == PW_MODE_CUSTOM_DIR; 131 131 tabindex python:tabindex.next() and tabindex.item" /> … … 140 140 id="pw_mode" value="2" tabindex="" 141 141 onchange="getElementById('custom_connect_pw').focus()" 142 tal:attributes="value PW_MODE_CUSTOM_ DIR;142 tal:attributes="value PW_MODE_CUSTOM_PW; 143 143 checked python:here.pw_mode == PW_MODE_CUSTOM_PW; 144 144 tabindex python:tabindex.next() and tabindex.item - 1" />
