richdocuments/templates/settings.php

10 lines
318 B
PHP
Raw Normal View History

2013-08-18 12:54:57 +03:00
<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>