mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Correction for the context menu icons
This commit is contained in:
@@ -34,18 +34,22 @@
|
||||
|
||||
<menupopup id="contentAreaContextMenu">
|
||||
<menuitem id="context-sendtophone-link" label="&sendtophoneContext.label;"
|
||||
class="menuitem-iconic"
|
||||
accesskey="&sendtophoneContext.accesskey;"
|
||||
insertafter="context-sendlink"
|
||||
oncommand="sendtophone.onMenuItemCommand(event, 'link')"/>
|
||||
<menuitem id="context-sendtophone-image" label="&sendtophoneContextImage.label;"
|
||||
class="menuitem-iconic"
|
||||
accesskey="&sendtophoneContextImage.accesskey;"
|
||||
insertafter="context-sendimage"
|
||||
oncommand="sendtophone.onMenuItemCommand(event, 'image')"/>
|
||||
<menuitem id="context-sendtophone-text" label="&sendtophoneContextText.label;"
|
||||
class="menuitem-iconic"
|
||||
accesskey="&sendtophoneContextText.accesskey;"
|
||||
insertafter="context-searchselect"
|
||||
oncommand="sendtophone.onMenuItemCommand(event, 'text')"/>
|
||||
<menuitem id="context-sendtophone-page" label="&sendtophoneContextPage.label;"
|
||||
class="menuitem-iconic"
|
||||
accesskey="&sendtophoneContextPage.accesskey;"
|
||||
insertafter="context-sendpage"
|
||||
oncommand="sendtophone.onMenuItemCommand(event, 'page')"/>
|
||||
|
||||
Reference in New Issue
Block a user