added resizable textareas
This commit is contained in:
parent
04911c04e9
commit
722a214f80
13 changed files with 278 additions and 72 deletions
|
|
@ -102,6 +102,7 @@
|
|||
- added [ 881817 ] allowed characters in username
|
||||
- added [ 1231386 ] Insert WebGUI Image
|
||||
- added [ 1205807 ] ability to report file size in File template
|
||||
- added [ 1201811 ] resizable textAreas
|
||||
- added [ 1376374 ] WebGUI should return a Last-Modified http/1.x header
|
||||
- fix [ 1178981 ] IE is in "quirks mode" - multi-column layout templates
|
||||
break
|
||||
|
|
|
|||
|
|
@ -51,9 +51,17 @@ addRichEditUpload();
|
|||
updateArticle();
|
||||
updateScratch();
|
||||
installSQLForm();
|
||||
addResizableTextareas();
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
#-------------------------------------------------
|
||||
sub addResizableTextareas {
|
||||
print "\tAllowing user to resize text areas on the fly.\n";
|
||||
$session->setting->remove("textAreaCols");
|
||||
$session->setting->remove("textAreaRows");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub updateScratch {
|
||||
print "\tIncreasing size of scratch variables.\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue