File to display error messages
git-svn-id: svn://10.0.0.236/trunk@32266 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
49
mozilla/profile/resources/errorDialog.html
Normal file
49
mozilla/profile/resources/errorDialog.html
Normal file
@@ -0,0 +1,49 @@
|
||||
<html>
|
||||
|
||||
<script>
|
||||
var profileCore = parent.GetProfileCore();
|
||||
|
||||
var curProfileName = parent.GetProfileName();
|
||||
|
||||
function GoBack()
|
||||
{
|
||||
dump("************Inside GoBack\n");
|
||||
// Load this xul to see the updated profile list
|
||||
this.location.replace("resource:/res/profile/profileManager.html");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
Please select a profile first.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr></tr>
|
||||
<tr></tr>
|
||||
<tr></tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>
|
||||
<input name=backButton type="button" value="Back " onclick="GoBack();">
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user