author | Michael Krelin <hacker@klever.net> | 2006-11-16 20:56:04 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-11-16 20:56:04 (UTC) |
commit | 864848b2ce8ffe3ea8ccbe268385697e21051745 (patch) (side-by-side diff) | |
tree | 5db3ec1c28be6855fcdf1f4fecd9cd2f0352df47 /content | |
parent | c63cb1418088ff241cbeb207318c1743b08e1da1 (diff) | |
download | fireflix-864848b2ce8ffe3ea8ccbe268385697e21051745.zip fireflix-864848b2ce8ffe3ea8ccbe268385697e21051745.tar.gz fireflix-864848b2ce8ffe3ea8ccbe268385697e21051745.tar.bz2 |
added toolbar button
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@222 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/browser.xul | 11 | ||||
-rw-r--r-- | content/help.xml | 4 | ||||
-rw-r--r-- | content/icons/16x16/toolbar-button.png | bin | 0 -> 351 bytes |
3 files changed, 15 insertions, 0 deletions
diff --git a/content/browser.xul b/content/browser.xul index aaff443..0c699d9 100644 --- a/content/browser.xul +++ b/content/browser.xul @@ -1,19 +1,30 @@ <?xml version="1.0"?> <!DOCTYPE overlay SYSTEM "chrome://fireflix/locale/fireflix.dtd"> <overlay id="fireflixOverlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" > <menupopup id="viewSidebarMenu"> <menuitem observes="viewFireflixSidebar" /> </menupopup> <broadcasterset id="mainBroadcasterSet"> <broadcaster id="viewFireflixSidebar" autoCheck="false" label="&browser.sidebar.label;" + tooltiptext="&browser.sidebar.tooltip;" type="checkbox" group="sidebar" sidebarurl="chrome://fireflix/content/fireflix-panel.xul" sidebartitle="&browser.sidebar.title;" oncommand="toggleSidebar('viewFireflixSidebar')" /> </broadcasterset> + + <toolbarpalette id="BrowserToolbarPalette"> + <toolbarbutton id="fireflix-button" + oncommand="toggleSidebar('viewFireflixSidebar')" + image="chrome://fireflix/content/icons/16x16/toolbar-button.png" > + <observes element="viewFireflixSidebar" attribute="label"/> + <observes element="viewFireflixSidebar" attribute="tooltiptext"/> + </toolbarbutton> + </toolbarpalette> + </overlay> diff --git a/content/help.xml b/content/help.xml index 51e4ce5..ab4f4e2 100644 --- a/content/help.xml +++ b/content/help.xml @@ -20,34 +20,38 @@ <p>Once you have acquired search results you can browse through them. To open any particular picture in a new tab either doubleclick it or hit ENTER.</p> <p>While moving through the list of pictures found you should have a little preview at the bottom of the window.</p> <h1>In the 'Sets' tab</h1> <p>This is where you can browse your sets. You can edit some sets properties here and, most importantly, you can generate HTML of linked thumbnails for sets contents. Use your right mouse button on the photoset.</p> <h1>In The 'Uploads' tab</h1> <p>To upload pictures you don't even have to select this tab. Drag'n'drop into fireflix sidebar should do. There is nothing wrong with going into the tab and using 'Add' button either.</p> <p>You can add photos to the list, edit their titles and/or tags and once you're done with it, trigger upload procedure. Once your images have been uploaded, you will be prompted to create a photoset for newly uploaded photos. You don't have to, though.</p> + <h1>Beyond that</h1> + + <p>You can also add the <img src="chrome://fireflix/content/icons/16x16/toolbar-button.png" alt="Fireflix" title="Fireflix"/> button to your toolbar. Just go to View/Toolbars/Customize and drag it to wherever you want it to be.</p> + <h1>Feedback</h1> <p>As the extension is at the very early stage of development, feel free to provide feedback at <a href="http://kin.klever.net/fireflix/feedback" title="click here to proceed to feedback form">http://kin.klever.net/fireflix/feedback/</a>.</p> <div class="copyright"> <a href="http://www.klever.net/">© Klever Group</a> </div> </body> </html> diff --git a/content/icons/16x16/toolbar-button.png b/content/icons/16x16/toolbar-button.png Binary files differnew file mode 100644 index 0000000..8d95411 --- a/dev/null +++ b/content/icons/16x16/toolbar-button.png |