2015-08-26 20:16:53 +03:00
|
|
|
<?php
|
2015-12-16 17:57:44 +03:00
|
|
|
script('richdocuments', 'personal');
|
2015-08-26 20:16:53 +03:00
|
|
|
?>
|
2016-03-15 00:13:55 +01:00
|
|
|
<div class="section" id="richdocuments-personal">
|
|
|
|
<h2><?php p($l->t('Collabora Online')); ?></h2>
|
2013-10-01 19:34:08 +03:00
|
|
|
<div>
|
2013-10-05 13:50:33 +03:00
|
|
|
<label for="documents-default-path"><?php p($l->t('Save new documents to')) ?></label>
|
2015-08-26 20:16:53 +03:00
|
|
|
<input type="text" id="documents-default-path" value="<?php p($_['save_path']) ?>" /><span class="msg"></span>
|
2013-10-01 19:34:08 +03:00
|
|
|
</div>
|
2014-04-01 18:27:11 +02:00
|
|
|
</div>
|