From 006d723195ca3b7054c40c3d112e6dc76cbff4c4 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 28 Aug 2004 05:17:13 +0000 Subject: [PATCH] Merged from stable --- mod/resource/type/file/file.html | 2 +- mod/resource/type/html/html.html | 2 +- mod/resource/type/text/text.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 = ''; -- 2.39.5