Merge branch 'carousel'

Conflicts:
	lib/WebGUI/Asset/RichEdit.pm
This commit is contained in:
Doug Bell 2010-12-07 17:23:10 -06:00
commit 0a32122643
4 changed files with 317 additions and 252 deletions

View file

@ -50,6 +50,12 @@ our $I18N = {
lastUpdated => 0,
context => q|Description of the carousel template field, used as hover help.|
},
'delete' => {
message => q{Delete},
lastUpdated => 0,
context => q{Label for button to delete an item from the carousel},
},
'slideHeight' => {
message => q|The height set for each slide in the Carousel|,