Scarab commit: svn commit: r11051 - trunk
[email protected] Tue, 15 Nov 2011 14:44:19 -0800 (PST)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2011-11-15 14:44:19-0800
New Revision: 11051
Modified:
trunk/minimal.properties
trunk/project.properties
trunk/scarab_properties.xml
Log:
Added customizable product-logo (default is Scarab's logo)
Modified: trunk/minimal.properties
Url: http://scarab.tigris.org/source/browse/scarab/trunk/minimal.properties?view=diff&pathrev=11051&r1=11050&r2=11051
==============================================================================
--- trunk/minimal.properties (original)
+++ trunk/minimal.properties 2011-11-15 14:44:19-0800
@@ -517,6 +517,7 @@
# Group: site-decoration
# ======================
#
+# scarab.product.logo
# scarab.site.name
# scarab.site.logo
#
@@ -532,6 +533,19 @@
#
+# -------------------
+# scarab.product.logo
+# -------------------
+#
+#
+# The product.logo is displayed on the left side of the top bar.
+# Here you can add remove the product logo or replace it with your own
+# logo. The default setting displays the Scarab-Logo.
+# Hide it by replacing the value with "/images/trans.gif"
+#
+
+scarab.product.logo=/images/logo.gif
+
# ----------------
# scarab.site.name
# ----------------
Modified: trunk/project.properties
Url: http://scarab.tigris.org/source/browse/scarab/trunk/project.properties?view=diff&pathrev=11051&r1=11050&r2=11051
==============================================================================
--- trunk/project.properties (original)
+++ trunk/project.properties 2011-11-15 14:44:19-0800
@@ -1482,6 +1482,7 @@
# Group: site-decoration
# ======================
#
+# scarab.product.logo
# scarab.site.name
# scarab.site.logo
# scarab.site.style
@@ -1498,6 +1499,19 @@
#
+# -------------------
+# scarab.product.logo
+# -------------------
+#
+#
+# The product.logo is displayed on the left side of the top bar.
+# Here you can add remove the product logo or replace it with your own
+# logo. The default setting displays the Scarab-Logo.
+# Hide it by replacing the value with "/images/trans.gif"
+#
+
+scarab.product.logo=/images/logo.gif
+
# ----------------
# scarab.site.name
# ----------------
Modified: trunk/scarab_properties.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/scarab_properties.xml?view=diff&pathrev=11051&r1=11050&r2=11051
==============================================================================
--- trunk/scarab_properties.xml (original)
+++ trunk/scarab_properties.xml 2011-11-15 14:44:19-0800
@@ -1454,6 +1454,20 @@
</details>
<property>
+ <name>scarab.product.logo</name>
+ <default>/images/logo.gif</default>
+ <details>
+ The product.logo is displayed on the left side of the top bar.
+ Here you can add remove the product logo or replace it with your own
+ logo. The default setting displays the Scarab-Logo.
+ Hide it by replacing the value with "/images/trans.gif"
+ </details>
+ <type>Runtime</type>
+ <customization modification="optional">basic</customization>
+ <file/>
+ </property>
+
+ <property>
<name>scarab.site.name</name>
<default></default>
<details>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2878383