fix carousel editor panel

This commit is contained in:
Doug Bell 2010-09-02 09:21:53 -05:00
parent 55e6284dd1
commit bd0911ac97
4 changed files with 293 additions and 249 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|,