Commit Graph

43 Commits

Author SHA1 Message Date
David Craig e9ef2a03aa Consistant treatment of field's right title 2015-08-21 15:21:33 +12:00
Christopher Pitt 1fe8bb689d Added better contrast of right text 2015-08-21 10:33:08 +12:00
scott1702 389ab6ce04 Improve UX of adding fields 2015-08-20 16:55:59 +12:00
David Craig bdb0839128 Fix IE8 drag-and-drop 2015-08-20 15:36:17 +12:00
David Craig 8e14131e3f Fix drag handles in IE10 2015-08-20 10:54:36 +12:00
David Craig 155630fdda Fix IE8 bottom border on editor 2015-08-19 14:40:40 +12:00
scott1702 cc67ddb98e clean up styles 2015-08-18 09:44:02 +12:00
Damian Mooyman 9535a2acd7 BUG Fix issues when adding new formfields:
- Page no longer reloads on new field
 - Preview mode no longer errors on new field
 - Sort order of field dropdown is ordered
 - Default field type to Text field instead of abstract base class
 - Ensure fields named 'Field' is invalidated.
2015-08-17 13:56:16 +12:00
David Craig 766555928e Merge pull request #30 from tractorcow/pulls/formeditor-styles
Update form editor colours
2015-08-14 15:38:43 +12:00
Damian Mooyman a1d7feedae Update form editor colours 2015-08-14 14:51:56 +12:00
David Craig f918352f71 Minor styling improvements 2015-08-14 10:45:25 +12:00
scott1702 b483a10566 Cms styling for fieldgroups 2015-08-12 16:24:06 +12:00
scott1702 30548d793b Userform progress improvements 2015-08-11 14:57:42 +12:00
Damian Mooyman 9f112e3b23 Add "Add page break" button
Fix unit test failures
2015-08-11 14:18:46 +12:00
David Craig e0aa7cd812 Add lightweight base form styling 2015-08-10 13:17:48 +12:00
David Craig 51864a6308 API new form editor 2015-08-10 13:15:59 +12:00
Damian Mooyman d17e8a773f API Custom rules for email recipients 2015-07-21 10:30:46 +12:00
Will Rossiter 11dfa1e3ad Use HTMLEditorField for LiteralField (Fixes #268) 2015-06-13 14:17:57 +12:00
Mellisa Hankins d3e4b8a5e8 Use classname for styling rather than ID 2013-09-07 15:07:22 +12:00
Will Rossiter 1af685952a Use form icon in cms tree 2013-06-02 14:08:10 +12:00
Will Rossiter cdf55bc9ce Use form page icon in page tree 2013-06-02 14:08:10 +12:00
Menno Schilder 9b8feba74b Change CSS to better match newly added Checkboxes 2013-01-29 22:46:34 +13:00
Naomi Guyer 104a584ebf BUG: Too many tabs
Combined a few tabs so that the interface is a little less cluttered
when adding this module. When this is
fixed:http://open.silverstripe.org/ticket/7268 it is recommended that
user forms add it's own parent tab to the ui to group user forms tabs
together.
2012-08-13 11:29:42 +12:00
Mateusz Uzdowski 70bcac03cc BUGFIX: fix for the Chosen dropdown to show the items 2012-06-05 17:11:12 +12:00
Stig Lindqvist 89c7cf8a15 MINOR Aligned the 'Add field' buttons and drop down 2012-05-14 10:20:19 +12:00
edchipman@gmail.com d7bd212008 MINOR: CSS tweak to bring closer to new CMS 2012-05-07 17:41:29 +12:00
Will Rossiter 982ea1cdb1 BUGFIX: fixed layout of FieldEditor in IE6 2010-09-21 06:14:09 +00:00
Saophalkun Ponlu 8ccb893881 BUGFIX: more options don't get hidden by default 2009-08-12 02:48:37 +00:00
Will Rossiter 3351ef17b3 MINOR: fixed validation button width. MINOR: increased title to 255 chars rather then 50 to allow for longer checkboxs 2009-07-05 07:14:03 +00:00
Will Rossiter 1d3d309582 BUGFIX: fixed issue with rule based validation trying to save the default rule 2009-06-25 06:55:42 +00:00
Sean Harvey 0b10a29345 BUGFIX Fixed extra option fields being shown initially in IE, when they should be hidden 2009-06-08 01:54:25 +00:00
Will Rossiter 626f09be39 APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup. 2009-05-06 03:34:40 +00:00
Will Rossiter f5bc3fb5a6 MINOR: use button styling 2009-04-27 02:21:12 +00:00
Will Rossiter a076630b9c MINOR: changed field adding to use a dropdown field rather the a list of links that was getting unmanagable with all the fields 2009-04-27 00:20:20 +00:00
Will Rossiter d592ed005f FEATURE: added ability to have rules on userdefined form fields 2009-04-23 22:52:08 +00:00
Will Rossiter 5ffaebf070 MINOR: fixed styling for dropdown options 2009-04-21 05:47:50 +00:00
Will Rossiter 83f827f006 MINOR: rewrote CSS for fieldeditor to make it more maintainable 2009-04-21 05:10:39 +00:00
Will Rossiter 984bfdd42d MINOR: fixed icon for drag and dropping fields - ajshort 2009-04-20 03:22:54 +00:00
Will Rossiter b3a73eac53 BUGFIX: fixed notice level error with old field name 2009-04-19 07:34:30 +00:00
Will Rossiter c0b2f760cd BUGFIX: got drag and drop ordering of fields rewritten in jQuery 2009-04-18 02:49:46 +00:00
Will Rossiter 83d1f2fe86 ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images 2009-04-17 02:26:40 +00:00
Normann Lou 11d80d4699 BUGFIX: user defined form style broken in back-end. The BottomMenu and FormOption section is overlay with the FieldList section. (a ticket 1425 in Help desk) 2009-03-26 01:28:57 +00:00
Sean Harvey 1ea06b4028 ENHANCEMENT Moved UserDefinedForm and related code, templates, CSS and javascript out of cms and sapphire classes into userforms/trunk 2008-09-29 03:18:23 +00:00