From 4bd2132d6a51e0dbcce621d8af54e1344ce85bad Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 8 Feb 2004 13:53:38 +0000 Subject: [PATCH] option text git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3487 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 81f10b17..ce6a4894 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -159,7 +159,7 @@ a:hover } - function hideall() { + function collapseall() { var divNodeList = document.getElementsByTagName('div'); for (i = 0; i < divNodeList.length; i++) { @@ -180,7 +180,8 @@ a:hover -

[Expand all] [Hide all]

+

[Expand all]  + [Collapse all]

Introduction