diff --git a/files/index.php b/files/index.php index 638f5d0c51..e07e80aabb 100644 --- a/files/index.php +++ b/files/index.php @@ -60,6 +60,7 @@ $tmpl = new OC_TEMPLATE( "files", "index", "user" ); $tmpl->assign( "files", $files ); $tmpl->assign( "breadcrumb", $breadcrumb ); $tmpl->assign( 'dir', $dir); +$tmpl->assign( 'uploadMaxFilesize', OC_HELPER::computerFileSize(ini_get('upload_max_filesize'))); $tmpl->printPage(); ?> diff --git a/files/templates/index.php b/files/templates/index.php index 49742a9813..40113c9fe0 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -8,7 +8,7 @@ href="" title="" class="delete">Delete
" id="max_upload">" id="dir">