16 lines
		
	
	
		
			383 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			383 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| script('richdocuments', 'settings');
 | |
| ?>
 | |
| <div id="documents" class="section">
 | |
| 	<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>
 | |
| </div>
 |