mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
parent
c61956827e
commit
9819a3c216
1 changed files with 18 additions and 22 deletions
|
@ -8,30 +8,26 @@
|
||||||
<h4 class="modal-title"><%= t '.title' %></h4>
|
<h4 class="modal-title"><%= t '.title' %></h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-body">
|
<%= form_tag admin_domain_force_delete_path(domain), id: 'domain-force-delete-form',
|
||||||
<div class="row">
|
class: 'modal-body form-horizontal' do %>
|
||||||
<%= form_tag admin_domain_force_delete_path(domain), id: 'domain-force-delete-form',
|
<div class="form-group">
|
||||||
class: 'form-horizontal' do %>
|
<div class="col-md-9 col-md-offset-3">
|
||||||
<div class="form-group">
|
<div class="checkbox">
|
||||||
<div class="col-sm-9 col-md-offset-2">
|
<label>
|
||||||
<div class="checkbox">
|
<%= check_box_tag 'notify_by_email', 1, true %>
|
||||||
<label>
|
<%= t '.notify_by_email' %>
|
||||||
<%= check_box_tag 'notify_by_email', 1, true %>
|
</label>
|
||||||
<%= t '.notify_by_email' %>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="form-group">
|
|
||||||
<label class="col-sm-2 control-label"><%= t '.email_template' %>:</label>
|
|
||||||
<div class="col-sm-9">
|
|
||||||
<%= select_tag 'template_name', options_for_select(templates), class: 'form-control' %>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<% end %>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label class="col-md-3 control-label"><%= t '.email_template' %>:</label>
|
||||||
|
<div class="col-md-9">
|
||||||
|
<%= select_tag 'template_name', options_for_select(templates), class: 'form-control' %>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="button" class="btn btn-default" data-dismiss="modal"><%= t '.close_btn' %></button>
|
<button type="button" class="btn btn-default" data-dismiss="modal"><%= t '.close_btn' %></button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue