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

personal.php « templates - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57614cf572c25c29e6c4276c2203b52c80f5a422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
style('richdocuments', 'admin');
script('richdocuments', 'personal');
?>
<div class="section" id="richdocuments">
	<h2>
		<?php p($l->t('Collabora Online')) ?>
	</h2>
	<span id="documents-admin-msg" class="msg"></span>
	<p><label for="templateInputField"><?php p($l->t('Select a template directory')); ?></label><br />
		<input type="text" name="templateInputField" id="templateInputField" value="<?php p($_['templateFolder']); ?>" disabled />
		<button id="templateSelectButton"><span class="icon-folder" title="<?php p($l->t('Select a personal template folder')); ?>" data-toggle="tooltip"></span></button>
		<button id="templateResetButton"><span  class="icon-delete" title="<?php p($l->t('Remove personal template folder')); ?>" data-toggle="tooltip"></span></button>
	</p>
	<p><em><?php p($l->t('Templates inside of this directory will be added to the template selector of Collabora Online.')); ?></em></p>
	</div>
</div>