-
+
-
\ 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))