rename dialog
git-svn-id: svn://10.0.0.236/trunk@34353 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
18
mozilla/profile/resources/pmrename.xul
Normal file
18
mozilla/profile/resources/pmrename.xul
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome:/global/skin/xul.css" type="text/css"?>
|
||||
<?xml-stylesheet href="pm.css" type="text/css"?>
|
||||
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="Rename Profile" width="300" height="120">
|
||||
|
||||
<html:center>
|
||||
Enter a new name for the profile: <html:input type="text" id="NewName" size="20" />
|
||||
<html:br />
|
||||
<titledbutton value="Ok" class="push" onclick="opener.RenameProfile(window);window.close();" />
|
||||
<titledbutton value="Cancel" class="push" onclick="window.close();" />
|
||||
</html:center>
|
||||
|
||||
</window>
|
||||
Reference in New Issue
Block a user