Added ellipses to buttons "Show settings..."

This commit is contained in:
moodler
2004-08-28 05:15:57 +00:00
parent 1a625fd590
commit eb363f4d99
3 changed files with 3 additions and 3 deletions
+1 -1
View 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") ?>';
+1 -1
View 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") ?>';
+1 -1
View 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") ?>';