Commit Graph

27 Commits

Author SHA1 Message Date
Robin 1637e78ea1
Make link color white. 2023-12-19 13:54:08 +13:00
Lee Bradley 04c42273cf Add Multi Class to inline add button
Raised in Issue #300
2019-12-12 16:10:11 +00:00
Robbie Averill 3876527913 FIX Position inline editable checkbox fields relative rather than absolute 2018-10-19 21:38:19 +02:00
Daniel Hensby 64b6fd04f3
Merge pull request #238 from creative-commoners/pulls/3.1/fix-searchbutton
FIX Update GridFieldAddExistinSearchButton and dialog to use Bootstrap classes
2018-01-26 16:31:31 +00:00
Robbie Averill cd1fdada5d FIX Remove excessive width on add new multi class dropdown
This removes a width definition added in da2e75f
2018-01-26 14:05:16 +13:00
Robbie Averill 0a16566471 FIX Convert broken add-existing-search-form styles to use Bootstrap lists and pagination 2018-01-26 11:53:40 +13:00
Nik Spijkerman 6bcb983605 FIX CSS typo's 2018-01-11 12:52:57 +13:00
Robbie Averill ade9bb50f4 FIX Update template classes and styles for configurable paginator 2017-12-01 10:41:17 +13:00
Robbie Averill 4580d0b913 FIX Minor UX tweak to add new multi class button, removing empty space and padding 2017-11-08 12:59:14 +13:00
Daniel Hensby 9e26e38d75
Merge branch '2' 2017-09-18 17:39:41 +01:00
Damian Mooyman 973f524b41
BUG Fix incorrect drag-drop handle
Update .editorconfig to match css / scss coding conventions
2017-09-06 09:13:56 +01:00
Naomi Guyer da2e75f3c4 FIX: Add new multiclass UI
Visual fixes for add new multiclass button/selector
2017-09-01 23:05:02 +12:00
Robbie Averill e95c92a168 NEW Add paginator with configurable page sizes 2017-08-01 14:09:15 +12:00
Lee Bradley 1b5e83b7f6 Fix for Exception namespace & CSS image move
Missing '\\' before Exception
Icon has moved in Framework
2017-02-14 17:07:29 +00:00
Michael d463ba25c1 Adding the ability to set the sort column title by setting $field_labels of a DataObject. 2016-07-18 08:49:37 +09:30
Jake Bentvelzen 4d1e7742da fix(EditableColumns): Fixed <select> to have a #fff background-color 2016-04-16 11:15:55 +10:00
Jake Bentvelzen 8eb0e5f47d style(EditableColumns/DropdownField): Styled the <select> tag to look like the other input fields. 2016-04-10 19:45:57 +10:00
Jake Bentvelzen 14be079320 Added the margin-bottom: 12px; that's usually applied the '.action' class. Unfortunately putting that class on the button breaks the inline functionality so I opted to just put identical styling into the extension itself. 2016-03-22 14:48:17 +11:00
Thierry François 077125a30a Drag handle icon is always visible 2014-12-02 17:05:01 +02:00
Andrew Short 0584ad3c49 Fix search list border radius when a single item was displayed 2013-03-28 20:40:33 +11:00
ajshort 0a4c2e2ed8 Style new unsaved rows differently. 2013-02-10 17:10:54 +11:00
ajshort 692453bf9b Implement inline creation of records.
* Builds on the editable cols component with GridFieldAddNewInlineButton.
* Closes #2.
2013-02-09 02:19:30 +11:00
ajshort f62493ffa9 Add inline GridFieldEditableColumns component. 2013-02-07 22:31:12 +11:00
ajshort d7a9d470f9 Add GridFieldAddNewMultiClass component.
This component allows the user to select from a list of classes when creating a new record.
2013-02-02 14:14:59 +11:00
Andrew Short 1c17f8e523 Tweak add existing search form styling. 2012-12-30 16:24:35 +11:00
Andrew Short e41f2fdacf Implemented a drag-and-drop orderable rows component. 2012-12-30 16:12:06 +11:00
Andrew Short a8c586dfc0 Implement the add existing search button. 2012-12-23 22:37:59 +11:00