Add documentation link (#156)

master^2
Pranav Kant 6 years ago committed by Andras Timar
parent 92559639f4
commit 5ed06f9698

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

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

Loading…
Cancel
Save