diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-20 15:55:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-20 15:55:48 +0200 |
commit | d257c974a8acea9d7309b63c829fefcbfb47d831 (patch) | |
tree | e953bce501c941e7a6c0dbb63b97e5c94c267aad /module/web/templates/window.tpl | |
parent | netload fix (diff) | |
download | pyload-d257c974a8acea9d7309b63c829fefcbfb47d831.tar.xz |
dynamic status bar
Diffstat (limited to 'module/web/templates/window.tpl')
-rw-r--r-- | module/web/templates/window.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/window.tpl b/module/web/templates/window.tpl index fce3cb86f..f756c4352 100644 --- a/module/web/templates/window.tpl +++ b/module/web/templates/window.tpl @@ -12,7 +12,7 @@ <div class="closeBody"> <div class="closeButtons"> -<a class="closeSticky button">{{button}}</a><a class="closeSticky button">Close</a> +<a class="closeSticky button" id="bt{{button}}">{{button}}</a><a class="closeSticky button">Close</a> </div> </div> |