Index: trunk/extensions/SemanticForms/specials/SF_AddData.php |
— | — | @@ -75,7 +75,6 @@ |
76 | 76 | END; |
77 | 77 | $text .= $form_text; |
78 | 78 | $target_title = Title::newFromText($page_title); |
79 | | - $text .= $sfgFormPrinter->formBottom($target_title, $sfgIsDisabled); |
80 | 79 | } |
81 | 80 | } |
82 | 81 | $mainCssUrl = $sfgScriptPath . '/skins/SF_main.css'; |
Index: trunk/extensions/SemanticForms/specials/SF_EditData.php |
— | — | @@ -73,7 +73,6 @@ |
74 | 74 | |
75 | 75 | END; |
76 | 76 | $text .= $form_text; |
77 | | - $text .= $sfgFormPrinter->formBottom($target_title, $sfgIsDisabled); |
78 | 77 | } |
79 | 78 | } |
80 | 79 | $mainCssUrl = $sfgScriptPath . '/skins/SF_main.css'; |