diff --git a/include/staff/department.inc.php b/include/staff/department.inc.php index 5d423a847fed12c5b0f50f5b6d708cbf30f1ff5f..b795b55e3d615ea172162a893e52960ce54f73a8 100644 --- a/include/staff/department.inc.php +++ b/include/staff/department.inc.php @@ -59,7 +59,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); <input type="radio" name="ispublic" value="1" <?php echo $info['ispublic']?'checked="checked"':''; ?>><strong>Public</strong> <input type="radio" name="ispublic" value="0" <?php echo !$info['ispublic']?'checked="checked"':''; ?>><strong>Private</strong> (Internal) - <span class="error">* </span> <i class="help-tip icon-question-sign" href="#type"></i> + <i class="help-tip icon-question-sign" href="#type"></i> </td> </tr> <tr> @@ -78,7 +78,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); } ?> </select> - <span class="error">* <?php echo $errors['sla_id']; ?></span> <i class="help-tip icon-question-sign" href="#sla"></i> + <span class="error"><?php echo $errors['sla_id']; ?></span> <i class="help-tip icon-question-sign" href="#sla"></i> </td> </tr> <tr>