Update oasis.tpl

This commit is contained in:
Shadow
2013-11-14 13:51:14 +02:00
parent d3c292a673
commit 0d5e3a4b01
+4 -4
View File
@@ -10,10 +10,10 @@
<form action="include/oasis.php" method="post" id="dataform"> <form action="include/oasis.php" method="post" id="dataform">
<p> <p>
<span class="f10 c">Populate Oasis</span> <span class="f10 c">Populate Oasis</span>
<table> <table>
<tr><td><b>Warning</b>: This can take some time. Do not click, just wait till the next page has been loaded!</td></tr> <tr><td><b>Warning</b>: 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.."></center></td></tr> <tr><td><center><input type="submit" name="Submit" id="Submit" value="Create.." onClick="return proceed()"></center></td></tr>
</table> </table>
</p> </p>
</form> </form>
</div> </div>