summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-22 16:05:45 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-22 16:05:45 +0200
commitb9099435cb6535db835d25361e7b706b85744b20 (patch)
tree2a681b1f9ff0de9780f1f4a785be8378d7f577ab /templates/main.php
parentac5c8f5f4faae74c034a5cfd1e7f85ca26815bc5 (diff)
add undo for feed and folder deletion, fix #56
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index b57051ec9..16ed6f6d4 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -22,6 +22,12 @@
?>
<div id="app" ng-app="News">
+ <div id="undo-container">
+ <div undo-notification id="undo">
+ <a href="#"><?php p($l->t('Undo deletion of ')); ?>{{ getCaption() }}</a>
+ </div>
+ </div>
+
<div id="app-navigation" ng-controller="FeedController">
<ul class="with-icon" data-id="0" droppable>