|
|
|
|
@ -231,11 +231,11 @@ class OC_Helper { |
|
|
|
|
* Returns the path to the preview of the file. |
|
|
|
|
*/ |
|
|
|
|
public static function previewIcon($path) { |
|
|
|
|
return self::linkToRoute( 'core_ajax_preview', array('x' => 44, 'y' => 44, 'file' => urlencode($path) )); |
|
|
|
|
return self::linkToRoute( 'core_ajax_preview', array('x' => 36, 'y' => 36, 'file' => urlencode($path) )); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static function publicPreview_icon( $path, $token ) { |
|
|
|
|
return self::linkToRoute( 'core_ajax_public_preview', array('x' => 44, 'y' => 44, 'file' => urlencode($path), 't' => $token)); |
|
|
|
|
return self::linkToRoute( 'core_ajax_public_preview', array('x' => 36, 'y' => 36, 'file' => urlencode($path), 't' => $token)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|