diff options
author | Simon Rettberg | 2015-01-20 18:07:24 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-01-20 18:07:24 +0100 |
commit | 1ff2bc4f3c694b7c76df8e57056c51ca39a23a34 (patch) | |
tree | 0eb19164af66b3d4e8bf639a710f323b631d23ee /templates/sysconfig/ad-finish.html | |
parent | Rework config module class structure. Still some TODOs though.... (diff) | |
download | slx-admin-1ff2bc4f3c694b7c76df8e57056c51ca39a23a34.tar.gz slx-admin-1ff2bc4f3c694b7c76df8e57056c51ca39a23a34.tar.xz slx-admin-1ff2bc4f3c694b7c76df8e57056c51ca39a23a34.zip |
config module structure completed. Many other fixes. Hidden pw field support.
Diffstat (limited to 'templates/sysconfig/ad-finish.html')
-rw-r--r-- | templates/sysconfig/ad-finish.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/sysconfig/ad-finish.html b/templates/sysconfig/ad-finish.html index 0a16fc70..f73cad9d 100644 --- a/templates/sysconfig/ad-finish.html +++ b/templates/sysconfig/ad-finish.html @@ -24,4 +24,6 @@ function ldapCb(task) $('#back').attr('style', ''); } } +if ('{{tm-config}}' == '') + $('#finish').attr('style', ''); </script> |