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/personal.php

7 lines
368 B
PHP

<fieldset class="personalblock" id="documents-personal">
<legend><strong><?php p($l->t('Documents')); ?></strong></legend>
<div>
<label for="documents-default-path"><strong><?php p($l->t('Save new documents to')) ?></strong></label>
<input type="text" id="documents-default-path" value="<?php p($_['savePath']) ?>" /><span class="msg"></span>
</div>
</fieldset>