summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-20 19:05:56 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-20 19:06:17 +0100
commit8f215ec03ba57e51dbbfef004069fb1e63c8fca1 (patch)
tree21bc3a85b59d05054f5834714b5ce80ab01745dc /templates
parenteacd2a1755137d3016dad7177c06dc57ca033ccb (diff)
tests
Diffstat (limited to 'templates')
-rw-r--r--templates/part.subscribelet.php~19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/part.subscribelet.php~ b/templates/part.subscribelet.php~
deleted file mode 100644
index 2e6c481ee..000000000
--- a/templates/part.subscribelet.php~
+++ /dev/null
@@ -1,19 +0,0 @@
-
-<?php
- p($l->t('Drag this to your bookmarks bar'))
-?>
-<a class="button"
- href="javascript:(function() {
- var a=window,
- b=document,
- c=encodeURIComponent,
- d=a.open('<?php print_unescaped(OCP\Util::linkToAbsolute('news', 'subscribe.php'))?>?output=popup&url='+c(b.location),
- 'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',
- top='+((a.screenY||a.screenTop)+10)+',
- height=150px,width=360px,resizable=1,alwaysRaised=1');
- a.setTimeout(function() {
- d.focus()},300);
- })();">
- <?php p($l->t('Subscribe')) ?>
-</a>
-