Index: trunk/extensions/PageSchemas/specials/PS_EditSchema.php |
— | — | @@ -340,7 +340,7 @@ |
341 | 341 | $text_4 .= '<form id="editPageSchemaForm" action="" method="post">' . "\n"; |
342 | 342 | $text_4 .= '<p>'.$schema_name_label.' <input type="text" name="s_name" value="'.$pageName.'" /> </p> '; |
343 | 343 | foreach ( $pageXml->children() as $template_xml ) { |
344 | | - if ( ($template_xml->getName() != 'Template') && ($template_xml->getName() != 'Form') ){ |
| 344 | + if ( ($template_xml->getName() != 'Template') && ($template_xml->getName() != 'semanticforms_Form') ){ |
345 | 345 | $ps_add_xml .= (string)$template_xml->asXML(); |
346 | 346 | } |
347 | 347 | } |