Changeset 275
- Timestamp:
- 2007-04-29 10:29:41 (2 years ago)
- Files:
-
- branches/0.9.x/chrome/content/dta/addurl.xul (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.9.x/chrome/content/dta/addurl.xul
r194 r275 20 20 title="&addURL.title;" 21 21 id="addURL" 22 onload=" load();"22 onload="Dialog.load();" 23 23 onunload="unload();" 24 persist="screenX screenY "24 persist="screenX screenY width" 25 25 style="background: #EEEEEE url('chrome://dta/content/immagini/add-bkg.png') repeat-x; width: 430px; height: auto;" 26 26 ondialogaccept="return addURLnow(true);"
