Add documentation link (#156)

This commit is contained in:
Pranav Kant 2018-01-18 15:32:56 +05:30 committed by Andras Timar
parent 92559639f4
commit 5ed06f9698
2 changed files with 8 additions and 0 deletions

3
css/admin.css Normal file
View File

@ -0,0 +1,3 @@
#richdocuments h2 {
display: inline-block;
}

View File

@ -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>