diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-11-02 19:18:20 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-11-02 19:18:20 +0000 |
commit | 61a4951b573a822741c67dae3f981f832d44ad30 (patch) | |
tree | f5ed967963ded50ce7657e3b1fa2f5719b770d33 /BKULocal/src/main/webapp/index.html | |
parent | 45e84536bdecb52fd730a348e38db1c50ff66652 (diff) | |
download | mocca-61a4951b573a822741c67dae3f981f832d44ad30.tar.gz mocca-61a4951b573a822741c67dae3f981f832d44ad30.tar.bz2 mocca-61a4951b573a822741c67dae3f981f832d44ad30.zip |
Adapt help texts to make cert installation more straightforward
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@989 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKULocal/src/main/webapp/index.html')
-rw-r--r-- | BKULocal/src/main/webapp/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BKULocal/src/main/webapp/index.html b/BKULocal/src/main/webapp/index.html index cd191ea2..93b0cbc3 100644 --- a/BKULocal/src/main/webapp/index.html +++ b/BKULocal/src/main/webapp/index.html @@ -40,22 +40,22 @@ <img src="/img/chip48.png" alt="Logo" width="48" height="48"/> </div> <p>Congratulations, you successfully installed the citizen-card environment MOCCA. - Please install the - <a href="/ca.crt">CA certificate</a>¹ as trusted certificate in your browser. + To use it, <b>Please install the + <a href="/ca.crt">CA certificate</a><a href="#cacert">¹</a> as trusted certificate in your browser</b>.<br/> + (You may open this link within other browsers you use as well.) </p> <p style="clear:left; margin-top:1.5em">Please also have a look at</p> <ul> <li>the <a href="/help/en/">help topics</a>,</li> <li>the <a href="/PINManagement?redirect=./index.html">PIN management</a> or </li> - <li>the <a href="/ca.crt">CA certificate installation</a> (you may open this link with another browser as well).</li> </ul> <p><br class="clearfloat" /></p> <p style="font-size:80%"> - ¹The automated installation of the CA certificate is not available in Microsoft Windows Vista and Windows 7, - please see <a href="/help/help.install.cacert.html">Help</a>. + <a name="cacert">¹</a> The automated installation of the CA certificate is not available in Microsoft Windows Vista and Windows 7, + please see <a href="/help/help.install.cacert.html">Help with certificate installation</a>. </p> </div> |