]> git.mjollnir.org Git - moodle.git/commitdiff
Merged from stable
authormoodler <moodler>
Sat, 28 Aug 2004 05:17:13 +0000 (05:17 +0000)
committermoodler <moodler>
Sat, 28 Aug 2004 05:17:13 +0000 (05:17 +0000)
mod/resource/type/file/file.html
mod/resource/type/html/html.html
mod/resource/type/text/text.html

index 3fc635cc20c3aaecb2c03d6f55a383cce1e0930d..34ad7755fd0c17c084f896e4f1cd6e41fa87d2bd 100644 (file)
@@ -4,7 +4,7 @@
         butobj = document.getElementById(id+'button');
         if (divobj.style.display != 'none') {
             divobj.style.display = 'none';
-            butobj.value = '<?php print_string("showsettings") ?>';
+            butobj.value = '<?php print_string("showsettings") ?>...';
         } else {
             divobj.style.display = 'block';
             butobj.value = '<?php print_string("hidesettings") ?>';
index 2d82c12ac31f702e2d603f92254e7fbe0da655c7..ff41f1bfe9d6dab012e339724ead9d26a2aa6f2b 100644 (file)
@@ -4,7 +4,7 @@
         butobj = document.getElementById(id+'button');
         if (divobj.style.display != 'none') {
             divobj.style.display = 'none';
-            butobj.value = '<?php print_string("showsettings") ?>';
+            butobj.value = '<?php print_string("showsettings") ?>...';
         } else {
             divobj.style.display = 'block';
             butobj.value = '<?php print_string("hidesettings") ?>';
index c8fc4b4581d5c15aacfa9d54235ad5f01aa47c71..e2bac3aacf4747a911dc0b3db7e55b6cb8dc4cf3 100644 (file)
@@ -4,7 +4,7 @@
         butobj = document.getElementById(id+'button');
         if (divobj.style.display != 'none') {
             divobj.style.display = 'none';
-            butobj.value = '<?php print_string("showsettings") ?>';
+            butobj.value = '<?php print_string("showsettings") ?>...';
         } else {
             divobj.style.display = 'block';
             butobj.value = '<?php print_string("hidesettings") ?>';