Code Duplication    Length = 3-5 lines in 3 locations

Themes/default/ManageNews.template.php 2 locations

@@ 42-44 (lines=3) @@
39
					</dt>
40
					<dd>';
41
42
	foreach ($context['groups'] as $group)
43
				echo '
44
						<label for="groups_', $group['id'], '"><input type="checkbox" name="groups[', $group['id'], ']" id="groups_', $group['id'], '" value="', $group['id'], '" checked class="input_check"> ', $group['name'], '</label> <em>(', $group['member_count'], ')</em><br>';
45
46
	echo '
47
						<br>
@@ 85-87 (lines=3) @@
82
						</dt>
83
						<dd>';
84
85
	foreach ($context['groups'] as $group)
86
				echo '
87
							<label for="exclude_groups_', $group['id'], '"><input type="checkbox" name="exclude_groups[', $group['id'], ']" id="exclude_groups_', $group['id'], '" value="', $group['id'], '" class="input_check"> ', $group['name'], '</label> <em>(', $group['member_count'], ')</em><br>';
88
89
	echo '
90
							<br>

Themes/default/Post.template.php 1 location

@@ 1089-1093 (lines=5) @@
1086
				</p>
1087
				<ul>';
1088
1089
	foreach ($context['groups'] as $group)
1090
		echo '
1091
					<li>
1092
						<label for="who_', $group['id'], '"><input type="checkbox" name="who[', $group['id'], ']" id="who_', $group['id'], '" value="', $group['id'], '" checked class="input_check"> ', $group['name'], '</label> <em>(', $group['member_count'], ')</em>
1093
					</li>';
1094
1095
	echo '
1096
					<li>