55 $this->options = $a_options;
75 $this->value = $a_value;
111 $this->
setAlert($lng->txt(
"msg_input_is_required"));
125 foreach($this->
getOptions() as $option_value => $option_text)
127 $a_tpl->setCurrentBlock(
"prop_select_option");
128 $a_tpl->setVariable(
"VAL_SELECT_OPTION", $option_value);
129 if ($option_value == $this->
getValue())
131 $a_tpl->setVariable(
"CHK_SEL_OPTION",
132 'selected="selected"');
134 $a_tpl->setVariable(
"TXT_SELECT_OPTION", $option_text);
135 $a_tpl->parseCurrentBlock();
137 $a_tpl->setCurrentBlock(
"prop_select");
138 $a_tpl->setVariable(
"POST_VAR", $this->
getPostVar());
141 $a_tpl->setVariable(
"DISABLED",
142 " disabled=\"disabled\"");
144 $a_tpl->parseCurrentBlock();