-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
/** | ||
* | ||
* screen display, javascript for the various functions to do with screen display | ||
* | ||
* @author Patrick Lockley | ||
* @version 1.0 | ||
* @package | ||
*/ | ||
|
||
var LAYOUT_OPENTOOLTIP = "Open this pane"; | ||
|
||
var LAYOUT_CLOSETOOLTIP = "Close this pane"; | ||
|
||
var LAYOUT_RESIZETOOLTIP = "Resize this pane"; | ||
|
||
var LAYOUT_UNPIN = "Un-Pin"; | ||
|
||
var LAYOUT_PIN = "Pin"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
var XAPI_DASHBOARD_DATA_PREPARE_RETRIEVAL = "Prepare retrieval"; | ||
var XAPI_DASHBOARD_DATA_RETRIEVE_DATA = "Fetch data"; | ||
var XAPI_DASHBOARD_DATA_PREPARE_GRAPHS = 'Prepare data'; | ||
var XAPI_DASHBOARD_DATA_PREPARE_GRAPHS = "Prepare data"; |