Commit e44c64e2 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Submit dialog when pressing enter key

Stop using the update action as the default action.
parent e17ea712
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<script id="dialog-button-template" type="text/x-handlebars-template"> <script id="dialog-button-template" type="text/x-handlebars-template">
{{#if show_update_button}} {{#if show_update_button}}
<button disabled name="action_update" type="submit" data-i18n="Update">Update</button> <button disabled name="action_update" type="button" data-i18n="Update">Update</button>
{{/if}} {{/if}}
<input disabled name="action_confirm" class="dialogconfirm" type="submit" data-i18n="[value]Proceed" value="Proceed" /> <input disabled name="action_confirm" class="dialogconfirm" type="submit" data-i18n="[value]Proceed" value="Proceed" />
<a class="dialogcancel" data-i18n="Cancel">Cancel</a> <a class="dialogcancel" data-i18n="Cancel">Cancel</a>
......
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>973.40657.63647.56780</string> </value> <value> <string>976.23831.58029.7424</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1554191174.22</float> <float>1560418147.64</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment