summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes/Form/Section.class.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-14 13:22:50 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-14 13:22:50 -0500
commit4a457d8da1fe721924436a27e70e94ac4209cd6e (patch)
tree02bab276faf6b5e2c5a4975a23c1284456ac6d0a /src/usr/local/www/classes/Form/Section.class.php
parentc2e9390e508be142e2811258c192972938b6b269 (diff)
downloadpfsense-4a457d8da1fe721924436a27e70e94ac4209cd6e.zip
pfsense-4a457d8da1fe721924436a27e70e94ac4209cd6e.tar.gz
Automatic panel collapse defines moved to jquery/pfSenseHelpsers.js
define(COLLAPSIBLE, 0x08); define(SEC_CLOSED, 0x04); define(SEC_OPEN, 0x00);
Diffstat (limited to 'src/usr/local/www/classes/Form/Section.class.php')
-rw-r--r--src/usr/local/www/classes/Form/Section.class.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr/local/www/classes/Form/Section.class.php b/src/usr/local/www/classes/Form/Section.class.php
index eff386a..1d4c67f 100644
--- a/src/usr/local/www/classes/Form/Section.class.php
+++ b/src/usr/local/www/classes/Form/Section.class.php
@@ -26,9 +26,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-define(COLLAPSIBLE, 0x08);
-define(SEC_CLOSED, 0x04);
-define(SEC_OPEN, 0x00);
class Form_Section extends Form_Element
{
OpenPOWER on IntegriCloud