From fdc19caa73671a5cdd54d36d45a5c7662d590ffb Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 28 Dec 2010 12:03:31 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 0b61d3bf6..3b09c3cae 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -65,8 +65,8 @@ class wsUrl { // $f = $book->facturable; $res .= '' ./* $f .*/ ''; $res .= '' . $core->books_status[$book->status] . ''; - $res .= '' . $btVoir . ''; - $res .= '' . $btEdit . ''; + $res .= '' . $btVoir . ''; + $res .= '' . $btEdit . ''; $res .= '' . $btStats . ''; $res .= '' . $btDownload . ''; $res .= '' . $btDel . ''; @@ -182,7 +182,7 @@ html{height:100%}' . "\n"; } $res .= ''; - $res .= ''; + $res .= ''; fb($theme); $res .= cubeMedia::flash2('index.swf', '100%', '100%', $fv, 'fluidbook', '', 10, '#'.$theme->parametres->loadingBackColor, '', 'true', 'noscale', 'gpu', array('allowScriptAccess' => 'always')); -- 2.39.5