]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - install.php
Merge branch 'testing' into 0.9.x
[quix0rs-gnu-social.git] / install.php
index 47a09b67c758550d8519d5ff801550a5c637d83d..bb53e2b55b4b5a3f08c07951a7f1de14cc8da808 100644 (file)
@@ -490,17 +490,17 @@ function showForm()
                     <input type="radio" name="fancy" id="fancy-disable" value="" /> disable<br />
                     <p class="form_guide" id='fancy-form_guide'>Enable fancy (pretty) URLs. Auto-detection failed, it depends on Javascript.</p>
                 </li>
-                <li>
-                    <label for="host">Hostname</label>
-                    <input type="text" id="host" name="host" value="{$post->value('host')}" />
-                    <p class="form_guide">Database hostname</p>
-                </li>
             </ul>
         </fieldset>
 
         <fieldset id="settings_db">
             <legend>Database settings</legend>
             <ul class="form_data">
+                <li>
+                    <label for="host">Hostname</label>
+                    <input type="text" id="host" name="host" value="{$post->value('host')}" />
+                    <p class="form_guide">Database hostname</p>
+                </li>
                 <li>
                     <label for="dbtype">Type</label>
                     $dbRadios
@@ -664,7 +664,7 @@ STR;
 
     updateStatus("StatusNet has been installed at $link");
     updateStatus(
-        "You can visit your <a href='$link'>new StatusNet site</a> (login as '$adminNick')."
+        "<strong>DONE!</strong> You can visit your <a href='$link'>new StatusNet site</a> (login as '$adminNick'). If this is your first StatusNet install, you may want to poke around our <a href='http://status.net/wiki/Getting_started'>Getting Started guide</a>."
     );
 }