|
From: <ma...@us...> - 2011-10-10 18:51:58
|
Revision: 438
http://openautomation.svn.sourceforge.net/openautomation/?rev=438&view=rev
Author: mayerch
Date: 2011-10-10 18:51:51 +0000 (Mon, 10 Oct 2011)
Log Message:
-----------
Show version in status bar. (The release script will replace the SVN string by the current version string)
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 2011-10-10 17:34:36 UTC (rev 437)
+++ CometVisu/trunk/visu/visu_config.xml 2011-10-10 18:51:51 UTC (rev 438)
@@ -21,6 +21,7 @@
]]></status>
<status type="html"><![CDATA[
- <a href="check_config.php">Check Config</a>
+ <div style="float:right;padding-right:0.5em">Version: SVN</div>
]]></status>
</statusbar>
</meta>
Modified: CometVisu/trunk/visu/visu_config_demo.xml
===================================================================
--- CometVisu/trunk/visu/visu_config_demo.xml 2011-10-10 17:34:36 UTC (rev 437)
+++ CometVisu/trunk/visu/visu_config_demo.xml 2011-10-10 18:51:51 UTC (rev 438)
@@ -56,6 +56,7 @@
]]></status>
<status type="html"><![CDATA[
- <a href="check_config.php">Check Config</a>
+ <div style="float:right;padding-right:0.5em">Version: SVN</div>
]]></status>
</statusbar>
</meta>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|