mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-06 00:53:24 +00:00
Use existing label for password submission (#19851).
git-svn-id: http://svn.redmine.org/redmine/trunk@14335 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ef91a50cc2
commit
8541775549
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<p class="buttons">
|
||||
<%= submit_tag l(:button_confirm_password), onclick: "hideModal(this);" %>
|
||||
<%= submit_tag l(:button_submit), onclick: "hideModal(this);" %>
|
||||
<%= submit_tag l(:button_cancel), name: nil, onclick: "hideModal(this);", type: 'button' %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<%= password_field_tag :sudo_password, nil, size: 25 %>
|
||||
</p>
|
||||
</div>
|
||||
<%= submit_tag l(:button_confirm_password) %>
|
||||
<%= submit_tag l(:button_submit) %>
|
||||
<% end %>
|
||||
<%= javascript_tag "$('#sudo_password').focus();" %>
|
||||
|
||||
|
||||
@ -163,7 +163,6 @@ de:
|
||||
button_close: Schließen
|
||||
button_collapse_all: Alle einklappen
|
||||
button_configure: Konfigurieren
|
||||
button_confirm_password: Kennwort bestätigen
|
||||
button_copy: Kopieren
|
||||
button_copy_and_follow: Kopieren und Ticket anzeigen
|
||||
button_create: Anlegen
|
||||
|
||||
@ -990,7 +990,6 @@ en:
|
||||
button_reset: Reset
|
||||
button_rename: Rename
|
||||
button_change_password: Change password
|
||||
button_confirm_password: Confirm password
|
||||
button_copy: Copy
|
||||
button_copy_and_follow: Copy and follow
|
||||
button_annotate: Annotate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user