Blame view
sources/apps/documents/templates/settings.php
337 Bytes
|
6d9380f96
|
1 |
<div id="documents" class="section"> |
|
d1bafeea1
|
2 3 4 5 6 7 8 9 10 11 |
<h2><?php p($l->t('Documents')) ?></h2>
<input id="webodf-unstable" type ="checkbox"
<?php if ($_['unstable'] === 'true'){ ?>
checked="checked"
<?php } ?>
/>
<label for="webodf-unstable">
<?php p($l->t('Advanced feature-set'))?>
<?php p($l->t('(Unstable)')); ?>
</label>
|
|
6d9380f96
|
12 |
</div> |