2012-08-17 Hareesan Rajendra <rharishan@gmail.com>

* contains files and folders missing in firefox extension


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6873 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
rharishan 2012-08-17 04:17:20 +00:00
parent 808d420bab
commit 9740c8e73d
4 changed files with 26 additions and 0 deletions

View File

View File

@ -0,0 +1,19 @@
------------How to Install----------------
Before start installation highly recommand to read the section under "Firefox extension proxy file" in the following URL
(https://developer.mozilla.org/en-US/docs/Setting_up_extension_development_environment).
1. Open the trunk location (source code location) of the "firefox_extension" folder.
2. Copy the 'hareesan@pandorafms.org' file to the firefox extensions directory.
3. Edit the file 'hareesan@pandorafms.org' file and set the path to ur "firefox_extension" directory.
4. Restart firefox and view 'add-on tool bar' by using shortcut "Ctrl+/", you can see the icon of pandora eventviewer in one corner.
-------------Short Cuts-------------------
1. Ctrl+Shift+Alt+L : open options page of extension.
2. Ctrl+Shift+L : open extensions sidebar to view events.
3. Ctrl+/ : open add-on toolbar to view latest events and number of new events.

View File

@ -0,0 +1,4 @@
content pandorasidebar chrome/content/ contentaccessible=yes
locale pandorasidebar en-US chrome/locale/en-US/
skin pandorasidebar classic/1.0 chrome/skin/
overlay chrome://browser/content/browser.xul chrome://pandorasidebar/content/firefoxOverlay.xul

View File

@ -0,0 +1,3 @@
<!ENTITY emptysidebar.title "Pandora FMS">
<!ENTITY openEmptySidebar.commandkey "E">
<!ENTITY openEmptySidebar.modifierskey "shift accel">