]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 7 Oct 2013 08:31:19 +0000 (08:31 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 7 Oct 2013 08:31:19 +0000 (08:31 +0000)
inc/ws/Controlleur/class.ws.url.php
inc/ws/Util/html5/class.ws.html5.compiler.php

index 52048e5a0745194fd10a08665e79efa1b7392871..693078716cbfa7fc6496fbd2ef3924519deaf9ed 100644 (file)
@@ -124,7 +124,6 @@ class wsUrl {
                                        if (!is_null($book->projet)) {\r
                                                $p = ' <a href="' . EXTRANET_URL . '/projet/' . $book->projet . '" title="' . __('Voir les détails du projet') . '" class="blank icon">' . cubeMedia::silk('arrow_right.png') . '</a>';\r
                                        }\r
-\r
                                        $res .= '<td><a href="#" class="openContextMenu" rel="' . $context_status_id . '" rev="' . $book->book_id . '">' . $core->books_status[$book->status] . '</a>' . $p . '</td>';\r
                                } else {\r
                                        $res .= '<td>' . $core->books_status[1] . '</td>';\r
index 1e3749355a4f88e71cb16e5d7da3866b3823904a..67c9a6aa80530703ca25bf0a654c1ded1c300fd2 100644 (file)
@@ -449,8 +449,8 @@ class wsHTML5Compiler {
                $credits.='<a href="' . $signature->mainLink . '" target="_blank">' . $signature->main . '</a>';
 
                $hiddenContents = implode("\n", $this->hiddenContents);
-               
-               $bgcolor=$this->theme->parametres->loadingBackColor;
+
+               $bgcolor = $this->theme->parametres->loadingBackColor;
 
 
                // Google analytics
@@ -506,7 +506,7 @@ class wsHTML5Compiler {
                        }
                }
 
-               $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'description', 'print', 'hiddenContents', 'splash', 'cache','bgcolor');
+               $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'description', 'print', 'hiddenContents', 'splash', 'cache', 'bgcolor');
                foreach ($vars as $v) {
                        $html = str_replace('<!-- $' . $v . ' -->', $$v, $html);
                }
@@ -535,7 +535,7 @@ class wsHTML5Compiler {
 
                $thtml = $uhtml;
 
-               $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'print', 'hiddenContents', 'splash', 'cache','bgcolor');
+               $vars = array('titre', 'credits', 'ga', 'style', 'script', 'pagesContents', 'print', 'hiddenContents', 'splash', 'cache', 'bgcolor');
                foreach ($vars as $v) {
                        $uhtml = str_replace('<!-- $' . $v . ' -->', $$v, $uhtml);
                }