From f170f246c63a7aabce11ae0b75c12ef1625ba797 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 4 Oct 2007 22:21:11 +0000 Subject: [PATCH] nevermind, that's an RFE and needs more work --- docs/changelog/7.x.x.txt | 1 - lib/WebGUI/Asset/Wobject/SQLForm.pm | 5 ----- 2 files changed, 6 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 103ceab8e..18ce5df88 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -10,7 +10,6 @@ - Collaboration systems should always tell browser there is new content - fix: Good Bad fields not properly localized - fix: File user profile fields didn't link to the file - - Add select box to SQL Form 7.4.8 - fix: Syndicated Content doesn't display all items with multiple feeds in interleaved mode diff --git a/lib/WebGUI/Asset/Wobject/SQLForm.pm b/lib/WebGUI/Asset/Wobject/SQLForm.pm index 7d5329c4b..c8a29e491 100644 --- a/lib/WebGUI/Asset/Wobject/SQLForm.pm +++ b/lib/WebGUI/Asset/Wobject/SQLForm.pm @@ -425,11 +425,6 @@ should be implemented in WebGUI::Form::myELement. searchElement => 'selectList', type => 'list', }, - selectBox => { - name => 'Select box', - hasOptions => 1, - searchElement => 'selectBox', - }, radioList => { name => 'Radio list', hasOptions => 1,