diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-24 16:01:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-24 16:01:03 +0200 |
commit | eb31362ed7d7bdf24acda85915729a686dfbb86e (patch) | |
tree | e43f8d7e799a3989a62c1bace978af9f1ac6bb5f /module/web/templates | |
parent | Updated Hoerbuch.in (diff) | |
download | pyload-eb31362ed7d7bdf24acda85915729a686dfbb86e.tar.xz |
little fixes
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/module/web/templates/default.tpl b/module/web/templates/default.tpl index 2508455cb..b184f4017 100644 --- a/module/web/templates/default.tpl +++ b/module/web/templates/default.tpl @@ -180,6 +180,18 @@ this.morph({'color': '#000', 'padding-left': '0px'}); <b>You were successfully logged in</b> +%elif page=="queue": + +<ul> + +%for id in links['order']: + + +<li>{{links[id].url}}</li> + +%end + +</ul> %end |