Index: openacs-4/packages/file-storage/www/file-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file-edit.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/file-storage/www/file-edit.tcl 13 Oct 2003 17:16:08 -0000 1.5 +++ openacs-4/packages/file-storage/www/file-edit.tcl 18 Jan 2004 14:19:42 -0000 1.6 @@ -33,4 +33,12 @@ # Variable title used by message lookup set page_title [_ file-storage.file_edit_page_title] +set title_help [_ file-storage.lt_Please_enter_the_new_] +set submit_label [_ file-storage.Change_Name] + +ad_form -action file-edit-2 -export file_id -form { + {title:text(text) {help_text $title_help} {label \#file-storage.Name\#}} + {submit:text(submit) {label $submit_label}} +} -has_submit 1 + ad_return_template