You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
richdocuments/templates/settings.php

10 lines
318 B
PHP

<ul>
<li>
<input id="webodf-unstable" type ="checkbox"
<?php if (\OCP\Config::getAppValue('office', 'unstable', 'false') === 'true'){?>
checked="checked"
<?php } ?>
value="<?php p($_['unstable']); ?>" />
<label for="webodf-unstable"><?php p($l->t('Unstable WebODF Features')); ?></label>
</li>
</ul>