This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  f2189356391c823f39ec9dfc8011fd837f3b6103 (commit)
      from  5bd6a475eafced9d3c2d1fad75d130003d89194c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=f2189356391c823f39ec9dfc8011fd837f3b6103

commit f2189356391c823f39ec9dfc8011fd837f3b6103
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Apr 20 18:53:02 2017 +0200

    Remove COLOR_LTBACK1/2

diff --git a/src/docs/README.Themes b/src/docs/README.Themes
index 55df509..a8cb575 100644
--- a/src/docs/README.Themes
+++ b/src/docs/README.Themes
@@ -62,12 +62,6 @@ The big work is to make new icons found in 
www/themes/savannah/images/
 |              // The background color
 |              $this->COLOR_BACK= '#FFFFFF';
 | 
-|              // The primary light background color
-|              $this->COLOR_LTBACK1= '#FFF4A8';
-| 
-|              // The secondary light background color
-|              $this->COLOR_LTBACK2= '#FFF4A8';
-| 
 |              // The HTML box title color
 |              $this->COLOR_HTMLBOX_TITLE = '#DAD5D7';
 | 
diff --git a/src/plugins/globalsearch/www/index.php 
b/src/plugins/globalsearch/www/index.php
index 8c1d4d2..f2111f9 100644
--- a/src/plugins/globalsearch/www/index.php
+++ b/src/plugins/globalsearch/www/index.php
@@ -184,7 +184,7 @@ if ( !$no_rows && ( ($rows_returned > $rows) || ($offset != 
0) ) ) {
 
        echo "<br />\n";
 
-       echo "<table style=\"background-color:".$HTML->COLOR_LTBACK1."\" 
width=\"100%\" cellpadding=\"5\" cellspacing=\"0\">\n";
+       echo "<table width=\"100%\" cellpadding=\"5\" cellspacing=\"0\">\n";
        echo "<tr>\n";
        echo "\t<td align=\"left\">";
        if ($offset != 0) {
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 720182b..3b076d8 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -99,11 +99,6 @@ abstract class Layout extends FFError {
         */
        var $navigation;
 
-       /**
-        * The color bars in pm reporting
-        */
-       var $COLOR_LTBACK1 = '#C0C0C0';
-
        var $js = array();
        var $js_min = array();
        var $javascripts = array();
diff --git a/tools/createtheme.sh b/tools/createtheme.sh
index 3e0c765..f68abc8 100755
--- a/tools/createtheme.sh
+++ b/tools/createtheme.sh
@@ -308,13 +308,6 @@ class Theme extends Layout {
                // The background color
                \$this->COLOR_BACK= '#FFFFFF';
 
-               // The primary light background color
-               // Alternate list
-               \$this->COLOR_LTBACK1= '#C79FA9';
-
-               // The secondary light background color
-               \$this->COLOR_LTBACK2= '#E0E0E0';
-
                // The HTML box title color
                \$this->COLOR_HTMLBOX_TITLE = '#C70036';
 
@@ -458,19 +451,19 @@ class Theme extends Layout {
        </tr>
 
        <tr>
-               <td align=LEFT bgcolor="<?php echo \$this->COLOR_LTBACK2; ?>" 
width=10><img src="<?php echo \$this->imgroot; ?>tabs/topleft.png" height=9 
width=9></td>
-               <td bgcolor="<?php echo \$this->COLOR_LTBACK2; ?>" 
width=30><img src="<?php echo \$this->imgroot; ?>clear.png" width=30 
height=1></td>
-               <td bgcolor="<?php echo \$this->COLOR_LTBACK2; ?>"><img 
src="<?php echo \$this->imgroot; ?>clear.png" width=1 height=1></td>
-               <td bgcolor="<?php echo \$this->COLOR_LTBACK2; ?>" 
width=30><img src="<?php echo \$this->imgroot; ?>clear.png" width=30 
height=1></td>
-               <td align=RIGHT bgcolor="<?php echo \$this->COLOR_LTBACK2; ?>" 
width=10><img src="<?php echo \$this->imgroot; ?>tabs/topright.png" height=9 
width=9></td>
+               <td align=LEFT width=10><img src="<?php echo \$this->imgroot; 
?>tabs/topleft.png" height=9 width=9></td>
+               <td width=30><img src="<?php echo \$this->imgroot; ?>clear.png" 
width=30 height=1></td>
+               <td><img src="<?php echo \$this->imgroot; ?>clear.png" width=1 
height=1></td>
+               <td width=30><img src="<?php echo \$this->imgroot; ?>clear.png" 
width=30 height=1></td>
+               <td align=RIGHT width=10><img src="<?php echo \$this->imgroot; 
?>tabs/topright.png" height=9 width=9></td>
        </tr>
 
        <tr>
 
                <!-- Outer body row -->
 
-               <td bgcolor="<?php echo \$this->COLOR_LTBACK2; ?>"><img 
src="<?php echo \$this->imgroot; ?>clear.png" width=10 height=1></td>
-               <td valign=TOP width="99%" bgcolor="<?php echo 
\$this->COLOR_LTBACK2; ?>" colspan=3>
+               <td><img src="<?php echo \$this->imgroot; ?>clear.png" width=10 
height=1></td>
+               <td valign=TOP width="99%" colspan=3>
 
                        <!-- Inner Tabs / Shell -->
 
@@ -505,7 +498,7 @@ if (\$params['group']) {
 
                        <tr>
                                <td bgcolor="<?php echo \$this->COLOR_BACK; 
?>"><img src="<?php echo \$this->imgroot; ?>clear.png" width=10 height=1></td>
-                               <td valign=TOP width="99%" bgcolor="<?php echo 
\$this->COLOR_LTBACK2; ?>">
+                               <td valign=TOP width="99%">
 
        <?php
 
@@ -522,21 +515,21 @@ if (\$params['group']) {
                                <td width=10 bgcolor="<?php echo 
\$this->COLOR_BACK; ?>"><img src="<?php echo \$this->imgroot; ?>clear.png" 
width=2 height=1></td>
                        </tr>
                        <tr>
-                               <td align=LEFT bgcolor="<?php echo 
\$this->COLOR_LTBACK2; ?>" width=10"><img src="<?php echo \$this->imgroot; 
?>tabs/bottomleft-inner.png" height=11 width=11></td>
+                               <td align=LEFT width=10"><img src="<?php echo 
\$this->imgroot; ?>tabs/bottomleft-inner.png" height=11 width=11></td>
                                <td bgcolor="<?php echo \$this->COLOR_BACK; 
?>"><img src="<?php echo \$this->imgroot; ?>clear.png" width="1" height=1></td>
-                               <td align=RIGHT bgcolor="<?php echo 
\$this->COLOR_LTBACK2; ?>" width=10><img src="<?php echo \$this->imgroot; 
?>tabs/bottomright-inner.png" height=11 width=11></td>
+                               <td align=RIGHT width=10><img src="<?php echo 
\$this->imgroot; ?>tabs/bottomright-inner.png" height=11 width=11></td>
                        </tr>
                        </TABLE>
 
                <!-- end inner body row -->
 
                </td>
-               <td width=10 bgcolor="<?php echo \$this->COLOR_LTBACK2; 
?>"><img src="<?php echo \$this->imgroot; ?>clear.png" width=2 height=1></td>
+               <td width=10><img src="<?php echo \$this->imgroot; ?>clear.png" 
width=2 height=1></td>
        </tr>
        <tr>
-               <td align=LEFT bgcolor="<?php echo \$this->COLOR_LTBACK2; ?>" 
width=10><img src="<?php echo \$this->imgroot; ?>tabs/bottomleft.png" height=9 
width=9></td>
-               <td bgcolor="<?php echo \$this->COLOR_LTBACK2; ?>" 
colspan=3><img src="<?php echo \$this->imgroot; ?>clear.png" width="1" 
height=1></td>
-               <td align=RIGHT bgcolor="<?php echo \$this->COLOR_LTBACK2; ?>" 
width=10><img src="<?php echo \$this->imgroot; ?>tabs/bottomright.png" height=9 
width=9></td>
+               <td align=LEFT width=10><img src="<?php echo \$this->imgroot; 
?>tabs/bottomleft.png" height=9 width=9></td>
+               <td colspan=3><img src="<?php echo \$this->imgroot; 
?>clear.png" width="1" height=1></td>
+               <td align=RIGHT width=10><img src="<?php echo \$this->imgroot; 
?>tabs/bottomright.png" height=9 width=9></td>
        </tr>
 </TABLE>
 </body>

-----------------------------------------------------------------------

Summary of changes:
 src/docs/README.Themes                 |  6 ------
 src/plugins/globalsearch/www/index.php |  2 +-
 src/www/include/Layout.class.php       |  5 -----
 tools/createtheme.sh                   | 35 ++++++++++++++--------------------
 4 files changed, 15 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to