MINOR Fixed jquery-ui include paths in FieldEditor->Field()

This commit is contained in:
Ingo Schommer 2010-03-11 03:32:13 +00:00
parent 876f2c5c57
commit dd4cd20302

View File

@ -49,8 +49,9 @@ class FieldEditor extends FormField {
*/ */
function Fields() { function Fields() {
Requirements::css("userforms/css/FieldEditor.css"); Requirements::css("userforms/css/FieldEditor.css");
Requirements::javascript(SAPPHIRE_DIR ."/thirdparty/jquery-ui/ui.core.js"); Requirements::javascript(SAPPHIRE_DIR ."/thirdparty/jquery-ui/jquery.ui.core.js");
Requirements::javascript(SAPPHIRE_DIR ."/thirdparty/jquery-ui/ui.sortable.js"); Requirements::javascript(SAPPHIRE_DIR ."/thirdparty/jquery-ui/jquery.ui.widget.js");
Requirements::javascript(SAPPHIRE_DIR ."/thirdparty/jquery-ui/jquery.ui.sortable.js");
Requirements::javascript("userforms/javascript/UserForm.js"); Requirements::javascript("userforms/javascript/UserForm.js");
// Don't return any fields unless we actually have the dependent parameters set on the form field // Don't return any fields unless we actually have the dependent parameters set on the form field