~ganesha-core-maintainers/ganesha/front_end

« back to all changes in this revision

Viewing changes to chrome/content/wsDelConfirmdialog.xul

  • Committer: Filip Hianik
  • Date: 2009-05-30 14:27:35 UTC
  • Revision ID: nonsense86@gmail.com-20090530142735-uhcohu6z40sht9w0
delete of dictionary entries implemented

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
 
3
<!DOCTYPE overlay SYSTEM "chrome://je/locale/preferences.dtd">
 
4
 
 
5
<dialog
 
6
    id="ws"
 
7
    title="Confirmation"
 
8
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
 
9
    buttons="accept, cancel"
 
10
    buttonlabelcancel="&cancelBtn.label;"
 
11
    buttonlabelaccept="&okBtn.label;"
 
12
    ondialogcancel="window.close();"
 
13
    ondialogaccept="opener.deleteWsCategory(window.arguments[0].category);">
 
14
 
 
15
<label value="&msg.deleteCategory;"/>  
 
16
 
 
17
</dialog>
 
18