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 | |
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')
-rw-r--r-- | BKULocal/src/main/webapp/de/index.html | 12 | ||||
-rw-r--r-- | BKULocal/src/main/webapp/index.html | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/BKULocal/src/main/webapp/de/index.html b/BKULocal/src/main/webapp/de/index.html index 2620820b..96aa2db8 100644 --- a/BKULocal/src/main/webapp/de/index.html +++ b/BKULocal/src/main/webapp/de/index.html @@ -39,23 +39,23 @@ <div style="float:left; margin-right:1em"> <img src="/img/chip48.png" alt="Logo" width="48" height="48"/> </div> - <p>Sie haben die Bürgerkartenumgebung MOCCA erfolgreich installiert. - Um diese zu verwenden installieren Sie bitte noch das - <a href="/ca.crt">CA Zertifikat</a>¹ in ihrem Browser. + <p><b>Achtung:</b> Sie haben die Bürgerkartenumgebung MOCCA erfolgreich installiert. + Um diese zu verwenden <b>installieren Sie bitte noch das + <a href="/ca.crt">CA Zertifikat</a><a href="#cacert">¹</a> in ihrem Browser</b>.<br/> + (Rufen Sie diesen Link aus anderen Web-Browsern auf, um auch dort das CA Zertifikat zu installieren.) </p> <p style="clear:left; margin-top:1.5em">Weiters können Sie</p> <ul> <li>die <a href="/help/de">Hilfe durchsehen</a>,</li> <li>die <a href="/PINManagement?redirect=./index.html">PIN Verwaltung starten</a> oder </li> - <li>das <a href="/ca.crt">CA Zertifikat installieren</a> (rufen Sie diesen Link aus anderen Web-Browsern auf um auch dort das CA Zertifikat zu installieren).</li> </ul> <p><br class="clearfloat" /></p> <p style="font-size:80%"> - ¹Eine automatisierte Installation ist mit Microsoft Internet Explorer in Windows Vista oder 7 leider nicht möglich, - siehe dazu <a href="/help/de/help.install.cacert.html">Hilfe</a>. + <a name="cacert">¹</a> Eine automatisierte Installation ist mit Microsoft Internet Explorer in Windows Vista oder 7 leider nicht möglich — + siehe dazu <a href="/help/de/help.install.cacert.html">Hilfe zur Zertifikats-Installation</a>. </p> </div> 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> |