# Lifter010: TODO
//Kein Javascript aktiviert, also über Select-Box arbeiten. Wir sind automatisch schon in Schritt 2 der
//non-javascript-Suche.
if ($withButton) : ?>
$withAttributes['style'] = "width: ".($box_width-23)."px;"; ?>
if ($box_align === "left") : ?>
= Icon::create('refresh', 'clickable')->asInput(["class" => 'text-bottom']) ?>
endif ?>
endif ?>
$attr_value) {
if($attr_name != 'class') {
//The class attribute is handled below!
print ' '.$attr_name.'="'.$attr_value.'"';
}
}
?> name="= $name ?>" class="quicksearch_select = array_key_exists('class', $withAttributes) ? htmlReady($withAttributes['class']) : '' ?>">
if (count($searchresults)) : ?>
foreach ($searchresults as $result) : ?>
= htmlReady($result[1]) ?>
endforeach ?>
else : ?>
= _("Keine Treffer gefunden") ?>
endif ?>
if ($withButton) : ?>
if ($box_align !== "left") : ?>
= Icon::create('refresh', 'clickable', ['title' => _('Suche zurücksetzen')])->asInput(['name'=>$reset_button_name?:'','class'=>'text-bottom',]) ?>
endif ?>
endif ?>