From b2966165174d850b13be0e25eba6e9053142ed00 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Thu, 20 Oct 2005 03:16:12 +0000 Subject: Bug 149504 Permit a reference to a URL to be treated as an attachment Patch by Joel Peshkin r=lpsolit, a=justdave --- template/en/default/attachment/create.html.tmpl | 76 ++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 3 deletions(-) (limited to 'template/en/default/attachment/create.html.tmpl') diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 43af6e638..ba725eae7 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -17,6 +17,8 @@ # Rights Reserved. # # Contributor(s): Myk Melez + # Joel Peshkin + # Erik Stambaugh #%] [% PROCESS global/variables.none.tmpl %] @@ -53,6 +55,58 @@ onload="setContentTypeDisabledState();" %] +[% IF Param("allow_attach_url") %] + +[% END %] + +
@@ -62,7 +116,11 @@ Enter the path to the file on your computer.
- + [% IF Param("maxlocalattachment") %] @@ -77,6 +135,17 @@ [% END %] + [% IF Param("allow_attach_url") %] + + + + URL to be attached instead.
+ + + + [% END %] @@ -104,14 +173,15 @@ -
- -- cgit v1.2.3-24-g4f1b