Index: openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl 30 Aug 2006 15:55:16 -0000 1.2 +++ openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl 31 Aug 2006 14:21:19 -0000 1.3 @@ -26,7 +26,7 @@ -html { enctype multipart/form-data } \ -form { item_id:key - {f_title:text,optional {html {size 50 id f_title} } } + {f_title:text,optional {label "[_ acs-templating.Link_Text]"} {html {size 50 id f_title} } } {upload_file:file(file) {html {size 30}} } {share:text(radio),optional {label "[_ acs-templating.This_file_can_be_reused_by]"} {options $share_options} {help_text "[_ acs-templating.This_file_can_be_reused_help]"}} {ok_btn:text(submit) {label "[_ acs-templating.HTMLArea_SelectUploadBtn]"} @@ -141,5 +141,4 @@ set write_p 0 } -set HTML_Preview "Preview" set HTML_UploadTitle "" \ No newline at end of file