Update dataform.tpl

This commit is contained in:
Shadow
2013-11-14 13:50:31 +02:00
parent 30b25d4605
commit 1ac6a6476c
+13 -13
View File
@@ -1,10 +1,10 @@
<?php
//////////////////////////////////////////////////////////////////////////////////////////////////////
// TRAVIANX //
// Only for advanced users, do not edit if you dont know what are you doing! //
// Made by: Dzoki & Dixie (TravianX) //
// - TravianX = Travian Clone Project - //
// DO NOT REMOVE COPYRIGHT NOTICE! //
// TRAVIANX //
// Only for advanced users, do not edit if you dont know what are you doing! //
// Made by: Dzoki & Dixie (TravianX) //
// - TravianX = Travian Clone Project - //
// DO NOT REMOVE COPYRIGHT NOTICE! //
//////////////////////////////////////////////////////////////////////////////////////////////////////
if(isset($_GET['c']) && $_GET['c'] == 1) {
@@ -14,12 +14,12 @@ echo "<div class=\"headline\"><span class=\"f10 c5\">Error importing database. C
<form action="process.php" method="post" id="dataform">
<input type="hidden" name="substruc" value="1">
<p>
<span class="f10 c">Create SQL Structure</span>
<table>
<tr><td>Warning: This can take some time. Do not click, just wait till the next page has been loaded!</td></tr>
<tr><td><center><input type="submit" name="Submit" id="Submit" value="Create.."></center></td></tr>
</table>
</p>
<p>
<span class="f10 c">Create SQL Structure</span>
<table>
<tr><td>Warning: This can take some time. Wait till the next page has been loaded! Click Create to proceed..</td></tr>
<tr><td><center><input type="submit" name="Submit" id="Submit" value="Create.." onClick="return proceed()"></center></td></tr>
</table>
</p>
</form>
</div>
</div>