equal
deleted
inserted
replaced
91 } |
91 } |
92 |
92 |
93 $message = _('You are going to delete this user, are you sure?'); |
93 $message = _('You are going to delete this user, are you sure?'); |
94 if(($numrows = $db->getOne("select count(id) from zones where owner=$id")) != 0) |
94 if(($numrows = $db->getOne("select count(id) from zones where owner=$id")) != 0) |
95 { |
95 { |
96 $message .= " " . _('This user has access to $numrows domain(s), by deleting him you will also delete these domains'); |
96 $message .= " " . _('This user has access to ') . $numrows . _('domain(s), by deleting him you will also delete these domains'); |
97 } |
97 } |
98 |
98 |
99 ?> |
99 ?> |
100 <BR><FONT CLASS="warning"><?= $message ?></FONT><BR><BR> |
100 <BR><FONT CLASS="warning"><?= $message ?></FONT><BR><BR> |
101 <INPUT TYPE="hidden" NAME="id" VALUE="<?=$id ?>"> |
101 <INPUT TYPE="hidden" NAME="id" VALUE="<?=$id ?>"> |