fix look of settings, change from personalblock
This commit is contained in:
parent
31fb07aca8
commit
296cb50ef1
@ -1,5 +1,5 @@
|
|||||||
<?php $isLocal = $_['converter']=='local' ?>
|
<?php $isLocal = $_['converter']=='local' ?>
|
||||||
<fieldset class="personalblock" id="documents">
|
<div class="section" id="documents">
|
||||||
<h2><?php p($l->t('Documents')) ?></h2>
|
<h2><?php p($l->t('Documents')) ?></h2>
|
||||||
<p>
|
<p>
|
||||||
<input type="radio" name="docs_converter" value="local" id="docs_converter_local"
|
<input type="radio" name="docs_converter" value="local" id="docs_converter_local"
|
||||||
@ -24,4 +24,4 @@
|
|||||||
<br /><em><?php p($l->t('Server URL')) ?></em>
|
<br /><em><?php p($l->t('Server URL')) ?></em>
|
||||||
</div>
|
</div>
|
||||||
<br /><button type="button" id="docs_apply"><?php p($l->t('Apply')) ?></button>
|
<br /><button type="button" id="docs_apply"><?php p($l->t('Apply')) ?></button>
|
||||||
</fieldset>
|
</div>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<fieldset class="personalblock" id="documents-personal">
|
<div class="section" id="documents-personal">
|
||||||
<h2><?php p($l->t('Documents')); ?></h2>
|
<h2><?php p($l->t('Documents')); ?></h2>
|
||||||
<div>
|
<div>
|
||||||
<label for="documents-default-path"><?php p($l->t('Save new documents to')) ?></label>
|
<label for="documents-default-path"><?php p($l->t('Save new documents to')) ?></label>
|
||||||
<input type="text" id="documents-default-path" value="<?php p($_['savePath']) ?>" /><span class="msg"></span>
|
<input type="text" id="documents-default-path" value="<?php p($_['savePath']) ?>" /><span class="msg"></span>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user