mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-08 07:13:37 +00:00
split printFolderChooser() for library folder into js and html part
This commit is contained in:
parent
179af06438
commit
3907431369
|
|
@ -77,6 +77,7 @@ class SeedDMS_View_Settings extends SeedDMS_Bootstrap_Style {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
<?php
|
<?php
|
||||||
|
$this->printFolderChooserJs("form1");
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function show() { /* {{{ */
|
function show() { /* {{{ */
|
||||||
|
|
@ -287,7 +288,7 @@ if(!is_writeable($settings->_configFilePath)) {
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="<?php printMLText("settings_libraryFolder_desc");?>">
|
<tr title="<?php printMLText("settings_libraryFolder_desc");?>">
|
||||||
<td><?php printMLText("settings_libraryFolder");?>:</td>
|
<td><?php printMLText("settings_libraryFolder");?>:</td>
|
||||||
<td><?php $this->printFolderChooser("form1", M_READWRITE, -1, $dms->getFolder($settings->_libraryFolder), 'libraryFolder');?></td>
|
<td><?php $this->printFolderChooserHtml("form1", M_READWRITE, -1, $dms->getFolder($settings->_libraryFolder), 'libraryFolder');?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user