Added ellipses to buttons "Show settings..."
This commit is contained in:
@@ -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") ?>';
|
||||
|
||||
@@ -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") ?>';
|
||||
|
||||
@@ -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") ?>';
|
||||
|
||||
Reference in New Issue
Block a user