Move showMediaToolbar to 1. personal settings, add docu (#281)

This commit is contained in:
onli 2015-04-04 17:32:21 +02:00
parent 6fdde3a251
commit 90a4b95b61
2 changed files with 11 additions and 8 deletions

View File

@ -58,6 +58,9 @@ Version 2.1 ()
Version 2.0.2 ()
------------------------------------------------------------------------
* Restore the "Show toolbar within media selector popup?" option,
it was ignored before.
* Fix Issue #321, negative offset for LIMIT SQL statements when
using stable archive sorting and plugins like history.

View File

@ -153,6 +153,14 @@
'permission' => 'personalConfiguration',
'default' => '',
'flags' => array('config')),
array('var' => 'showMediaToolbar',
'title' => SHOW_MEDIA_TOOLBAR,
'description' => '',
'type' => 'bool',
'default' => false,
'permission' => 'personalConfiguration',
'flags' => array('config')),
));
$res['defaults'] =
@ -183,14 +191,6 @@
'permission' => 'personalConfiguration',
'flags' => array('config')),
array('var' => 'showMediaToolbar',
'title' => SHOW_MEDIA_TOOLBAR,
'description' => '',
'type' => 'bool',
'default' => false,
'permission' => 'personalConfiguration',
'flags' => array('config')),
array('var' => 'use_autosave',
'title' => CONF_USE_AUTOSAVE,
'description' => CONF_USE_AUTOSAVE_DESC,