Show
Ignore:
Timestamp:
07/03/08 23:32:25 (17 months ago)
Author:
bsmith
Message:

bugzid:80449 - fixing IE javascript issues in Wizard

Files:
1 modified

Legend:

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

    r2616 r2704  
    163163<mt:unless name="success"> 
    164164<mt:setvarblock name="db_setup_url"><__trans phrase="http://www.movabletype.org/documentation/[_1]" params="installation/setting-up-your-database.html"></mt:setvarblock> 
    165 <p id="db_hint" class="hint"><__trans phrase="If your database type is not listed in the menu above, then you need to <a target="help" href="[_1]">install the Perl module necessary to connect to your database</a>.  If this is the case, please check your installation and <a href="javascript:void(0)" onclick="[_2]">re-test your installation</a>." params="<mt:var name="db_setup_url">%%reTest();"></p> 
     165    <div id="db_hint"> 
     166        <p class="hint"><__trans phrase="Is your preferred database not listed? View the <a href="[_1]" target="_blank">Movable Type System Check</a> see if additional modules are necessary." params="mt-check.cgi"></p> 
     167        <p class="hint"><__trans phrase="Once installed, <a href="javascript:void(0)" onclick="[_2]">click here refresh this screen</a>." params="reTest();"></p> 
     168        <p class="hint"><__trans phrase="Read more: <a href="[_1]" target="_blank">Setting Up Your Database</a>" params="<mt:var name="db_setup_url">"></p> 
     169    </div> 
     170     
    166171</mt:unless> 
    167172 
     
    262267 
    263268<mt:unless name="success"> 
    264 <div id="submit" <mt:unless name="dbtype">style="display: none"</mt:unless>> 
     269<div id="submit" class="action-buttons" <mt:unless name="dbtype">style="display: none"</mt:unless>> 
    265270<div class="right"> 
    266271<input name="test" type="submit" class="sb" value="<__trans phrase="Test Connection">" onclick="go('test');" /> 
     
    279284 
    280285<mt:if name="success"> 
    281 <div id="continue"> 
     286<div id="continue" class="action-buttons"> 
    282287<div class="right"> 
    283288<input name="test" type="submit" class="sb" value="<__trans phrase="Test Connection">" onclick="go('test');" />