Rev 16560 | Rev 17170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16560 | Rev 16561 | ||
---|---|---|---|
Line 157... | Line 157... | ||
157 | } |
157 | } |
158 | setvar("wims_ref_class",""); |
158 | setvar("wims_ref_class",""); |
159 | setvar("wims_ref_id",""); |
159 | setvar("wims_ref_id",""); |
160 | setvar("wims_html_mode",""); |
160 | setvar("wims_html_mode",""); |
161 | if(kind==FORM_SELECT) _output_("</select>"); |
161 | if(kind==FORM_SELECT) _output_("</select>"); |
162 | if(kind==FORM_BAR) output(" <span style=\"font-weight:bold;\">+</span> |
162 | if(kind==FORM_BAR) output(" <span style=\"font-weight:bold;\">+</span>"); |
163 | } |
163 | } |
164 | 164 | ||
165 | void exec_formselect(char *p) |
165 | void exec_formselect(char *p) |
166 | { |
166 | { |
167 | _form_menus(p,FORM_SELECT); |
167 | _form_menus(p,FORM_SELECT); |