//
// Javascript messages for tools
//
//  CVS ID: $Id$

/************************************************************
 *
 *  Messages used by app_msg_editor.php
 *
 ************************************************************/
var ERR_NOTHING_SELECTED    = "Please select one";
var PROMPT_DELETE_CONFIRM   = "Are you sure you want to delete?";
var PROMPT_ARCHIVE_CONFIRM  = "Are you sure you want to archive?";
var INPUT_ERROR_ALERT_MSG   = "Please correct the highlighted field(s).";
var PASSWORD_SIZE_MISMATCH  = "Please enter a valid password of size 6-12 characters.";
var PERCENT_CHECK           = "Please select a higher % of progress."
var MISSING_REQUIRED_FIELDS = "Please enter value for all the required field(s).";
var CLOSE_ISSUE             = "Are you sure you want to close this Issue?";
var ARCHIVE_ISSUE           = "Are you sure you want to archive this Issue?";
var PROMPT_HIDE_CONFIRM     = "Are you sure you want to hide this Medical Provider?";
var END_DATE_MSG            = "Please provide appropriate end date. End date should be greater than start date.";
var DATE_RANGE_MSG          = "Please provide both start date and end date";