summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/templates/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/templates/admin.php')
-rw-r--r--apps/updatenotification/templates/admin.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php
new file mode 100644
index 00000000000..647c88dea17
--- /dev/null
+++ b/apps/updatenotification/templates/admin.php
@@ -0,0 +1,8 @@
+<?php script('updatenotification', 'admin') ?>
+<form id="oca_updatenotification" class="section">
+ <h2><?php p($l->t('Updater')); ?></h2>
+ <p>
+ <?php p($l->t('For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button.')) ?>
+ </p>
+ <input type="button" id="oca_updatenotification" value="<?php p($l->t('Open updater')) ?>">
+</form>