Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/form_answer.class.php
Original file line number Diff line number Diff line change
@@ -269,7 +269,8 @@ public static function getSpecificValueToDisplay($field, $values, array $options
switch ($field) {
case 'status' :
$output = '<img src="' . $CFG_GLPI['root_doc'] . '/plugins/formcreator/pics/' . $values[$field] . '.png"
alt="' . __($values[$field], 'formcreator') . '" title="' . __($values[$field], 'formcreator') . '" />';
alt="' . __($values[$field], 'formcreator') . '" title="' . __($values[$field], 'formcreator') . '" /> '
. __($values[$field], 'formcreator');
return $output;
break;
}

0 comments on commit 2802a78

Please sign in to comment.