- 16 Oct, 2007 40 commits
-
-
Nigel McNie authored
Made blocks that have configuration be dropped in configure mode. Refactored some duplicate code around the creation of the configuration form for blocks too
-
Nigel McNie authored
-
Nigel McNie authored
IE7 still has a few minor problems, but now at least you can configure the WYSIWYG block, and the block types don't end up with a horrible doubling up after being dragged. IE6 appears to not have the random error when dropping a block when it's native rather than run through wine. The block types now sit at the top in their container nicely, and can even be dragged and dropped reasonably nicely, but the top pane roughly doubles in size while they're being dragged. IE6 is still disabled for now.
-
Nigel McNie authored
Return the tinymce line to initialise the configuration editor directly, rather than making a script node for it. This works on ie (7 and 6) as well as the other browsers
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Fixed a closing tag for the blocktypes list. Added a clearing div hack for IE6 so that the background extends behind the blocktypes
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Make sure the start and stopdates for the calendar are converted to timestamps, to prevent the form dying horribly. Fixes #1595
-
Nigel McNie authored
Make sure the transparent blocktype clones are resized _after_ being inserted into the DOM, this makes sure that it gets resized to the correct size
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Evonne Cheung authored
-
Evonne Cheung authored
-
Nigel McNie authored
Hook in the layout views css for the 'view view' page so it doesn't look like a pile of steaming wreckage
-
Nigel McNie authored
Show a message when redirecting back to the view edit page if no layouts are available for the view. Made sure this happens with five columns as well as one column
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Merged some of the default theme's views.css into the common view css file for use by any other theme.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Changed the block type editing buttons to be <input type="image">, so that safari/konqueror will show the button background images.
-
Nigel McNie authored
-
Evonne Cheung authored
The design is by Evonne, with some browser fixes by Nigel.
-
Evonne Cheung authored
Removed a bunch of rules that applied to the old views interface. Added a couple of new ones, mostly around the styling of forms and buttons. Converted all tabs to spaces and removed whitespace at the end of the line.
-
Evonne Cheung authored
-
Nigel McNie authored
* Make the last tab on the top pane have the class of 'last'. Not used by the design now but might be by other designs later. * Don't return nothing when building a blocktype list and none can be found. This allows the template to output an informational message in this case instead. * Search $_POST only for the first action sent through (small optimisation rather than g&d work) * Because a lot of the buttons are now <input type="image">, the action is checked to see if it ends with _x or _y, and that part is stripped if it is found.
-
Nigel McNie authored
A couple of language string changes due to the graphic design work. Added a couple of new ones to, mostly to deal with informational error cases
-
Nigel McNie authored
Mark the 'change view layout' link as disabled rather than removing it when a view contains one or five columns. Fix an apparent bug in konqueror where onclick events are still passed to otherwise disabled buttons
-
Nigel McNie authored
Order the blocktypes for category query, and add keys describing the button direction for the move buttons. While ordering does not really make sense for the blocktypes, a database level sorting means that whatever ordering there is will not jump around in the UI between page reloads etc. The direction has been added for the move buttons so that images can be used for them instead.
-
Penny Leach authored
-
Penny Leach authored
-
Penny Leach authored
-