Index: trunk/extensions/SemanticForms/includes/SF_Utils.php |
— | — | @@ -255,7 +255,7 @@ |
256 | 256 | $obj = $pageSchemaObj->getObject('Form'); |
257 | 257 | $form_array = $obj['sf']; |
258 | 258 | |
259 | | - $form_html_text .= '<fieldset style="background: #00FF00;"><legend>Form</legend> |
| 259 | + $form_html_text .= '<fieldset style="background: #CF9;"><legend>Form</legend> |
260 | 260 | <p> Name: <input size="15" name="sf_form_name_starter" value= "'.$form_array['name'].'" ></p> |
261 | 261 | <p> Page name formula: <input size="20" name="sf_page_name_formula_starter" value="'.$form_array['PageNameFormula'].'" ></p> |
262 | 262 | <p> Create tite: <input size="25" name="sf_create_title_starter" value="'.$form_array['CreateTite'].'" ></p> |
— | — | @@ -269,7 +269,7 @@ |
270 | 270 | $field_count++; |
271 | 271 | $sf_array = $field->getObject('FormInput');//this returns an array with property values filled |
272 | 272 | $form_input_array = $sf_array['sf']; |
273 | | - $html_text = '<fieldset style="background: #00FF00;"><legend>Form input</legend> |
| 273 | + $html_text = '<fieldset style="background: #CF9;"><legend>Form input</legend> |
274 | 274 | <p> Input type: <input size="15" name="sf_input_type_starter" value='.$form_input_array['InputType'].'></p> |
275 | 275 | <p>Parameter name and its value as a key=value pair,seperated by comma (if a value contains a comma, replace it with "\,"): For eg. Size=20,mandatory=true</p>'; |
276 | 276 | $param_value_str= ""; |