Skip to content

Commit

Permalink
[fix] WFormBuilder: Clean-up & compatibility changes with new Opa.
Browse files Browse the repository at this point in the history
  • Loading branch information
akoprow committed Jul 25, 2011
1 parent a1a7a8b commit 19c2623
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 83 deletions.
6 changes: 4 additions & 2 deletions stdlib/widgets/formbuilder/formbuilder.opa
Expand Up @@ -16,9 +16,11 @@
along with OPA. If not, see <http://www.gnu.org/licenses/>.
*/

package stdlib.widgets.formbuilder

import stdlib.web.mail
import stdlib.widgets.{core, upload}
import stdlib.upload
import stdlib.widgets.core

/* FIXME For now form fields should have unique names within a page. We could
try to use selection within a form, but then we have to figure out
Expand All @@ -28,7 +30,7 @@ import stdlib.widgets.{core, upload}
/**
* @author Adam Koprowski
* @category widget
* @stability experimental [WIP, waiting for feature requests & bug reports]
* @stability slowly stabilizing, the API may still change slightly
*
*
* {1 About this module}
Expand Down
79 changes: 0 additions & 79 deletions stdlib/widgets/formbuilder/formbuilder_template_engine.opa

This file was deleted.

1 change: 0 additions & 1 deletion stdlib/widgets/upload/README

This file was deleted.

1 change: 0 additions & 1 deletion stdlib/widgets/upload/TODO

This file was deleted.

0 comments on commit 19c2623

Please sign in to comment.