richdocuments/templates/settings.php
Victor Dubiniuk 0d6d3a5d22 App settings
2013-08-27 20:26:33 +02:00

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>