toolbar button, keyboard shortcut
Cette révision appartient à :
Parent
91c11aa927
révision
fed40f158b
6 fichiers modifiés avec 29 ajouts et 2 suppressions
|
@ -1,5 +1,6 @@
|
|||
content resurrect content/
|
||||
overlay chrome://browser/content/browser.xul chrome://resurrect/content/resurrect-overlay.xul
|
||||
skin resurrect classic/1.0 skin/
|
||||
style chrome://global/content/customizeToolbar.xul chrome://resurrect/skin/resurrect-overlay.css
|
||||
|
||||
locale resurrect en-US locale/en-US/
|
||||
|
|
|
@ -1,9 +1,21 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE overlay SYSTEM "chrome://resurrect/locale/overlay.dtd">
|
||||
<?xml-stylesheet href='chrome://resurrect/skin/resurrect-overlay.css' type='text/css'?>
|
||||
<overlay id='resurrect-overlay' xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'>
|
||||
|
||||
<script type='application/x-javascript' src='chrome://resurrect/content/resurrect.js'></script>
|
||||
|
||||
<toolbarpalette id='BrowserToolbarPalette'>
|
||||
<toolbarbutton id='resurrect-page-tb'
|
||||
type=""
|
||||
class="toolbarbutton-1"
|
||||
oncommand="resurrect.page();"
|
||||
label='&resurrect.thispage;'
|
||||
tooltiptext='&resurrect.thispage;'
|
||||
>
|
||||
</toolbarbutton>
|
||||
</toolbarpalette>
|
||||
|
||||
<popup id="contentAreaContextMenu">
|
||||
<menuitem id="resurrect-page-context" insertafter="context-bookmarkpage"
|
||||
label="&resurrect.thispage;" accesskey="&resurrect.accesskey;"
|
||||
|
@ -15,4 +27,12 @@
|
|||
/>
|
||||
</popup>
|
||||
|
||||
<keyset id="mainKeyset">
|
||||
<key id='resurrect-key-shortcut'
|
||||
modifiers='control shift'
|
||||
keycode='&resurrect.accesskey;'
|
||||
oncommand='resurrect.page();'
|
||||
/>
|
||||
</keyset>
|
||||
|
||||
</overlay>
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<Description about="urn:mozilla:install-manifest">
|
||||
<em:id>{0c8fbd76-bdeb-4c52-9b24-d587ce7b9dc3}</em:id>
|
||||
<em:name>Resurrect Pages</em:name>
|
||||
<em:version>1.0</em:version>
|
||||
<em:description>Resurrect dead pages, by finding ghost copies.</em:description>
|
||||
<em:version>0.5</em:version>
|
||||
<em:description>Resurrect dead pages, by finding their ghosts.</em:description>
|
||||
<em:creator>Anthony Lieuallen</em:creator>
|
||||
<em:homepageURL>http://www.arantius.com/article/resurrect</em:homepageURL>
|
||||
<em:updateURL>http://www.arantius.com/misc/firefox-extensions/mine/updates.rdf</em:updateURL>
|
||||
|
|
6
skin/resurrect-overlay.css
Fichier normal
6
skin/resurrect-overlay.css
Fichier normal
|
@ -0,0 +1,6 @@
|
|||
#resurrect-page-tb {
|
||||
list-style-image: url("chrome://resurrect/skin/tb-icon-large.png");
|
||||
}
|
||||
toolbar[iconsize="small"] #resurrect-page-tb {
|
||||
list-style-image: url("chrome://resurrect/skin/tb-icon-small.png");
|
||||
}
|
BIN
skin/tb-icon-large.png
Fichier normal
BIN
skin/tb-icon-large.png
Fichier normal
Fichier binaire non affiché.
Après Largeur: | Hauteur: | Taille: 897 o |
BIN
skin/tb-icon-small.png
Fichier normal
BIN
skin/tb-icon-small.png
Fichier normal
Fichier binaire non affiché.
Après Largeur: | Hauteur: | Taille: 725 o |
Chargement…
Référencer dans un nouveau ticket