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/11/25 16:16:20 UTC

svn commit: r1716433 - in /myfaces/tobago/branches/tobago-3.0.x/tobago-theme: tobago-theme-charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/image/ tobago-theme-richmond/src/main/resources/org/apache/myf...

Author: lofwyr
Date: Wed Nov 25 15:16:20 2015
New Revision: 1716433

URL: http://svn.apache.org/viewvc?rev=1716433&view=rev
Log:
TOBAGO-1482: Using modal feature vom Bootstrap for Popups
 - removing unused code and resources

Removed:
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/image/
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/image/tobago-overlay-background.png
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/tobago-overlay-background.png
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/image/tobago-overlay-background.png
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/PageRenderer.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

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/PageRenderer.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/PageRenderer.java?rev=1716433&r1=1716432&r2=1716433&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/PageRenderer.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/PageRenderer.java Wed Nov 25 15:16:20 2015
@@ -390,13 +390,6 @@ public class PageRenderer extends Render
 
     writer.endElement(HtmlElements.FORM);
 
-    writer.startElement(HtmlElements.IMG);
-    writer.writeClassAttribute(Classes.create(page, "overlayBackgroundImage"));
-    final String overlayBackgroundImage = ResourceManagerUtils.getImage(facesContext,
-        "image/tobago-overlay-background");
-    writer.writeAttribute(HtmlAttributes.SRC, overlayBackgroundImage, true);
-    writer.endElement(HtmlElements.IMG);
-
     writer.startElement(HtmlElements.NOSCRIPT);
     writer.startElement(HtmlElements.DIV);
     writer.writeClassAttribute(Classes.create(page, "noscript"));

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css?rev=1716433&r1=1716432&r2=1716433&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css Wed Nov 25 15:16:20 2015
@@ -242,10 +242,6 @@ table.tobago-gridLayout > tbody > tr:fir
   position: relative;
 }
 
-.tobago-page-overlayBackgroundImage {
-  display: none;
-}
-
 .tobago-page-noscript {
   position: absolute;
   top: 100px;