You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/02/11 20:32:36 UTC

svn commit: r1659050 - in /myfaces/tobago/branches/tobago-3.0.x/tobago-theme: pom.xml tobago-theme-bootstrap/src/main/java/org/ tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/ToolBarRenderer.java

Author: lofwyr
Date: Wed Feb 11 19:32:35 2015
New Revision: 1659050

URL: http://svn.apache.org/r1659050
Log:
TOBAGO-1368: Create a new theme which uses Bootstrap

Removed:
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-bootstrap/src/main/java/org/
Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/ToolBarRenderer.java

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml?rev=1659050&r1=1659049&r2=1659050&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/pom.xml Wed Feb 11 19:32:35 2015
@@ -48,7 +48,7 @@
     <module>tobago-theme-speyside</module>
     <module>tobago-theme-richmond</module>
     <module>tobago-theme-charlotteville</module>
-    <!--<module>tobago-theme-bootstrap</module>-->
+    <module>tobago-theme-bootstrap</module> <!-- temporary, todo: remove -->
     <!--    <module>tobago-theme-boccoo</module>-->
   </modules>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/ToolBarRenderer.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/ToolBarRenderer.java?rev=1659050&r1=1659049&r2=1659050&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/ToolBarRenderer.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/ToolBarRenderer.java Wed Feb 11 19:32:35 2015
@@ -77,7 +77,7 @@ public class ToolBarRenderer extends Lay
     writer.startElement(HtmlElements.A);
     writer.writeClassAttribute(BootstrapClass.NAVBAR_BRAND);
     writer.writeAttribute(HtmlAttributes.HREF, "#", false);
-    writer.writeText("[FIXME]"); // fixme
+//    writer.writeText("[LOGO]"); // fixme
     writer.endElement(HtmlElements.A);
 
     writer.endElement(HtmlElements.DIV);