From bfcd391da656a0f92b7aab16b9095ad3b29e0812 Mon Sep 17 00:00:00 2001 From: David Norton Date: Tue, 23 May 2006 19:06:11 +0000 Subject: [PATCH] --- .../chromeFiles/content/scholar/editpane.js | 2 +- .../content/scholar/scholar-main.js | 4 + .../content/scholar/scholar-main.xul | 73 +++++++++++++++++++ .../chromeFiles/content/scholar/scholar.xul | 12 ++- .../chromeFiles/content/scholar/treeView.js | 0 5 files changed, 87 insertions(+), 4 deletions(-) create mode 100644 chrome/chromeFiles/content/scholar/scholar-main.js create mode 100644 chrome/chromeFiles/content/scholar/scholar-main.xul create mode 100644 chrome/chromeFiles/content/scholar/treeView.js diff --git a/chrome/chromeFiles/content/scholar/editpane.js b/chrome/chromeFiles/content/scholar/editpane.js index a33ee200a..958f17114 100644 --- a/chrome/chromeFiles/content/scholar/editpane.js +++ b/chrome/chromeFiles/content/scholar/editpane.js @@ -31,7 +31,7 @@ Scholar.EditPane = new function() promptService.BUTTON_TITLE_DONT_SAVE * promptService.BUTTON_POS_2; var response = promptService.confirmEx(window,"", - "One or more files have not been saved.", + "Do you want to save the changes to '"+_itemBeingEdited.getField("title")+"'?", flags, null, null, null, null, {}); if(response == 1) return; diff --git a/chrome/chromeFiles/content/scholar/scholar-main.js b/chrome/chromeFiles/content/scholar/scholar-main.js new file mode 100644 index 000000000..b9b24d64a --- /dev/null +++ b/chrome/chromeFiles/content/scholar/scholar-main.js @@ -0,0 +1,4 @@ +function init() +{ + // +} \ No newline at end of file diff --git a/chrome/chromeFiles/content/scholar/scholar-main.xul b/chrome/chromeFiles/content/scholar/scholar-main.xul new file mode 100644 index 000000000..b207e8236 --- /dev/null +++ b/chrome/chromeFiles/content/scholar/scholar-main.xul @@ -0,0 +1,73 @@ + + + + + + +