diff --git a/livesupport/modules/htmlUI/var/conf.php b/livesupport/modules/htmlUI/var/conf.php index 7bdaac493..c93cda9d6 100644 --- a/livesupport/modules/htmlUI/var/conf.php +++ b/livesupport/modules/htmlUI/var/conf.php @@ -23,7 +23,7 @@ Author : $Author: sebastian $ - Version : $Revision: 1.10 $ + Version : $Revision: 1.11 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/htmlUI/var/Attic/conf.php,v $ ------------------------------------------------------------------------------*/ @@ -126,6 +126,9 @@ define('UI_REGEX_URL', '/^(ht|f)tps?:\/\/[^ ]+$/'); define('UI_SCRATCHPAD_KEY', 'djBagContents'); define('UI_SCRATCHPAD_MAXLENGTH_KEY', 'djBagMaxlength'); #define('UI_SCRATCHPAD_REGEX', '/^[0-9a-f]{16}:[0-9]{4}-[0-9]{2}-[0-9]{2}$/'); -define('UI_SCRATCHPAD_SESSNAME', 'SP'); -define('UI_STATIONINFO_SESSNAME', 'SInfo'); + +## session keys +define('UI_SCRATCHPAD_SESSNAME', 'SCRATCHPAD'); +define('UI_STATIONINFO_SESSNAME', 'STATIONINFO'); +define('UI_SEARCH_SESSNAME', 'SEARCH'); ?> \ No newline at end of file diff --git a/livesupport/modules/htmlUI/var/html/templates/ScratchPad.tpl b/livesupport/modules/htmlUI/var/html/templates/ScratchPad.tpl index 44569601f..6c3e980d7 100755 --- a/livesupport/modules/htmlUI/var/html/templates/ScratchPad.tpl +++ b/livesupport/modules/htmlUI/var/html/templates/ScratchPad.tpl @@ -21,7 +21,7 @@
{tra 0=Title} | {tra 0=Duration} | |
---|---|---|
{$s.title} | {$s.duration} | [XML] [Form] - [SP] + [SP] |