Code Duplication    Length = 4-4 lines in 2 locations

Themes/default/PersonalMessage.template.php 2 locations

@@ 1772-1775 (lines=4) @@
1769
	$isFirst = true;
1770
	foreach ($context['rule']['criteria'] as $k => $criteria)
1771
	{
1772
		if (!$isFirst && $criteria['t'] == '')
1773
			echo '<div id="removeonjs1">';
1774
		elseif (!$isFirst)
1775
			echo '<br>';
1776
1777
		echo '
1778
				<select name="ruletype[', $k, ']" id="ruletype', $k, '" onchange="updateRuleDef(', $k, '); rebuildRuleDesc();">
@@ 1828-1831 (lines=4) @@
1825
	$isFirst = true;
1826
	foreach ($context['rule']['actions'] as $k => $action)
1827
	{
1828
		if (!$isFirst && $action['t'] == '')
1829
			echo '<div id="removeonjs2">';
1830
		elseif (!$isFirst)
1831
			echo '<br>';
1832
1833
		echo '
1834
				<select name="acttype[', $k, ']" id="acttype', $k, '" onchange="updateActionDef(', $k, '); rebuildRuleDesc();">