| Age | Commit message (Collapse) | Author |
|
The columns are extremely wide, which makes centered titles look very odd.
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
Signed-off-by: Chris Lamb <lamby@debian.org>
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When toolbar is minimized, ESC key isn't bound. Otherwise ESC will fall
through until one of the following happens: If a sub panel is opened, hide it ;
if a panel is open, close it ; if the toolbar is open, minimize it.
|
|
|
|
both duration and sequence to the SQL template.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
idan/ui-rf
|
|
|
|
|
|
|
|
|
|
appear.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
subclass grew a subtitle method to display informative text under the title.
|
|
|
|
I think I finally got this one working. The saving of the temporary variable has to happen *before* jQuery loads, or else jQuery has already stomped on the '$' variable that another library might have used. This patch moves the temporary saving of this variable the HTML template so it tucks it aside before jQuery loads and puts it back after we're done. Tested and works with jQuery, mootools, and prototype.
|