Code Duplication    Length = 8-12 lines in 4 locations

Themes/default/Register.template.php 1 location

@@ 281-292 (lines=12) @@
278
				</fieldset>
279
			</div><!-- .roundframe -->';
280
281
	if ($context['visual_verification'])
282
		echo '
283
			<div class="title_bar title_top">
284
				<h3 class="titlebg">', $txt['verification'], '</h3>
285
			</div>
286
			<div class="roundframe noup">
287
				<fieldset class="centertext">
288
					', template_control_verification($context['visual_verification_id'], 'all'), '
289
				</fieldset>
290
			</div>';
291
292
	echo '
293
			<div id="confirm_buttons" class="flow_auto">';
294
295
	// Age restriction in effect?

Themes/default/Search.template.php 1 location

@@ 117-124 (lines=8) @@
114
			<input type="hidden" name="advanced" value="1">';
115
116
	// Require an image to be typed to save spamming?
117
	if ($context['require_verification'])
118
		echo '
119
			<p>
120
				<strong>', $txt['verification'], ':</strong>
121
				', template_control_verification($context['visual_verification_id'], 'all'), '
122
			</p>';
123
124
	// If $context['search_params']['topic'] is set, that means we're searching just one topic.
125
	if (!empty($context['search_params']['topic']))
126
		echo '
127
			<p>

Themes/default/Display.template.php 1 location

@@ 1103-1110 (lines=8) @@
1100
						</script>';
1101
1102
	// Is visual verification enabled?
1103
	if ($context['require_verification'])
1104
		echo '
1105
						<div class="post_verification">
1106
							<strong>', $txt['verification'], ':</strong>
1107
							', template_control_verification($context['visual_verification_id'], 'all'), '
1108
						</div>';
1109
1110
	// Finally, the submit buttons.
1111
	echo '
1112
						<br class="clear_right">
1113
						<span id="post_confirm_buttons" class="floatright">

Themes/default/PersonalMessage.template.php 1 location

@@ 1145-1152 (lines=8) @@
1142
	}
1143
1144
	// Require an image to be typed to save spamming?
1145
	if ($context['require_verification'])
1146
		echo '
1147
				<div class="post_verification">
1148
					<strong>', $txt['pm_visual_verification_label'], ':</strong>
1149
					', template_control_verification($context['visual_verification_id'], 'all'), '
1150
				</div>';
1151
1152
	// Send, Preview, spellcheck buttons.
1153
	echo '
1154
				<span id="post_confirm_strip" class="floatright">
1155
					', template_control_richedit_buttons($context['post_box_name']), '