Code Duplication    Length = 6-6 lines in 2 locations

ecrire/inc/forum.php 2 locations

@@ 189-194 (lines=6) @@
186
	if ($boutons) $controle .= "<div style='float:".$GLOBALS['spip_lang_right'] ."; width: 80px; padding-bottom:20px;'>". $boutons . "</div>";
187
188
	// TODO: un bouton retablir l'original ?
189
	if ($original) {
190
		$controle .= "<div style='float:".$GLOBALS['spip_lang_right'].";color:green'>"
191
		."("
192
		._T('forum_info_original')
193
		.")</div>";
194
	}
195
196
	if ($spam) {
197
		$controle .= "<div style='float:".$GLOBALS['spip_lang_right'].";color:red'>"
@@ 196-201 (lines=6) @@
193
		.")</div>";
194
	}
195
196
	if ($spam) {
197
		$controle .= "<div style='float:".$GLOBALS['spip_lang_right'].";color:red'>"
198
		."("
199
		._T('spam') // Marque' comme spam ?
200
		.")</div>";
201
	}
202
203
204
	return $controle;