|
From: <ma...@us...> - 2012-05-28 13:44:10
|
Revision: 844
http://openautomation.svn.sourceforge.net/openautomation/?rev=844&view=rev
Author: mayerch
Date: 2012-05-28 13:44:04 +0000 (Mon, 28 May 2012)
Log Message:
-----------
Show correct link to the check_config.php by adding the current config file informations
Modified Paths:
--------------
CometVisu/trunk/visu/visu_config.xml
CometVisu/trunk/visu/visu_config_demo.xml
Modified: CometVisu/trunk/visu/visu_config.xml
===================================================================
--- CometVisu/trunk/visu/visu_config.xml 2012-05-28 13:39:44 UTC (rev 843)
+++ CometVisu/trunk/visu/visu_config.xml 2012-05-28 13:44:04 UTC (rev 844)
@@ -58,7 +58,7 @@
<status type="html" condition="edit" hrefextend="all"><![CDATA[
- <a href=".">normal Mode</a>
]]></status>
- <status type="html"><![CDATA[
+ <status type="html" hrefextend="config"><![CDATA[
- <a href="check_config.php">Check Config</a>
]]></status>
</statusbar>
Modified: CometVisu/trunk/visu/visu_config_demo.xml
===================================================================
--- CometVisu/trunk/visu/visu_config_demo.xml 2012-05-28 13:39:44 UTC (rev 843)
+++ CometVisu/trunk/visu/visu_config_demo.xml 2012-05-28 13:44:04 UTC (rev 844)
@@ -105,7 +105,7 @@
<status type="html" condition="edit" hrefextend="all"><![CDATA[
- <a href=".">normal Mode</a>
]]></status>
- <status type="html"><![CDATA[
+ <status type="html" hrefextend="config"><![CDATA[
- <a href="check_config.php">Check Config</a>
<div style="float:right;padding-right:0.5em">Version: SVN</div>
]]></status>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|