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:
authorAndras Timar <andras.timar@collabora.com>2016-05-18 11:58:38 +0300
committerAndras Timar <andras.timar@collabora.com>2016-05-18 11:58:38 +0300
commit595e7f31091fa1aebc8c55affd4c32949e127064 (patch)
tree209a1473544e8f9c6e424608869e9e11a5efad4a /templates/admin.php
parent77efec0da18ba57784338658a73cdd37e1ddc867 (diff)
wider text box for WOPI URL
Diffstat (limited to 'templates/admin.php')
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index ee99f77c..869bd728 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -4,7 +4,7 @@ script('richdocuments', 'admin');
<div class="section" id="richdocuments">
<h2><?php p($l->t('Collabora Online')) ?></h2>
<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:250px;">
+ <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>
<br /><button type="button" id="docs_apply"><?php p($l->t('Apply')) ?></button>
<span id="documents-admin-msg" class="msg"></span>