summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/accounts/editAccount.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/accounts/editAccount.html')
-rwxr-xr-xpyload/web/app/templates/default/accounts/editAccount.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/pyload/web/app/templates/default/accounts/editAccount.html b/pyload/web/app/templates/default/accounts/editAccount.html
index 45cbf95f6..57c767226 100755
--- a/pyload/web/app/templates/default/accounts/editAccount.html
+++ b/pyload/web/app/templates/default/accounts/editAccount.html
@@ -3,14 +3,14 @@
<h3>{{_ "Edit account" }}</h3>
</div>
<div class="modal-body">
- <form class="form-horizontal" autocomplete="off">
+ <form class="form-horizontal form-account" autocomplete="off">
<div class="control-group">
<label class="control-label">
Account
</label>
<div class="controls">
- <img src="{{ pluginIcon plugin }}">
+ <img src="{{ pluginIcon plugin }}" style="padding-right: 2px">
{{ loginname }}
</div>
</div>
@@ -27,7 +27,6 @@
<legend>
{{ _ "Configuration" }}
</legend>
- TODO
{{/if}}
<div class="account-config">
</div>