Update of /cvsroot/phpwebsite-comm/modules/article/class
In directory sc8-pr-cvs1:/tmp/cvs-serv28874/class
Modified Files:
ArticleManager.php
Log Message:
Version 1.5.1 Release
Index: ArticleManager.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/class/ArticleManager.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ArticleManager.php 31 Aug 2003 22:55:32 -0000 1.8
--- ArticleManager.php 20 Sep 2003 22:19:08 -0000 1.9
***************
*** 752,759 ****
/* File upload section */
! $myelements[0] = $GLOBALS['core']->formHidden('MAX_FILE_SIZE', '26000')
! . $GLOBALS['core']->formFile('LIB_loaded_image', 33, 255, $_SESSION['translate']->it('File to Upload').': ')
! . "\n " . $GLOBALS['core']->formSubmit($_SESSION['translate']->it("Save"), 'ARTICLE_vars[config:save_library_item]')
! . $_SESSION['OBJ_help']->show_link('article', "section_lib_image")
. $GLOBALS['core']->formHidden('module', 'article');
--- 752,758 ----
/* File upload section */
! $myelements[0] = $GLOBALS['core']->formFile('LIB_loaded_image', 33, 255, $_SESSION['translate']->it('File to Upload').': ')
! . "\n " . $GLOBALS['core']->formSubmit($_SESSION['translate']->it('Save'), 'ARTICLE_vars[config:save_library_item]')
! . $_SESSION['OBJ_help']->show_link('article', 'section_lib_image')
. $GLOBALS['core']->formHidden('module', 'article');
|