Revision c2b231c6
Von Sven Donath vor mehr als 14 Jahren hinzugefügt
xslt/xulmenu.xsl | ||
---|---|---|
253 | 253 |
<!-- *************************************************************************** --> |
254 | 254 |
|
255 | 255 |
<!-- special buttons ( logout , print, open new window ) |
256 |
The tooltips, like tooltip="Neues Fenster", do not appear in my Firefox/Prism browsers. Why? |
|
256 | 257 |
**************************************************************************** --> |
257 | 258 |
<xsl:template name="specialbuttons"> |
258 |
<toolbarbutton image="image/icons/24x24/Batch Printing.png" tooltiptext="hallo" oncommand="PrintW(event)"/>
|
|
259 |
<toolbarbutton image="image/icons/24x24/Batch Printing.png" tooltip="Drucken" oncommand="PrintW(event)"/>
|
|
259 | 260 |
<toolbarbutton image="image/icons/24x24/Neues Fenster.png" tooltip="Neues Fenster" link="menuXML.pl?action=display" target="_top" oncommand="openLinkNewWindow(event)"/> |
260 | 261 |
<toolbarbutton label="Logout" link="{/*//item[@id='Programm--Logout']/@link}" target="_top" oncommand="openLink(event)"> |
261 | 262 |
<image src="image/icons/24x24/Programm--Logout.png" width="24" height="24" /> |
262 | 263 |
</toolbarbutton> |
263 | 264 |
<toolbarseparator/> |
264 |
<toolbarbutton label="back" tooltiptext="hallo" oncommand="MyGoBack()"/>
|
|
265 |
<toolbarbutton label="forward" tooltip="Neues Fenster" oncommand="MyGoForward()"/>
|
|
265 |
<toolbarbutton image="image/icons/24x24/leftarrow_24.png" tooltip="Schritt zurück" oncommand="MyGoBack()"/>
|
|
266 |
<toolbarbutton image="image/icons/24x24/rightarrow_24.png" tooltip="Schritt vor" oncommand="MyGoForward()"/>
|
|
266 | 267 |
</xsl:template> |
267 | 268 |
<!-- *************************************************************************** --> |
268 | 269 |
|
Auch abrufbar als: Unified diff
XUL - Menu für Firefox/Prism mit Icons für "back" und "forward" versehen.
Das Menü ist aber ohnehin alles andere als fertig. Die Tooltips gehen nicht
und noch ein paar Dinge sind "komisch".
Hallo, ich bin der Neue. Ich komme jetzt öfter. :-)