diff options
author | portix <portix@gmx.net> | 2011-05-09 23:17:46 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-05-09 23:17:46 +0200 |
commit | de008793cbf4cdbcd43ed79d659d86c97dc0ce74 (patch) | |
tree | 73e4121308670285b5b4b2643b04c3f6aa8533f9 | |
parent | 9b12bfe0c13ea638b0ecab96eac64b4f365b42e4 (diff) | |
download | dwb-de008793cbf4cdbcd43ed79d659d86c97dc0ce74.zip |
Temporarily remove settings from info panel
--HG--
branch : html
-rw-r--r-- | lib/info.html | 3 | ||||
-rw-r--r-- | src/html.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/info.html b/lib/info.html index 8971c806..e4edcdea 100644 --- a/lib/info.html +++ b/lib/info.html @@ -5,7 +5,8 @@ <div class='dwb_button' ><a href="dwb://bookmarks">Bookmarks</a></div> <div class='dwb_button' ><a href="dwb://quickmarks">Quickmarks</a></div> <div class='dwb_button' ><a href="dwb://history">History</a></div> - <div class='dwb_sbutton' ><a href="dwb://settings">Settings</a></div> +<!-- <div class='dwb_sbutton' ><a href="dwb://settings">Settings</a></div> --> + </div> <!--content goes here--> <div class='dwb_infopanel'> @@ -25,7 +25,7 @@ static HtmlTable table[] = { { "dwb://bookmarks", "Bookmarks", INFO_FILE, 0, dwb_html_bookmarks }, { "dwb://quickmarks", "Quickmarks", INFO_FILE, 0, dwb_html_quickmarks }, { "dwb://history", "History", INFO_FILE, 0, dwb_html_history }, - { "dwb://settings", "Settings", SETTINGS_FILE, 0, dwb_html_settings }, + //{ "dwb://settings", "Settings", SETTINGS_FILE, 0, dwb_html_settings }, }; void |