mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben
This commit is contained in:
parent
5e1372ac60
commit
116bbeadfe
@ -30,9 +30,9 @@
|
||||
onload="if( parent.handle ) parent.handle.onpageload( 'pref-irc' ); else parent.queuedTag = 'pref-irc';">
|
||||
|
||||
<box class="header" align="horizontal">
|
||||
<titledbutton class="left-header-text" value="&lHeader;"/>
|
||||
<button class="left-header-text" value="&lHeader;"/>
|
||||
<spring class="header-spring" flex="1"/>
|
||||
<titledbutton class="right-header-text" value="&rHeader;"/>
|
||||
<button class="right-header-text" value="&rHeader;"/>
|
||||
</box>
|
||||
|
||||
<html:fieldset style="width: 100%;">
|
||||
|
@ -575,7 +575,7 @@ function getTBForObject (source, create)
|
||||
var tbi = document.createElement ("toolbaritem");
|
||||
tbi.setAttribute ("onclick", "onTBIClick('" + id + "')");
|
||||
|
||||
tb = document.createElement ("titledbutton");
|
||||
tb = document.createElement ("button");
|
||||
tb.setAttribute ("class", "activity-button");
|
||||
tb.setAttribute ("id", id);
|
||||
client.viewsArray.push ({source: source, tb: tb});
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
<box align="horizontal">
|
||||
<html:input id="dialog.input" flex="100%" onkeyup="onTyping(event.keyCode)"/>
|
||||
<titledbutton onclick="choose()" value="Choose File..." align="left"/>
|
||||
<button onclick="choose()" value="Choose File..." align="left"/>
|
||||
</box>
|
||||
|
||||
<box align="horizontal" style="margin-bottom: 1em;">
|
||||
@ -53,9 +53,9 @@
|
||||
|
||||
<box align="horizontal">
|
||||
<spring flex="100%"/>
|
||||
<titledbutton id="dialog.ok" value="ok" onclick="open()" align="left"/>
|
||||
<titledbutton id="dialog.test" value="test" onclick="strresTest()" align="left"/>
|
||||
<titledbutton id="dialog.cancel" value="cancel: 戻る" onclick="cancel()" align="left"/>
|
||||
<button id="dialog.ok" value="ok" onclick="open()" align="left"/>
|
||||
<button id="dialog.test" value="test" onclick="strresTest()" align="left"/>
|
||||
<button id="dialog.cancel" value="cancel: 戻る" onclick="cancel()" align="left"/>
|
||||
<spring flex="100%"/>
|
||||
</box>
|
||||
|
||||
|
@ -187,7 +187,7 @@ function addOptions2(oname, iname)
|
||||
</html:select>
|
||||
<html:br/>
|
||||
|
||||
<titledbutton value="Create Account" class="push" />
|
||||
<button value="Create Account" class="push" />
|
||||
|
||||
|
||||
</html:div>
|
||||
|
@ -146,7 +146,7 @@ Domain Name<html:input type="text" id="domainname"/> <html:br/><html:br/>
|
||||
Primary DNS<html:input type="text" id="dnsp"/> <html:br/><html:br/>
|
||||
Secondary DNS<html:input type="text" id="dnss"/> <html:br/><html:br/>
|
||||
|
||||
<titledbutton value="Create Account" class="push" onclick="TestMe();"/>
|
||||
<button value="Create Account" class="push" onclick="TestMe();"/>
|
||||
|
||||
|
||||
</html:div>
|
||||
|
@ -161,14 +161,14 @@ function SelectCity()
|
||||
</html:select>
|
||||
|
||||
<html:br/>
|
||||
<titledbutton value="SelectCity" class="push" onclick="SelectCity();"/>
|
||||
<button value="SelectCity" class="push" onclick="SelectCity();"/>
|
||||
<html:br/>
|
||||
Phone <html:input type="text" id="phone"/> This information will not be given to anyone else.<html:br/><html:br/>
|
||||
FileName<html:input type="text" id="filename"/> <html:br/><html:br/>
|
||||
Login Name<html:input type="text" id="loginname"/> <html:br/><html:br/>
|
||||
Password<html:input type="text" id="loginpass"/>
|
||||
Enter Again<html:input type="text" id="passagain"/><html:br/><html:br/>
|
||||
<titledbutton value="Create Account" class="push" onclick="TestMe();"/>
|
||||
<button value="Create Account" class="push" onclick="TestMe();"/>
|
||||
|
||||
|
||||
</html:div>
|
||||
|
@ -14,8 +14,8 @@
|
||||
<html:center>
|
||||
<html:div>&intro;</html:div>
|
||||
<html:br />
|
||||
<titledbutton value="&ok.label;" class="push" onclick="opener.migrateAllProfiles();window.close();" />
|
||||
<titledbutton value="&cancel.label;" class="push" onclick="window.close();" />
|
||||
<button value="&ok.label;" class="push" onclick="opener.migrateAllProfiles();window.close();" />
|
||||
<button value="&cancel.label;" class="push" onclick="window.close();" />
|
||||
</html:center>
|
||||
|
||||
</html:div>
|
||||
|
@ -112,10 +112,10 @@
|
||||
<treerow>
|
||||
<treecell>
|
||||
<treeindentation />
|
||||
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name" align="right" />
|
||||
<button value="rdf:http://home.netscape.com/NC-rdf#Name" align="right" />
|
||||
</treecell>
|
||||
<treecell>
|
||||
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#URL" align="right" style="list-style-image: none;" />
|
||||
<button value="rdf:http://home.netscape.com/NC-rdf#URL" align="right" style="list-style-image: none;" />
|
||||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
|
@ -87,12 +87,12 @@
|
||||
</html:script>
|
||||
|
||||
<box align="horizontal">
|
||||
<titledbutton onclick="ToBeetle();" value="To Beetle" />
|
||||
<titledbutton onclick="ToPrev();" value="To Previous Sibling" />
|
||||
<titledbutton onclick="ToNext();" value="To Next Sibling" />
|
||||
<titledbutton onclick="ToParent();" value="To Parent" />
|
||||
<titledbutton onclick="ToFirstChild();" value="To First Child" />
|
||||
<titledbutton onclick="ToLastChild();" value="To Last Child" />
|
||||
<button onclick="ToBeetle();" value="To Beetle" />
|
||||
<button onclick="ToPrev();" value="To Previous Sibling" />
|
||||
<button onclick="ToNext();" value="To Next Sibling" />
|
||||
<button onclick="ToParent();" value="To Parent" />
|
||||
<button onclick="ToFirstChild();" value="To First Child" />
|
||||
<button onclick="ToLastChild();" value="To Last Child" />
|
||||
</box>
|
||||
|
||||
<!-- <tree id="tree" flex="100%" datasources="rdf:bookmarks rdf:mailnewsfolders rdf:msgaccountmanager" style="height:100%;"> -->
|
||||
|
@ -21,12 +21,12 @@
|
||||
|
||||
<toolbox style="min-width: 10px">
|
||||
<toolbar>
|
||||
<titledbutton id="back-button" align="top" value="Back"/>
|
||||
<titledbutton id="forward-button" align="top" value="Forward"/>
|
||||
<titledbutton id="reload-button" align="top" value="Reload"/>
|
||||
<titledbutton id="stop-button" align="top" value="Stop"/>
|
||||
<titledbutton id="home-button" align="top" value="Home"/>
|
||||
<titledbutton id="print-button" align="top" value="Print"/>
|
||||
<button id="back-button" align="top" value="Back"/>
|
||||
<button id="forward-button" align="top" value="Forward"/>
|
||||
<button id="reload-button" align="top" value="Reload"/>
|
||||
<button id="stop-button" align="top" value="Stop"/>
|
||||
<button id="home-button" align="top" value="Home"/>
|
||||
<button id="print-button" align="top" value="Print"/>
|
||||
|
||||
<box align="vertical" flex="100%">
|
||||
<spring flex="100%"/>
|
||||
@ -34,13 +34,13 @@
|
||||
<spring flex="100%"/>
|
||||
</box>
|
||||
|
||||
<titledbutton src="resource:/res/throbber/anims00.gif" align="right"/>
|
||||
<button src="resource:/res/throbber/anims00.gif" align="right"/>
|
||||
|
||||
</toolbar>
|
||||
|
||||
<toolbar>
|
||||
<titledbutton align="left" id="translate-button" value="Mozilla" />
|
||||
<titledbutton align="left" id="translate-button" value="ABC News"/>
|
||||
<button align="left" id="translate-button" value="Mozilla" />
|
||||
<button align="left" id="translate-button" value="ABC News"/>
|
||||
<spring flex="100%"/>
|
||||
</toolbar>
|
||||
|
||||
|
@ -94,7 +94,7 @@
|
||||
<!-- ColorPicker #1 -->
|
||||
<box id="box1">
|
||||
<menu id="menu1">
|
||||
<titledbutton id="button1" value="text1" class="popup" align="right"/>
|
||||
<button id="button1" value="text1" class="popup" align="right"/>
|
||||
<html:div id="colorWell1" style="width:30px; background-color:white"/>
|
||||
<menupopup id="popup1">
|
||||
<colorpicker id="cp1" palettename="standard" onclick="setColorWell(this.parentNode.parentNode);"/>
|
||||
@ -106,7 +106,7 @@
|
||||
<html:hr/>
|
||||
<box id="box2">
|
||||
<menu id="menu2">
|
||||
<titledbutton id="button2" value="text2" class="popup" align="right"/>
|
||||
<button id="button2" value="text2" class="popup" align="right"/>
|
||||
<html:div id="colorWell2" style="width:30px; background-color:white"/>
|
||||
<menupopup id="popup2">
|
||||
<colorpicker id="cp2" palettename="gray" onclick="setColorWell(this.parentNode.parentNode);"/>
|
||||
@ -118,7 +118,7 @@
|
||||
<html:hr/>
|
||||
<box id="box3">
|
||||
<menu id="menu3">
|
||||
<titledbutton id="button3" value="text3" class="popup" align="right"/>
|
||||
<button id="button3" value="text3" class="popup" align="right"/>
|
||||
<html:div id="colorWell3" style="width:30px; background-color:white"/>
|
||||
<menupopup id="popup3">
|
||||
<colorpicker id="cp3" palettename="web" onclick="setColorWell(this.parentNode.parentNode);"/>
|
||||
|
@ -26,7 +26,7 @@ xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
<spring flex="100%"/>
|
||||
<box align="vertical">
|
||||
<spring flex="100%"/>
|
||||
<titledbutton class="push" value="centered"/>
|
||||
<button class="push" value="centered"/>
|
||||
<!--html:button>This is a test</html:button-->
|
||||
<spring flex="100%"/>
|
||||
</box>
|
||||
@ -35,10 +35,10 @@ xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
|
||||
<!-- tab2 -->
|
||||
<box align="horizontal">
|
||||
<titledbutton class="push" value="10%" flex="10%"/>
|
||||
<titledbutton class="push" value="20%" flex="20%"/>
|
||||
<titledbutton class="push" value="30%" flex="30%"/>
|
||||
<titledbutton class="push" value="40%" flex="40%"/>
|
||||
<button class="push" value="10%" flex="10%"/>
|
||||
<button class="push" value="20%" flex="20%"/>
|
||||
<button class="push" value="30%" flex="30%"/>
|
||||
<button class="push" value="40%" flex="40%"/>
|
||||
</box>
|
||||
|
||||
<!-- tab3 -->
|
||||
@ -50,22 +50,22 @@ xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
<!-- tab4 -->
|
||||
<toolbox>
|
||||
<toolbar>
|
||||
<titledbutton id="back-button" align="bottom" value="Back"/>
|
||||
<titledbutton src="resource:/res/toolbar/forward.gif" align="bottom" value="Forward"/>
|
||||
<titledbutton src="resource:/res/toolbar/reload.gif" align="bottom" value="Reload"/>
|
||||
<titledbutton src="resource:/res/toolbar/stop.gif" align="bottom" value="Stop"/>
|
||||
<titledbutton src="resource:/res/toolbar/home.gif" align="bottom" value="Home"/>
|
||||
<titledbutton src="resource:/res/toolbar/print.gif" align="bottom" value="Print"/>
|
||||
<button id="back-button" align="bottom" value="Back"/>
|
||||
<button src="resource:/res/toolbar/forward.gif" align="bottom" value="Forward"/>
|
||||
<button src="resource:/res/toolbar/reload.gif" align="bottom" value="Reload"/>
|
||||
<button src="resource:/res/toolbar/stop.gif" align="bottom" value="Stop"/>
|
||||
<button src="resource:/res/toolbar/home.gif" align="bottom" value="Home"/>
|
||||
<button src="resource:/res/toolbar/print.gif" align="bottom" value="Print"/>
|
||||
|
||||
<spring flex="100%"/>
|
||||
|
||||
<titledbutton src="resource:/res/throbber/anims00.gif" align="right"/>
|
||||
<button src="resource:/res/throbber/anims00.gif" align="right"/>
|
||||
|
||||
</toolbar>
|
||||
|
||||
<toolbar>
|
||||
<titledbutton align="right" src="resource:/res/toolbar/location.gif" value="Mozilla" />
|
||||
<titledbutton align="right" src="resource:/res/toolbar/location.gif" value="ABC News"/>
|
||||
<button align="right" src="resource:/res/toolbar/location.gif" value="Mozilla" />
|
||||
<button align="right" src="resource:/res/toolbar/location.gif" value="ABC News"/>
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
||||
|
@ -32,49 +32,49 @@ Contributor(s): ______________________________________. -->
|
||||
<html:div><html:u>F</html:u>ile</html:div>
|
||||
<menupopup>
|
||||
<menu value="New" accesskey="n" key="newKey">
|
||||
<titledbutton class="menu-left"/>
|
||||
<button class="menu-left"/>
|
||||
<html:div><html:u>N</html:u>ew </html:div>
|
||||
<spring flex="100%"/>
|
||||
<html:div>Ctrl+N</html:div>
|
||||
<titledbutton class="menu-right"/>
|
||||
<button class="menu-right"/>
|
||||
<menupopup>
|
||||
<menuitem value="Lambda" accesskey="a" oncommand="dump('Lambda lambda lambda!\n')"/>
|
||||
<menuitem value="Phi" accesskey="p"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menuitem>
|
||||
<titledbutton class="menu-left"/>
|
||||
<button class="menu-left"/>
|
||||
<html:div><html:u>O</html:u>pen...</html:div>
|
||||
<spring flex="100%"/>
|
||||
<html:div>Ctrl+O</html:div>
|
||||
<titledbutton class="menu-right"/>
|
||||
<button class="menu-right"/>
|
||||
</menuitem>
|
||||
<menuitem>
|
||||
<titledbutton class="menu-left"/>
|
||||
<button class="menu-left"/>
|
||||
<html:div><html:u>C</html:u>lose</html:div>
|
||||
<spring flex="100%"/>
|
||||
<titledbutton class="menu-right"/>
|
||||
<button class="menu-right"/>
|
||||
</menuitem>
|
||||
<menuseparator/>
|
||||
<menuitem disabled="true">
|
||||
<titledbutton class="menu-left"/>
|
||||
<button class="menu-left"/>
|
||||
<html:div><html:u>S</html:u>ave</html:div>
|
||||
<spring flex="100%"/>
|
||||
<html:div>Ctrl+S</html:div>
|
||||
<titledbutton class="menu-right"/>
|
||||
<button class="menu-right"/>
|
||||
</menuitem>
|
||||
<menuitem>
|
||||
<titledbutton class="menu-left"/>
|
||||
<button class="menu-left"/>
|
||||
<html:div>S<html:u>a</html:u>ve as...</html:div>
|
||||
<spring flex="100%"/>
|
||||
<titledbutton class="menu-right"/>
|
||||
<button class="menu-right"/>
|
||||
</menuitem>
|
||||
<menuitem>
|
||||
<titledbutton class="menu-left"/>
|
||||
<button class="menu-left"/>
|
||||
<html:div><html:u>Q</html:u>uit</html:div>
|
||||
<spring flex="100%"/>
|
||||
<html:div>Ctrl+Q</html:div>
|
||||
<titledbutton class="menu-right"/>
|
||||
<button class="menu-right"/>
|
||||
</menuitem>
|
||||
</menupopup>
|
||||
|
||||
|
@ -548,45 +548,45 @@
|
||||
onkeyup="if (event.keyCode == 13) { BrowserLoadURL(); }"/>
|
||||
<spring flex="100%"/>
|
||||
</box>
|
||||
<titledbutton id="Throbber" onclick="window.frames[0].home()">
|
||||
<button id="Throbber" onclick="window.frames[0].home()">
|
||||
<observes element="Browser:Throbber" attribute="busy"/>
|
||||
</titledbutton>
|
||||
</button>
|
||||
</box>
|
||||
|
||||
<box align="horizontal" flex="100%">
|
||||
|
||||
<toolbox align="horizontal">
|
||||
<toolbar class="main-bar" align="vertical">
|
||||
<titledbutton id="back-button" align="bottom" value="Back" onclick="BrowserBack()">
|
||||
<button id="back-button" align="bottom" value="Back" onclick="BrowserBack()">
|
||||
<observes element="canGoBack" attribute="disabled"/>
|
||||
</titledbutton>
|
||||
</button>
|
||||
|
||||
<titledbutton id="forward-button" align="bottom" value="Forward"
|
||||
<button id="forward-button" align="bottom" value="Forward"
|
||||
onclick="BrowserForward()">
|
||||
<observes element="canGoForward" attribute="disabled"/>
|
||||
</titledbutton>
|
||||
</button>
|
||||
|
||||
<titledbutton id="reload-button" align="bottom" value="Reload"
|
||||
<button id="reload-button" align="bottom" value="Reload"
|
||||
onclick="window.frames[0].location.reload()">
|
||||
<observes element="canReload" attribute="disabled"/>
|
||||
</titledbutton>
|
||||
</button>
|
||||
|
||||
<titledbutton id="stop-button" align="bottom" value="Stop"
|
||||
<button id="stop-button" align="bottom" value="Stop"
|
||||
onclick="window.frames[0].stop()">
|
||||
<observes element="canStop" attribute="disabled"/>
|
||||
</titledbutton>
|
||||
</button>
|
||||
|
||||
<titledbutton id="print-button" align="bottom" value="Print"
|
||||
<button id="print-button" align="bottom" value="Print"
|
||||
onclick="">
|
||||
<observes element="canPrint" attribute="disabled"/>
|
||||
</titledbutton>
|
||||
</button>
|
||||
|
||||
</toolbar>
|
||||
|
||||
<toolbar class="main-bar" align="vertical">
|
||||
<titledbutton id="home-button" align="bottom" value="Home"
|
||||
<button id="home-button" align="bottom" value="Home"
|
||||
onclick="BrowserHome()"/>
|
||||
<titledbutton id="netscape-button" align="bottom" value="Netscape"
|
||||
<button id="netscape-button" align="bottom" value="Netscape"
|
||||
onclick="window.frames[0].location.href='http://my.netscape.com'"/>
|
||||
<spring flex="100%"/>
|
||||
</toolbar>
|
||||
@ -722,7 +722,7 @@
|
||||
<broadcaster id="Browser:Security" secure="false"/>
|
||||
<broadcaster id="Browser:Throbber" busy="false"/>
|
||||
|
||||
<titledbutton value="[Notification Component]" onclick="doTests()"/>
|
||||
<button value="[Notification Component]" onclick="doTests()"/>
|
||||
|
||||
<box id="security-box" class="insecure" align="horizontal" flex="100%">
|
||||
<box align="vertical" style="width:100px">
|
||||
@ -734,39 +734,39 @@
|
||||
<spring flex="100%"/>
|
||||
</box>
|
||||
|
||||
<titledbutton id="statusText" align="right" flex="1%" value="Document: Done" style="font-family:sans-serif;font-size:2.5mm">
|
||||
<button id="statusText" align="right" flex="1%" value="Document: Done" style="font-family:sans-serif;font-size:2.5mm">
|
||||
<observes element="Browser:Status" attribute="value" onbroadcast="onStatus()"/>
|
||||
</titledbutton>
|
||||
</button>
|
||||
|
||||
<spring flex="100%"/>
|
||||
|
||||
<titledbutton align="right" value="Build ID: 99032911" style="font-family:sans-serif;font-size:2.5mm">
|
||||
</titledbutton>
|
||||
<button align="right" value="Build ID: 99032911" style="font-family:sans-serif;font-size:2.5mm">
|
||||
</button>
|
||||
|
||||
<titledbutton id="security-button" class="insecure" value="Secure Conn" align="right" onclick="securityOff();"/>
|
||||
<button id="security-button" class="insecure" value="Secure Conn" align="right" onclick="securityOff();"/>
|
||||
</box>
|
||||
</box>
|
||||
|
||||
<toolbox>
|
||||
<toolbar id="taskbar">
|
||||
<box align="horizontal">
|
||||
<titledbutton align="left" class="popup" value="Web" />
|
||||
<titledbutton align="left" class="popup" value="Mail" />
|
||||
<titledbutton align="left" class="popup" value="Chat" />
|
||||
<button align="left" class="popup" value="Web" />
|
||||
<button align="left" class="popup" value="Mail" />
|
||||
<button align="left" class="popup" value="Chat" />
|
||||
</box>
|
||||
<spring flex="100%"/>
|
||||
<box align="horizontal">
|
||||
<titledbutton align="left" class="popup" value="DayPlanner" />
|
||||
<titledbutton align="left" class="popup" value="Shopping" />
|
||||
<titledbutton align="left" class="popup" value="My Desk" />
|
||||
<button align="left" class="popup" value="DayPlanner" />
|
||||
<button align="left" class="popup" value="Shopping" />
|
||||
<button align="left" class="popup" value="My Desk" />
|
||||
</box>
|
||||
<spring flex="100%"/>
|
||||
<box align="horizontal">
|
||||
<titledbutton align="left" class="popup" value="Open Windows" />
|
||||
<titledbutton align="left" id="mini-nav" value="" />
|
||||
<titledbutton align="left" id="mini-mail" value="" onclick="OpenMessenger()"/>
|
||||
<titledbutton align="left" id="mini-addr" value="" />
|
||||
<titledbutton align="left" id="mini-comp" value="" />
|
||||
<button align="left" class="popup" value="Open Windows" />
|
||||
<button align="left" id="mini-nav" value="" />
|
||||
<button align="left" id="mini-mail" value="" onclick="OpenMessenger()"/>
|
||||
<button align="left" id="mini-addr" value="" />
|
||||
<button align="left" id="mini-comp" value="" />
|
||||
</box>
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
@ -134,7 +134,7 @@
|
||||
<box align="vertical" flex="100%" style="width: 100%; height: 100%">
|
||||
<html:div class="hspace-both">&offlineMsgs;</html:div>
|
||||
<html:div class="hspace-both vspace">
|
||||
<titledbutton class="dialog push" value="&select;" align="left"/>
|
||||
<button class="dialog push" value="&select;" align="left"/>
|
||||
</html:div>
|
||||
</box>
|
||||
<spring style="height: 30px;"/>
|
||||
|
@ -67,7 +67,7 @@
|
||||
</tree>
|
||||
<spring flex="5%"/>
|
||||
<box align="vertical">
|
||||
<titledbutton class="dialog push" id="pref:0:bool:smartupdate" value="&uninstallButton.label;" accesskey="&uninstallButton.accesskey;"/>
|
||||
<button class="dialog push" id="pref:0:bool:smartupdate" value="&uninstallButton.label;" accesskey="&uninstallButton.accesskey;"/>
|
||||
<spring flex="100%"/>
|
||||
</box>
|
||||
</box>
|
||||
|
@ -40,16 +40,16 @@
|
||||
<treerow>
|
||||
<treecell>
|
||||
<treeindentation />
|
||||
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name" align="left" />
|
||||
<button value="rdf:http://home.netscape.com/NC-rdf#Name" align="left" />
|
||||
</treecell>
|
||||
<treecell>
|
||||
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#URL" align="left" style="list-style-image: none;" />
|
||||
<button value="rdf:http://home.netscape.com/NC-rdf#URL" align="left" style="list-style-image: none;" />
|
||||
</treecell>
|
||||
<treecell>
|
||||
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#ShortcutURL" align="left" style="list-style-image: none;" />
|
||||
<button value="rdf:http://home.netscape.com/NC-rdf#ShortcutURL" align="left" style="list-style-image: none;" />
|
||||
</treecell>
|
||||
<treecell>
|
||||
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Description" align="left" style="list-style-image: none;" />
|
||||
<button value="rdf:http://home.netscape.com/NC-rdf#Description" align="left" style="list-style-image: none;" />
|
||||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
@ -79,6 +79,6 @@ the scrollbar is visible. Yes, I know this is not necessary for win32 or gtk, bu
|
||||
use this area for information (maybe full URL of selected item or the like) in the future.
|
||||
-->
|
||||
<box id="status-bar" style="min-height:15px; max-height:15px;">
|
||||
<titledbutton class="status-bar" align="left" value=""/>
|
||||
<button class="status-bar" align="left" value=""/>
|
||||
</box>
|
||||
</window>
|
||||
|
@ -62,10 +62,10 @@
|
||||
<html:input type="checkbox" onclick="doCheck(this)" />
|
||||
</treecell>
|
||||
<treecell allowevents="true">
|
||||
<titledbutton class="iconic" flex="1" crop="right" align="left" src="rdf:http://home.netscape.com/NC-rdf#Icon" value="rdf:http://home.netscape.com/NC-rdf#Name" />
|
||||
<button class="iconic" flex="1" crop="right" align="left" src="rdf:http://home.netscape.com/NC-rdf#Icon" value="rdf:http://home.netscape.com/NC-rdf#Name" />
|
||||
</treecell>
|
||||
<treecell allowevents="true">
|
||||
<titledbutton flex="1" crop="right" align="left" value="rdf:http://home.netscape.com/NC-rdf#Description" />
|
||||
<button flex="1" crop="right" align="left" value="rdf:http://home.netscape.com/NC-rdf#Description" />
|
||||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user