From 44dafd05d843d5ce714c77d7ca8c8f914b826df1 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 12 Jan 2015 11:13:37 +0530 Subject: [PATCH] Move to appropriate doc section Signed-off-by: Madhura Jayaratne --- doc/config.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index 7b40e0eb67..f5603e3b1b 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1655,6 +1655,16 @@ Browse mode Defines whether the table navigation links contain ``'icons'``, ``'text'`` or ``'both'``. +.. config:option:: $cfg['ActionLinksMode'] + + :type: string + :default: ``'both'`` + + If set to ``icons``, will display icons instead of text for db and table + properties links (like :guilabel:`Browse`, :guilabel:`Select`, + :guilabel:`Insert`, ...). Can be set to ``'both'`` + if you want icons AND text. When set to ``text``, will only show text. + .. config:option:: $cfg['ShowAll'] :type: boolean @@ -1835,16 +1845,6 @@ Tabs display settings Defines whether the menu tabs contain ``'icons'``, ``'text'`` or ``'both'``. -.. config:option:: $cfg['ActionLinksMode'] - - :type: string - :default: ``'both'`` - - If set to ``icons``, will display icons instead of text for db and table - properties links (like :guilabel:`Browse`, :guilabel:`Select`, - :guilabel:`Insert`, ...). Can be set to ``'both'`` - if you want icons AND text. When set to ``text``, will only show text. - .. config:option:: $cfg['PropertiesNumColumns'] :type: integer