From: Marvin Thomas Rabe Date: Sat, 8 Oct 2011 11:11:13 +0000 (+0200) Subject: added missing files X-Git-Tag: v3.0~97^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=39e7db7db4174e4d76c77c47a7b4aab6e3bdda37;p=nextcloud-server.git added missing files --- diff --git a/apps/bookmarks/settings.php b/apps/bookmarks/settings.php new file mode 100644 index 00000000000..8186472dec9 --- /dev/null +++ b/apps/bookmarks/settings.php @@ -0,0 +1,13 @@ + + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +$tmpl = new OC_Template( 'bookmarks', 'settings'); + +OC_Util::addScript('bookmarks','settings'); + +return $tmpl->fetchPage(); diff --git a/apps/bookmarks/templates/settings.php b/apps/bookmarks/templates/settings.php new file mode 100644 index 00000000000..b7da441c2f8 --- /dev/null +++ b/apps/bookmarks/templates/settings.php @@ -0,0 +1,14 @@ + + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ +?> +
+
+ t('Bookmarklet:');?> t('Add page to ownCloud'); ?> +
t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage.'); ?>
+
+