Changeset 153

Show
Ignore:
Timestamp:
05/02/06 17:32:50 (6 years ago)
Author:
mj
Message:

Fix oops in generating advanced tab view; swap PW_MODE constants

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WingDBG/trunk/www/advanced.pt

    r80 r153  
    127127             id="pw_mode" value="1" tabindex="" 
    128128             onchange="getElementById('pw_dir').focus()" 
    129              tal:attributes="value PW_MODE_CUSTOM_PW; 
     129             tal:attributes="value PW_MODE_CUSTOM_DIR; 
    130130                             checked python:here.pw_mode == PW_MODE_CUSTOM_DIR; 
    131131                             tabindex python:tabindex.next() and tabindex.item" /> 
     
    140140             id="pw_mode" value="2" tabindex="" 
    141141             onchange="getElementById('custom_connect_pw').focus()" 
    142              tal:attributes="value PW_MODE_CUSTOM_DIR; 
     142             tal:attributes="value PW_MODE_CUSTOM_PW; 
    143143                             checked python:here.pw_mode == PW_MODE_CUSTOM_PW; 
    144144                               tabindex python:tabindex.next() and tabindex.item - 1" />