[WAS MAP] Moved the map button to the right of the two other buttons.

这个提交包含在:
Andreas 2021-05-01 09:42:32 +02:00
父节点 a4132ee7f3
当前提交 66e26ad8cb

查看文件

@ -59,14 +59,13 @@
<div class="col-md-10">
<button id="button2id" type="reset" name="button2id" class="btn btn-warning">Reset</button>
<button id="button1id" type="submit" name="button1id" class="btn btn-primary">Show</button>
<button type="button" onclick="load_was_map();" class="btn btn-info"><i class="fas fa-globe-americas"></i> Show WAS Map</button>
</div>
</div>
</fieldset>
</form>
<button type="button" onclick="load_was_map();" class="btn btn-info" style="margin-bottom: 15px;"><i class="fas fa-globe-americas"></i> Show WAS Map</button>
<?php
if ($was_array) {
$i = 1;