From bdef276ae7ea4bd3afc06c808a50e5f60dc4584b Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sat, 5 May 2012 20:23:21 -0700 Subject: rename help dialog --- background_page.html | 2 +- helpDialog.html | 86 ---------------------------------------------------- help_dialog.html | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+), 87 deletions(-) delete mode 100644 helpDialog.html create mode 100644 help_dialog.html diff --git a/background_page.html b/background_page.html index 2c6f8e22..9b5487c3 100644 --- a/background_page.html +++ b/background_page.html @@ -174,7 +174,7 @@ var command = keyToCommandRegistry[key].command; commandsToKey[command] = (commandsToKey[command] || []).concat(key); } - var dialogHtml = fetchFileContents("helpDialog.html"); + var dialogHtml = fetchFileContents("help_dialog.html"); for (var group in commandGroups) dialogHtml = dialogHtml.replace("{{" + group + "}}", helpDialogHtmlForCommandGroup(group, commandsToKey, availableCommands, diff --git a/helpDialog.html b/helpDialog.html deleted file mode 100644 index 7bd08829..00000000 --- a/helpDialog.html +++ /dev/null @@ -1,86 +0,0 @@ - - -
- Options - x -
Vimium {{title}}
-
- - - - {{pageNavigation}} - -
Navigating the page
-
-
- - - - {{findCommands}} - - {{historyNavigation}} - - {{tabManipulation}} - - {{misc}} - -
Using find
Navigating history
Manipulating tabs
Miscellaneous
-
- -
-
- -
- Show advanced commands - -
- Enjoying Vimium? - Leave us - feedback.
- Found a bug? Report it here. -
-
- Version {{version}}
-
-
- - -
diff --git a/help_dialog.html b/help_dialog.html new file mode 100644 index 00000000..7bd08829 --- /dev/null +++ b/help_dialog.html @@ -0,0 +1,86 @@ + + +
+ Options + x +
Vimium {{title}}
+
+ + + + {{pageNavigation}} + +
Navigating the page
+
+
+ + + + {{findCommands}} + + {{historyNavigation}} + + {{tabManipulation}} + + {{misc}} + +
Using find
Navigating history
Manipulating tabs
Miscellaneous
+
+ +
+
+ +
+ Show advanced commands + +
+ Enjoying Vimium? + Leave us + feedback.
+ Found a bug? Report it here. +
+
+ Version {{version}}
+
+
+ + +
-- cgit v1.2.3