summaryrefslogtreecommitdiffstats
path: root/templates/page-vmstore.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-01-20 18:07:24 +0100
committerSimon Rettberg2015-01-20 18:07:24 +0100
commit1ff2bc4f3c694b7c76df8e57056c51ca39a23a34 (patch)
tree0eb19164af66b3d4e8bf639a710f323b631d23ee /templates/page-vmstore.html
parentRework config module class structure. Still some TODOs though.... (diff)
downloadslx-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/page-vmstore.html')
-rw-r--r--templates/page-vmstore.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page-vmstore.html b/templates/page-vmstore.html
index ba000fed..0fc53e92 100644
--- a/templates/page-vmstore.html
+++ b/templates/page-vmstore.html
@@ -42,7 +42,7 @@
<span class="input-group-addon">
{{lang_password}}
</span>
- <input type="text" class="form-control" name="cifspasswd" value="{{cifspasswd}}" placeholder="{{lang_password}}">
+ <input type="{{password_type}}" class="form-control" name="cifspasswd" value="{{cifspasswd}}" placeholder="{{lang_password}}">
</div>
<br>
<label for="cifsuserro">{{lang_readOnly}}</label>
@@ -54,7 +54,7 @@
<span class="input-group-addon">
{{lang_password}}
</span>
- <input type="text" class="form-control" name="cifspasswdro" value="{{cifspasswdro}}" placeholder="{{lang_password}}">
+ <input type="{{password_type}}" class="form-control" name="cifspasswdro" value="{{cifspasswdro}}" placeholder="{{lang_password}}">
</div>
</div>
</div>