mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
set enablesessionlist
This commit is contained in:
parent
defc8330c8
commit
beac494587
|
@ -265,6 +265,10 @@ if(!is_writeable($settings->_configFilePath)) {
|
|||
<tr title="<?php printMLText("settings_enableClipboard_desc");?>">
|
||||
<td><?php printMLText("settings_enableClipboard");?>:</td>
|
||||
<td><input name="enableClipboard" type="checkbox" <?php if ($settings->_enableClipboard) echo "checked" ?> /></td>
|
||||
</tr>
|
||||
<tr title="<?php printMLText("settings_enableSessionList_desc");?>">
|
||||
<td><?php printMLText("settings_enableSessionList");?>:</td>
|
||||
<td><input name="enableSessionList" type="checkbox" <?php if ($settings->_enableClipboard) echo "checked" ?> /></td>
|
||||
</tr>
|
||||
<tr title="<?php printMLText("settings_enableDropUpload_desc");?>">
|
||||
<td><?php printMLText("settings_enableDropUpload");?>:</td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user