Changeset 120
- Timestamp:
- 2007-02-13 22:36:44 (2 years ago)
- Files:
-
- trunk/chrome/content/about/about.xul (modified) (5 diffs)
- trunk/install.rdf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/about/about.xul
r53 r120 49 49 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 50 50 xmlns:html="http://www.w3.org/1999/xhtml" 51 onload="sizeToContent(); "52 title="About downTHEMall! Mod"51 onload="sizeToContent(); versionFill();" 52 title="About DownThemAll!" 53 53 buttons="accept" 54 id="DTAAboutDialog" 54 55 > 55 56 <script type="application/x-javascript"><![CDATA[ … … 65 66 } 66 67 } 68 function versionFill() { 69 var logo = document.getElementById('logo'); 70 var em = Components.classes["@mozilla.org/extensions/manager;1"] 71 .getService(Components.interfaces.nsIExtensionManager); 72 var item = em.getItemForID('dta@downthemall.net'); 73 var title = item.name + ' ' + item.version; 74 logo.setAttribute('title', title); 75 window.title = 'About ' + title; 76 } 67 77 ]]></script> 68 78 <script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/> … … 72 82 </keyset> 73 83 74 <dialogheader id="logo" title="DownThemAll Mod 0.5" description="The mass downloader for Firefox" orient="vertical" style="font-size: smaller;"/>84 <dialogheader id="logo" title="DownThemAll!" description="The mass downloader for Firefox" orient="vertical" style="font-size: smaller;"/> 75 85 <groupbox orient="vertical"> 76 86 <label value="Copyright © 2004-2007 By:" style="font-weight: bold;"/> … … 78 88 <html:li><label value="Federico Parodi" class="link" onclick="openTab('http://www.jimmy2k.it', '_blank'); "/></html:li> 79 89 <html:li><label value="Stefano Verna" class="link" onclick="openTab('http://steffoz.altervista.org/', '_blank'); "/></html:li> 80 <html:li><label value="Nils Maier" class="link" onclick="openTab('http://tn123.ath.cx/ dtamod/', '_blank'); "/></html:li>90 <html:li><label value="Nils Maier" class="link" onclick="openTab('http://tn123.ath.cx/about/', '_blank'); "/></html:li> 81 91 </html:ul> 82 92 … … 116 126 </columns> 117 127 <rows> 118 <!--<row>119 <label value="Project" style="font-weight: bold;"/>120 <label value="http://tn123.ath.cx/dtamod/" class="link" onclick="openTab('http://tn123.ath.cx/dtamod/', '_blank'); "/>121 </row>-->122 128 <row> 123 129 <label value="DownThemAll!" style="font-weight: bold;"/> trunk/install.rdf
r72 r120 4 4 5 5 <id>dta@downthemall.net</id> 6 <name> downTHEMall!</name>6 <name>DownThemAll!</name> 7 7 <description>The mass downloader for Firefox.</description> 8 8 <version>1.0a1</version>
