Skip to content

Commit

Permalink
Add notice info
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Dec 9, 2015
1 parent 6b194dd commit c2f5617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/views/domain/_bulkSetNs.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@
</div>
</div>
<div role="tabpanel" class="tab-pane" id="by-one">
<div class="alert alert-warning alert-dismissible fade in" role="alert" style="margin-top: 15pt;">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>

<strong>Only domains without IPs!</strong> Best check yo self, you're not looking too good.
</div>
<?php $form = ActiveForm::begin([
'id' => 'bulk-set-nss',
'action' => Url::toRoute('set-nss'),
Expand Down
5 changes: 3 additions & 2 deletions src/widgets/views/ns.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@
<div class="alert alert-info alert-dismissible fade in" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>

<h4><i class="fa fa-info-circle"></i>&nbsp;&nbsp;<?= Yii::t('app', 'Some important info') ?></h4>
<h4><i class="fa fa-info-circle"></i>&nbsp;&nbsp;<?= Yii::t('app', 'Notice') ?></h4>

<p>
<?= Yii::t('app', '...'); ?>
<?= Yii::t('app', 'With this form you can assign the authoritative name server for your domain.
IP addresses can be assigned only child name servers, and they are created or changed automatically in accordance with specified data.'); ?>
</p>
</div>

Expand Down

0 comments on commit c2f5617

Please sign in to comment.