mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
use input submit and form instead of just a button
This commit is contained in:
parent
cb5f844678
commit
7b8f2431a8
@ -189,7 +189,7 @@ Often an edit option is needed an entry. To add one for a given entry simply hid
|
||||
<div class="app-navigation-entry-edit">
|
||||
<form>
|
||||
<input type="text" value="First level entry" autofocus-on-insert>
|
||||
<input type="submit" value="" class="action icon-checkmark"></button>
|
||||
<input type="submit" value="" class="action icon-checkmark">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user