|
|
@@ -69,7 +69,7 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align: right;">
|
|
|
- <label for="file">File to upload : </label>
|
|
|
+ <label for="file"> <span style="color: rgb(255,0,0);">! </span>File to upload : </label>
|
|
|
</td>
|
|
|
<td style="text-align: left;">
|
|
|
<input type="file" name="file" id = "file"/>
|
|
|
@@ -89,6 +89,7 @@
|
|
|
<a class="btn btn-secondary" th:href="@{/images}" th:text="${'List all'}">List all</a>
|
|
|
<a class="btn btn-success" th:href="@{/}" th:text="${'Home'}">Home</a>
|
|
|
<h6><span style="color: rgb(255,0,0);">*</span><span> Cannot be edited</span></h6>
|
|
|
+ <h6><span style="color: rgb(255,0,0);">!</span><span> 1 MByte limit</span></h6>
|
|
|
</form>
|
|
|
</div>
|
|
|
|