FELIX-3817 Prepare for changing non-configuration-property parameter names
  - Define and use Java constants
  - Define and use client-side properties

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1426546 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/config.html b/webconsole/src/main/resources/templates/config.html
index 5b0b852..1934d43 100644
--- a/webconsole/src/main/resources/templates/config.html
+++ b/webconsole/src/main/resources/templates/config.html
@@ -25,7 +25,15 @@
 	del_bundle   : '${config.del.bundle}', // "Bundle: ";
 	unbind_ask   : '${config.unbind.ask}', // "Are you sure to unbind this configuration ?"
 	err_bind     : '${config.bind.error}' // Error: the PID'{0}' is bound to '{1}' but the actual managed service is registered from '{2}' bundle
-}
+};
+var param = { // param
+    apply        : '${param.apply}',
+    create       : '${param.create}',
+    unbind       : '${param.unbind}',
+    dele         : '${param.delete}',
+    propertylist : '${param.propertylist}',
+    pidFilter    : '${param.pidFilter}'
+};
 // ]]>
 </script>