diff --git a/modules/file/lang/lang.xml b/modules/file/lang/lang.xml index 664798cc6..8f3c6ec0a 100644 --- a/modules/file/lang/lang.xml +++ b/modules/file/lang/lang.xml @@ -99,7 +99,7 @@ - + diff --git a/modules/file/tpl/adminConfig.html b/modules/file/tpl/adminConfig.html index f1e07ac0a..b795cc89b 100644 --- a/modules/file/tpl/adminConfig.html +++ b/modules/file/tpl/adminConfig.html @@ -1,46 +1,60 @@ - -
+
+

File Upload

+
+ +

{$XE_VALIDATOR_MESSAGE}

-
+ + -

File Upload

-
    -
  • -

    -

    - - -

    -
  • - - -
  • -

    -

    MB

    -
  • -
  • -

    -

    MB

    -
  • -
  • -

    -

    -

    {$lang->about_allowed_filetypes}

    -
  • -
-
- +
+ +
+ + + {$lang->about_allow_outlink} +
- \ No newline at end of file +
+ +
+ + {$lang->about_allow_outlink_format} +
+
+
+ +
+ + {$lang->about_allow_outlink_site} +
+
+
+ +
+ MB / {ini_get('upload_max_filesize')} + {$lang->about_allowed_filesize} +
+
+
+ +
+ MB + {$lang->about_allowed_attach_size} +
+
+
+ +
+ + {$lang->about_allowed_filetypes} +
+
+
+
+ +
+
+ diff --git a/modules/file/tpl/js/fileConfig.js b/modules/file/tpl/js/fileConfig.js deleted file mode 100644 index 950c671e8..000000000 --- a/modules/file/tpl/js/fileConfig.js +++ /dev/null @@ -1,9 +0,0 @@ -(function($){ - $('input[name=allow_outlink]').click(function(){ - if($(this).val() == 'Y'){ - $('._outLink').show(); - }else{ - $('._outLink').hide(); - } - }); - }(jQuery))