Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2018-01-18 13:02:56 +0300
committerAndras Timar <andras.timar@collabora.com>2018-01-18 13:02:56 +0300
commit5ed06f9698b9e7ea749827adae046fc5f92ce9bb (patch)
treef32f86015aacab34f1d85a6b164aefa254b4f9f4 /templates
parent92559639f4028d4af18499bbf4eddc3e2479dfc7 (diff)
Add documentation link (#156)
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 52c973ac..be3aa36b 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -1,9 +1,14 @@
<?php
+style('richdocuments', 'admin');
script('richdocuments', 'admin');
/** @var array $_ */
?>
<div class="section" id="richdocuments">
<h2><?php p($l->t('Collabora Online')) ?></h2>
+ <a target="_blank" rel="noreferrer" class="icon-info"
+ title="<?php p($l->t('Open documentation'));?>"
+ href="https://github.com/nextcloud/richdocuments/wiki"></a>
+ <br/>
<label for="wopi_url"><?php p($l->t('Collabora Online server')) ?></label>
<input type="text" name="wopi_url" id="wopi_url" value="<?php p($_['wopi_url'])?>" style="width:300px;">
<br/><em><?php p($l->t('URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client.')) ?></em>