From 30fcd3949cd8bc74be9debd6fe8c53015dc06798 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Fri, 17 Aug 2012 22:54:54 -0400 Subject: bookmarkelet working now --- templates/addBm.php | 11 ----------- templates/bookmarklet.php | 8 -------- templates/part.nofeeds.php | 4 ++-- templates/settings.php | 9 +++++++++ templates/subscribelet.php | 8 ++++++++ 5 files changed, 19 insertions(+), 21 deletions(-) delete mode 100644 templates/addBm.php delete mode 100644 templates/bookmarklet.php create mode 100644 templates/subscribelet.php (limited to 'templates') diff --git a/templates/addBm.php b/templates/addBm.php deleted file mode 100644 index e9132ca57..000000000 --- a/templates/addBm.php +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Subsribe - News - ownCloud - - -

Saved!

- Close the window - - \ No newline at end of file diff --git a/templates/bookmarklet.php b/templates/bookmarklet.php deleted file mode 100644 index 31a654b86..000000000 --- a/templates/bookmarklet.php +++ /dev/null @@ -1,8 +0,0 @@ -' . $l->t('Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:') . '' - . '' - . $l->t('Subscribe') . ''; -} diff --git a/templates/part.nofeeds.php b/templates/part.nofeeds.php index 409198f3e..5afc5d281 100644 --- a/templates/part.nofeeds.php +++ b/templates/part.nofeeds.php @@ -29,11 +29,11 @@
' . $l->t('Or...') . ''; ?>
- +
\ No newline at end of file diff --git a/templates/settings.php b/templates/settings.php index b063fc1ed..3dea8fd9d 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -13,4 +13,13 @@
+
t('Subscribelet'); ?>
+
+ +
+ +
\ No newline at end of file diff --git a/templates/subscribelet.php b/templates/subscribelet.php new file mode 100644 index 000000000..4db1c55e7 --- /dev/null +++ b/templates/subscribelet.php @@ -0,0 +1,8 @@ +' . $l->t('Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:') . '' + . '' + . $l->t('Subscribe') . ''; +} -- cgit v1.2.3