From: moodler Date: Sat, 28 Aug 2004 05:17:13 +0000 (+0000) Subject: Merged from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=006d723195ca3b7054c40c3d112e6dc76cbff4c4;p=moodle.git Merged from stable --- diff --git a/mod/resource/type/file/file.html b/mod/resource/type/file/file.html index 3fc635cc20..34ad7755fd 100644 --- a/mod/resource/type/file/file.html +++ b/mod/resource/type/file/file.html @@ -4,7 +4,7 @@ butobj = document.getElementById(id+'button'); if (divobj.style.display != 'none') { divobj.style.display = 'none'; - butobj.value = ''; + butobj.value = '...'; } else { divobj.style.display = 'block'; butobj.value = ''; diff --git a/mod/resource/type/html/html.html b/mod/resource/type/html/html.html index 2d82c12ac3..ff41f1bfe9 100644 --- a/mod/resource/type/html/html.html +++ b/mod/resource/type/html/html.html @@ -4,7 +4,7 @@ butobj = document.getElementById(id+'button'); if (divobj.style.display != 'none') { divobj.style.display = 'none'; - butobj.value = ''; + butobj.value = '...'; } else { divobj.style.display = 'block'; butobj.value = ''; diff --git a/mod/resource/type/text/text.html b/mod/resource/type/text/text.html index c8fc4b4581..e2bac3aacf 100644 --- a/mod/resource/type/text/text.html +++ b/mod/resource/type/text/text.html @@ -4,7 +4,7 @@ butobj = document.getElementById(id+'button'); if (divobj.style.display != 'none') { divobj.style.display = 'none'; - butobj.value = ''; + butobj.value = '...'; } else { divobj.style.display = 'block'; butobj.value = '';