chrissy6930
Karma: 27
|
Re:Customize the Upload Form - 2009/04/05 06:54
you would need to adjust function addfileHTML in ../v-classes/remositoryAddFileHTML.php
to remove short description comment out or delete:
| Code: | $this->fileInputArea(_DOWN_DESC_SMALL, _DOWN_DESC_SMALL_MAX, 'smalldesc', $file->smalldesc, 3, 50, false);
$this->autoShortHandling($file);
|
|