summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/accounts.html12
-rwxr-xr-xmodule/web/templates/default/backbone/accountDialog.html2
2 files changed, 12 insertions, 2 deletions
diff --git a/module/web/templates/default/accounts.html b/module/web/templates/default/accounts.html
index 06b81c330..c68f04653 100644
--- a/module/web/templates/default/accounts.html
+++ b/module/web/templates/default/accounts.html
@@ -14,6 +14,15 @@
{% block head %}
<script type="text/template" id="template-account">
+ <td><% plugin %></td>
+ <td><% loginname %></td>
+ <td><% valid %></td>
+ <td><% premium %></td>
+ <td><% trafficleft %></td>
+ <td><% shared %></td>
+ <td><% activated %></td>
+ <td><% shared %></td>
+ <td><button type="button" class="btn btn-danger">Delete</button> </td>
</script>
{% endblock %}
@@ -29,13 +38,14 @@
<table class="table table-striped">
<thead>
<tr>
- <th>Name</th>
<th>Plugin</th>
+ <th>Name</th>
<th>Valid</th>
<th>Premium</th>
<th>Traffic</th>
<th>Shared</th>
<th>Activated</th>
+ <th>Delete</th>
</tr>
</thead>
<tbody id="account-content">
diff --git a/module/web/templates/default/backbone/accountDialog.html b/module/web/templates/default/backbone/accountDialog.html
index dbc88e66d..7961ad2ba 100755
--- a/module/web/templates/default/backbone/accountDialog.html
+++ b/module/web/templates/default/backbone/accountDialog.html
@@ -3,7 +3,7 @@
Add an account
{% endblock %}
{% block content %}
- <form class="form-horizontal" action="#">
+ <form class="form-horizontal" action="#" autocomplete="off">
<legend>
Please enter your account data
</legend>