edit.php
changeset 41 48f2ac49ec24
parent 38 cf767482333a
child 45 eddff78bf57f
equal deleted inserted replaced
40:ee5300058c9d 41:48f2ac49ec24
    38 {
    38 {
    39 ?>
    39 ?>
    40     <div class="error"><? echo _('Error'); ?>: <? echo ('There is no owner for this zone, please assign someone.'); ?></div>
    40     <div class="error"><? echo _('Error'); ?>: <? echo ('There is no owner for this zone, please assign someone.'); ?></div>
    41 <?
    41 <?
    42 }
    42 }
    43 if ($domain_type == "SLAVE" && $slave_master )
    43 if ($domain_type == "SLAVE" && ! $slave_master )
    44 {
    44 {
    45 ?>
    45 ?>
    46     <div class="error"><? echo _('Error'); ?>: <? echo _('Type of this zone is "slave", but there is no IP address for it\'s master given.'); ?></div>
    46     <div class="error"><? echo _('Error'); ?>: <? echo _('Type of this zone is "slave", but there is no IP address for it\'s master given.'); ?></div>
    47 <?
    47 <?
    48 }
    48 }