]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 28 Dec 2010 12:03:31 +0000 (12:03 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 28 Dec 2010 12:03:31 +0000 (12:03 +0000)
inc/ws/Controlleur/class.ws.url.php

index 0b61d3bf6d61ece019e0fbbe84d29c11ee7268bc..3b09c3cae01cdc2b3458f493fe4ea21ed6f5ce08 100644 (file)
@@ -65,8 +65,8 @@ class wsUrl {
                        // $f = $book->facturable;\r
                        $res .= '<td>' ./* $f .*/ '</td>';\r
                        $res .= '<td>' . $core->books_status[$book->status] . '</td>';\r
-                       $res .= '<td class="bouton"><a href="' . SITE_PATH . 'viewer/' . $book->book_id . '_' . $book->hash . '/" class="popupFS">' . $btVoir . '</a></td>';\r
-                       $res .= '<td class="bouton"><a class="popupFS" href="' . SITE_PATH . 'editor/' . $book->book_id . '">' . $btEdit . '</a></td>';\r
+                       $res .= '<td class="bouton"><a class="popupFS" rev="viewer_'.$book->book_id.'" href="' . SITE_PATH . 'viewer/' . $book->book_id . '_' . $book->hash . '/">' . $btVoir . '</a></td>';\r
+                       $res .= '<td class="bouton"><a class="popupFS" rev="editor_'.$book->book_id.'" href="' . SITE_PATH . 'editor/' . $book->book_id . '">' . $btEdit . '</a></td>';\r
                        $res .= '<td class="bouton"><a href="' . SITE_PATH . 'stats/' . $book->book_id . '">' . $btStats . '</a></td>';\r
                        $res .= '<td class="bouton"><a href="' . SITE_PATH . 'supprimebook/' . $book->book_id . '">' . $btDownload . '</a></td>';\r
                        $res .= '<td class="bouton"><a href="#" rel="supprimeBook/' . $book->book_id . '" class="ajax" title="' . __('Êtes-vous certain de vouloir supprimer cette publication ?') . '">' . $btDel . '</a></td>';\r
@@ -182,7 +182,7 @@ html{height:100%}' . "\n";
                }\r
 \r
                $res .= '</head>';\r
-               $res .= '<body style="background-color:#'.$theme->parametres->loadingBackColor.'">';\r
+               $res .= '<body style="background-color:#'.$theme->parametres->loadingBackColor.'" onload="this.focus();">';\r
                fb($theme);\r
                $res .= cubeMedia::flash2('index.swf', '100%', '100%', $fv, 'fluidbook', '', 10, '#'.$theme->parametres->loadingBackColor, '', 'true', 'noscale', 'gpu', array('allowScriptAccess' => 'always'));\r
 \r