From cdf083f9f87a6c761ae14a4b7532838eb7bfaecc Mon Sep 17 00:00:00 2001 From: dongsheng Date: Mon, 20 Oct 2008 02:26:36 +0000 Subject: [PATCH] "MDL-13766, improve upload interface" --- repository/javascript.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repository/javascript.php b/repository/javascript.php index 1ddaa6c211..4731d8c10b 100644 --- a/repository/javascript.php +++ b/repository/javascript.php @@ -49,7 +49,7 @@ function repository_get_client($context) { $strsubmit = get_string('submit', 'repository'); $strpreview = get_string('preview', 'repository'); $strpopup = get_string('popup', 'repository'); - $strupload = get_string('upload', 'repository'); + $strupload = get_string('upload', 'repository').'...'; $struploading = get_string('uploading', 'repository'); $css = ''; if (!isset($CFG->repo_yui_loaded)) { @@ -79,7 +79,7 @@ function repository_get_client($context) { .fp-rename-form{text-align:center} .fp-rename-form p{margin: 1em;} .fp-upload-form{margin: 2em 0;text-align:center} -.fp-upload-btn a{font-size: 1.5em;background: #ccc;color:white;padding: .5em} +.fp-upload-btn a{cursor: default;background: white;border:1px solid gray;color:black;padding: .5em} .fp-upload-btn a:hover {background: grey;color:white} .fp-paging{margin:1em .5em; clear:both;text-align:center;line-height: 2.5em;} .fp-paging a{padding: .5em;border: 1px solid #CCC} @@ -691,7 +691,7 @@ _client.uploadcontrol = function() { if(_client.ds.upload) { str += '
'; str += '
'; - str += ''; + str += ''; str += ''; str += '

$strupload

'; str += '
'; -- 2.39.5