summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-03 14:49:16 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-03 14:49:16 +0200
commit3ef26c71cb3c23a876b95af77f6541c06227a937 (patch)
tree481462718d3c99410cad9dd4e8ffab7eed8e1f6f /module/web/templates
parentshare-online premium fix (revert to old design, coz new one is still buggy) (diff)
downloadpyload-3ef26c71cb3c23a876b95af77f6541c06227a937.tar.xz
acc fixes, closed #134, closed #141
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/settings.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index a4d3ceb25..f23027210 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -137,19 +137,25 @@
</td>
<td>
{% trans "Status:" %}
+ <span style="font-weight: bold;">
{% if account.valid %}
{% trans "valid" %}
{% else %}
{% trans "not valid" %}
{% endif %}
+ </span>
&nbsp;|</td>
<td>
{% trans "Valid until:" %}
+ <span style="font-weight: bold;">
{{ account.validuntil }}
+ </span>
&nbsp;|</td>
<td>
{% trans "Traffic left:" %}
+ <span style="font-weight: bold;">
{{ account.trafficleft }}
+ </span>
&nbsp;|</td>
<td>
{% trans "Delete? " %}