From 0611a71dc2548592df2e6c78707da7ed6505da28 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <timm.fitschen@ds.mpg.de> Date: Mon, 19 Aug 2019 17:07:23 +0200 Subject: [PATCH] Revert "DOC: More friendly welcome message." This reverts commit abc1e6eabb9482c307cd4f647858202a923812bf. --- src/core/xsl/welcome.xsl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/core/xsl/welcome.xsl b/src/core/xsl/welcome.xsl index b69e2591..d59e9583 100644 --- a/src/core/xsl/welcome.xsl +++ b/src/core/xsl/welcome.xsl @@ -27,12 +27,7 @@ <div class="jumbotron caosdb-f-welcome-panel"> <h1>Welcome</h1> <p>This is CaosDB.</p> - <p>For an introduction to CaosDB, please click on "Start a Tour" above.</p> - <!-- <p>This is the default welcome message. If you are an administrator - you can override it. Just copy <code>src/core/xsl/welcome.xsl</code> - to <code>src/ext/xsl/welcome.xsl</code> and change this content. Then - run <code>make</code> again in CaosdDB's web interface's root - directory.</p> --> + <p>This is the default welcome message. If you are an administrator you can override it. Just copy <code>src/core/xsl/welcome.xsl</code> to <code>src/ext/xsl/welcome.xsl</code> and change this content. Then run <code>make</code> again in CaosdDB's web interface's root directory.</p> </div> </xsl:template> </xsl:stylesheet> -- GitLab