added YUI and YUI-ext

fixed the resizable text area with IE problem
fixed the ad space with IE problem
merged the 7.2.0 and 7.1.4 change logs
This commit is contained in:
JT Smith 2006-11-07 23:15:57 +00:00
parent 6bf329d68d
commit 4f68a0933c
1026 changed files with 331404 additions and 60 deletions

View file

@ -1,12 +0,0 @@
package WebGUI::i18n::English::Form_Textarea; ##Be sure to change the package name to match the filename
our $I18N = { ##hashref of hashes
'drag to resize' => {
message => q|Drag to Resize|,
lastUpdated => 0,
context => q|alt tag for the text area drag icon|
},
};
1;