Changeset 2467

Show
Ignore:
Timestamp:
05/30/08 22:08:13 (21 months ago)
Author:
bsmith
Message:

bugzid:79902 - fix for JavaScript error when specifying database type in mt-wizard

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-39/tmpl/wizard/configure.tmpl

    r2300 r2467  
    151151        label="<__trans phrase="Database Type">" 
    152152        label_class="top-label"> 
    153 <select id="dbtype" name="dbtype" onchange="db_select(this); hide('db_hint');"> 
     153<select id="dbtype" name="dbtype" onchange="db_select(this); hideByID('db_hint');"> 
    154154<mt:unless one_db> 
    155155<option value=""><__trans phrase="Select One..."></option>