diff --git a/language/en-GB/en-GB.mod_session.ini b/language/en-GB/en-GB.mod_session.ini index e52264c..9c90cf2 100644 --- a/language/en-GB/en-GB.mod_session.ini +++ b/language/en-GB/en-GB.mod_session.ini @@ -3,10 +3,8 @@ MOD_SESSION_FORMAT_DESC="The requested format of the data to be returned from Aj MOD_SESSION_FORMAT_LABEL="Response Format" MOD_SESSION_LOAD_JQUERY_DESC="Load the latest CDN hosted version of jQuery. Generally useful for testing, but not advised for production." MOD_SESSION_LOAD_JQUERY_LABEL="Load jQuery" -MOD_SESSION_MODE_DESC="Select whether the Ajax request will be made to a plugin or module. The default is to make Ajax requests to the helper file of this module." -MOD_SESSION_MODE_LABEL="Ajax Mode" MOD_SESSION_NODE_DESC="The name of the $_SESSION superglobal node to store data in and make requests to." MOD_SESSION_NODE_LABEL="Session Storage Node" -MOD_SESSION_ADD="Add Value" -MOD_SESSION_DELETE="Delete Value" -MOD_SESSION_DESTROY="Delete All Values" +MOD_SESSION_INPUT_ADD="Add Value" +MOD_SESSION_INPUT_DELETE="Delete Value" +MOD_SESSION_INPUT_DESTROY="Delete All Values" diff --git a/tmpl/default.php b/tmpl/default.php index 6191c47..78573f1 100644 --- a/tmpl/default.php +++ b/tmpl/default.php @@ -12,8 +12,8 @@ ?>
- - - + + +
\ No newline at end of file