open form tag

This commit is contained in:
Christopher 2020-10-24 13:42:24 +02:00
parent 79dec26c61
commit bd2b29d16f
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
%%ContainerLogOutput%% %%ContainerLogOutput%%
</pre> </pre>
</div> </div>
<form method="post" action="index.php?page=do" enctype="multipart/form-data"></form> <form method="post" action="index.php?page=do" enctype="multipart/form-data">
<table style="width: 100%; margin: 20px"> <table style="width: 100%; margin: 20px">
<tr style="width: 100%;"> <tr style="width: 100%;">
<td style="margin: 5px"> <td style="margin: 5px">
@ -87,7 +87,7 @@
</div> </div>
</div> </div>
</td> </td>
<td style="margin: 5px; width: 100px; text-align:center;"> <td style="margin: 5px; width: 150px; text-align:center;">
<button type="submit" name="do-command" value="command" class="btn-lg notika-btn-cyan waves-effect">RUN</button> <button type="submit" name="do-command" value="command" class="btn-lg notika-btn-cyan waves-effect">RUN</button>
</td> </td>
</tr> </tr>