split printFolderChooser() for library folder into js and html part

This commit is contained in:
Uwe Steinmann 2016-02-17 11:35:42 +01:00
parent 179af06438
commit 3907431369

View File

@ -77,6 +77,7 @@ class SeedDMS_View_Settings extends SeedDMS_Bootstrap_Style {
});
});
<?php
$this->printFolderChooserJs("form1");
} /* }}} */
function show() { /* {{{ */
@ -287,7 +288,7 @@ if(!is_writeable($settings->_configFilePath)) {
</tr>
<tr title="<?php printMLText("settings_libraryFolder_desc");?>">
<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>
<!--