2012-08-22 Hareesan Rajendra <rharishan@gmail.com>
* Updated few features. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6905 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a5b9f8ec66
commit
119aeb7e4c
|
@ -7,7 +7,17 @@
|
|||
<script src="chrome://pandorasidebar/content/js/jquery-1.3.2.min.js" />
|
||||
<script src="chrome://pandorasidebar/content/js/main.js" />
|
||||
<script src="chrome://pandorasidebar/content/js/sound.js"/>
|
||||
|
||||
|
||||
<menubar id="main-menubar">
|
||||
<menu label="Pandora FMS" insertafter="help-menu">
|
||||
<menupopup>
|
||||
<menuitem key="key_openPandoraSidebar" observes="viewPandoraSidebar" />
|
||||
<menuitem label="Pandora FMS Event Viewer Options..." key="PandoraMenu" oncommand="PandoraChrome.fn.displayDialog();" accesskey="e"/>
|
||||
|
||||
</menupopup>
|
||||
</menu>
|
||||
</menubar>
|
||||
|
||||
<menupopup id="viewSidebarMenu">
|
||||
<menuitem key="key_openPandoraSidebar" observes="viewPandoraSidebar" />
|
||||
</menupopup>
|
||||
|
|
|
@ -235,5 +235,5 @@
|
|||
</tabpanels>
|
||||
</tabbox>
|
||||
</prefpane>
|
||||
|
||||
<label value="Author Information : R.Hareesan (rharishan@gmail.com)"></label>
|
||||
</prefwindow>
|
||||
|
|
Loading…
Reference in New Issue