mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
add method showConfigFolder() (currently not used)
This commit is contained in:
parent
8f2f15bb80
commit
42a38984f7
|
@ -318,6 +318,19 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
|
||||||
<?php
|
<?php
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
protected function showConfigFolder($title, $name, $allowempty=false, $multiple=false, $size=0) { /* {{{ */
|
||||||
|
$settings = $this->params['settings'];
|
||||||
|
$dms = $this->params['dms'];
|
||||||
|
?>
|
||||||
|
<tr title="<?= getMLText($title."_desc") ?>">
|
||||||
|
<td><?= getMLText($title) ?>:</td>
|
||||||
|
<td>
|
||||||
|
<?php $this->printFolderChooserHtml($name, M_READWRITE, -1, $dms->getFolder($settings->{"_".$name}), $name);?>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<?php
|
||||||
|
} /* }}} */
|
||||||
|
|
||||||
public function js() { /* {{{ */
|
public function js() { /* {{{ */
|
||||||
$extmgr = $this->params['extmgr'];
|
$extmgr = $this->params['extmgr'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user