mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Add a commenting message to UI form
This commit is contained in:
parent
9611df92b0
commit
4051c1941b
2 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6 control-label">
|
||||||
|
<p><%= t '.comment' %></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="col-md-2 control-label">
|
<div class="col-md-2 control-label">
|
||||||
<%= label_tag :current_contact_id, t('.current_contact_id') %>
|
<%= label_tag :current_contact_id, t('.current_contact_id') %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -27,6 +27,9 @@ en:
|
||||||
Replace admin contact specified in "current contact ID" with the one in "new
|
Replace admin contact specified in "current contact ID" with the one in "new
|
||||||
contact ID" on any domain registered under this registrar. Contact idents must
|
contact ID" on any domain registered under this registrar. Contact idents must
|
||||||
be the same
|
be the same
|
||||||
|
comment: >-
|
||||||
|
Bulk admin change is only allowed in case of old and new contact are sharing identical
|
||||||
|
ident data ie for updating contact information.
|
||||||
|
|
||||||
nameserver_form:
|
nameserver_form:
|
||||||
ip_hint: One IP per line
|
ip_hint: One IP per line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue