Changeset 2704 for branches/release-41/tmpl/wizard/configure.tmpl
- Timestamp:
- 07/03/08 23:32:25 (17 months ago)
- Files:
-
- 1 modified
-
branches/release-41/tmpl/wizard/configure.tmpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/tmpl/wizard/configure.tmpl
r2616 r2704 163 163 <mt:unless name="success"> 164 164 <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 166 171 </mt:unless> 167 172 … … 262 267 263 268 <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>> 265 270 <div class="right"> 266 271 <input name="test" type="submit" class="sb" value="<__trans phrase="Test Connection">" onclick="go('test');" /> … … 279 284 280 285 <mt:if name="success"> 281 <div id="continue" >286 <div id="continue" class="action-buttons"> 282 287 <div class="right"> 283 288 <input name="test" type="submit" class="sb" value="<__trans phrase="Test Connection">" onclick="go('test');" />
