T135 button name changed

This commit is contained in:
gmod11
2021-01-08 17:21:42 +01:00
parent 8f89c91dc8
commit b3d8045d2a
2 changed files with 1 additions and 2 deletions

1
.idea/workspace.xml generated
View File

@@ -20,7 +20,6 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment=""> <list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/templates/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/index.html" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/templates/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/index.html" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />

View File

@@ -122,7 +122,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td><input type="submit" value="Save my message"/></td> <td><input type="submit" value="Save settings"/></td>
<td> <td>
<button type="submit" name="newMessage" th:value="*{clientUUID}"> <button type="submit" name="newMessage" th:value="*{clientUUID}">
<img src="/img/update-button.png" style="width: 20px;"/> <img src="/img/update-button.png" style="width: 20px;"/>