Commit 8e156384 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4943 (Make it clear private tracker issues should not be for shy bug reports)

parent ada07dc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -681,7 +681,7 @@ if( $t_show_attachments ) {
			    
			<label>
				<input <?php echo helper_get_tab_index() ?> type="radio" class="ace" name="view_state" value="<?php echo VS_PRIVATE ?>" <?php check_checked( $f_view_state, VS_PRIVATE ) ?> />
				<span class="lbl padding-6"><?php echo lang_get( 'private' ) ?> (contains confidential information<?php if (current_user_is_anonymous()) echo '; <strong>you will not be able to see your issue as you are not logged in</strong>'; ?>)<!-- Composr - made label clearer in context --></span>
				<span class="lbl padding-6"><?php echo lang_get( 'private' ) ?> (for use for security issues or if your issue strictly requires disclosing private information<?php if (current_user_is_anonymous()) echo '; <strong>you will not be able to see your issue as you are not logged in</strong>'; ?>)<!-- Composr - made label clearer in context --></span>
			</label>
		</td>
	</tr>