adding file templates for ods, odt and odp

This commit is contained in:
Thomas Müller 2013-08-18 21:11:11 +02:00
parent 9be836814c
commit 0890a915b3
4 changed files with 3 additions and 1 deletions

View File

@ -24,4 +24,6 @@ OC_Search::registerProvider('OC_Search_Provider_File');
$templateManager = OC_Helper::getFileTemplateManager();
$templateManager->registerTemplate('text/html', 'core/templates/filetemplates/template.html');
$templateManager->registerTemplate('application/vnd.oasis.opendocument.presentation', 'core/templates/filetemplates/template.odp');
$templateManager->registerTemplate('application/vnd.oasis.opendocument.text', 'core/templates/filetemplates/template.odt');
$templateManager->registerTemplate('application/vnd.oasis.opendocument.spreadsheet', 'core/templates/filetemplates/template.ods');

Binary file not shown.

Binary file not shown.

Binary file not shown.