diff --git a/include/staff/department.inc.php b/include/staff/department.inc.php index 2ea8825e35c787bdcba95078a23e50f8e46f1192..31e72f0256ffeb398929128c65a76e6d81c3754c 100644 --- a/include/staff/department.inc.php +++ b/include/staff/department.inc.php @@ -93,6 +93,7 @@ $info = Format::htmlchars(($errors && $_POST) ? $_POST : $info); <input type="radio" name="ispublic" value="0" <?php echo !$info['ispublic']?'checked="checked"':''; ?>><strong><?php echo __('Private');?></strong> <?php echo mb_convert_case(__('(internal)'), MB_CASE_TITLE);?> </label> <i class="help-tip icon-question-sign" href="#type"></i> + <span class="error"><?php echo $errors['ispublic']; ?></span> </td> </tr> <tr>