diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-14 15:35:50 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-14 15:35:50 +0200 |
commit | d9f5207ce7424d9d9820e797f8fd19a99d328427 (patch) | |
tree | 1a01ae4f2d719dae00ee2ebdb41350f8c2f8b05b /pyload/web/app/templates | |
parent | adapted premiumize me (diff) | |
download | pyload-d9f5207ce7424d9d9820e797f8fd19a99d328427.tar.xz |
also update file size when loading progress
Diffstat (limited to 'pyload/web/app/templates')
-rw-r--r-- | pyload/web/app/templates/default/dashboard/layout.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/pyload/web/app/templates/default/dashboard/layout.html b/pyload/web/app/templates/default/dashboard/layout.html index 945d11762..cd84d3a26 100644 --- a/pyload/web/app/templates/default/dashboard/layout.html +++ b/pyload/web/app/templates/default/dashboard/layout.html @@ -13,19 +13,16 @@ <i class="icon-group"></i> Shared </div> <ul class="package-list"> - <li>Content from</li> - <li>Other user</li> - <li>which they shared</li> + <li>Shared content</li> + <li>from other user</li> </ul> <div class="sidebar-header"> <i class="icon-sitemap"></i> Remote </div> <ul> <li>Content from</li> - <li>remote sites</li> - <li>mega</li> - <li>dropbox</li> - <li>other pyloads</li> + <li>remote sites or</li> + <li>other pyload instances</li> </ul> </div> <div class="span9"> |