This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-userforms
Watch
1
Star
0
Fork
0
You've already forked silverstripe-userforms
mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced
2024-10-22 17:05:42 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
71b615b0b6
silverstripe-userforms
/
_config.php
6 lines
86 B
PHP
Raw
Normal View
History
Unescape
Escape
ENHANCEMENT Moved UserDefinedForm and related code, templates, CSS and javascript out of cms and sapphire classes into userforms/trunk
2008-09-29 05:18:23 +02:00
<
?
php
Updated jquery validate plugin (dist files only) Cleanup of validation script. Refactor into template to allow customisation of validation. Explicitly set error element to 'span' as per new jquery-validate support [ref: CWPBUG-110]
2014-04-16 01:48:10 +02:00
if
(
!
defined
(
'USERFORMS_DIR'
))
{
define
(
'USERFORMS_DIR'
,
basename
(
__DIR__
));
}
Reference in New Issue
Copy Permalink