Skip to content
Snippets Groups Projects
Commit 0ddb02a5 authored by aydreeihn's avatar aydreeihn
Browse files

Merge remote-tracking branch 'kevin/issue/default-dept-private-error' into...

Merge remote-tracking branch 'kevin/issue/default-dept-private-error' into features_prs/develop-next
parents 9468e3d1 6d52ee7b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
&nbsp;<i class="help-tip icon-question-sign" href="#type"></i>
&nbsp;<span class="error"><?php echo $errors['ispublic']; ?></span>
</td>
</tr>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment