diff options
author | Nils Adermann <naderman@naderman.de> | 2006-05-06 15:15:40 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-05-06 15:15:40 +0000 |
commit | 2ee2701eb1740d6f908e1ba905c8f7ab78ded061 (patch) | |
tree | d208b7b763e7293f71e013c69a00cd4ff78dde52 /phpBB/adm/style/simple_header.html | |
parent | 3640410cc0d753ab81612c7e5c914ecfb47b27fe (diff) | |
download | forums-2ee2701eb1740d6f908e1ba905c8f7ab78ded061.tar forums-2ee2701eb1740d6f908e1ba905c8f7ab78ded061.tar.gz forums-2ee2701eb1740d6f908e1ba905c8f7ab78ded061.tar.bz2 forums-2ee2701eb1740d6f908e1ba905c8f7ab78ded061.tar.xz forums-2ee2701eb1740d6f908e1ba905c8f7ab78ded061.zip |
- introduce LA_, UA_ and A_ template variables (they allow styles to use template variables used for javascript in subSilver outside javascript in their own template while they won't break our javascript if they contain quotes) also fixes [Bug #1116]
- corrected page title for search indexing progress bar [Bug #1695]
- correct poster name for the anonymous user in mcp_queue and mcp_reports
git-svn-id: file:///svn/phpbb/trunk@5888 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/simple_header.html')
-rw-r--r-- | phpBB/adm/style/simple_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index 5672e1d64b..98138debc5 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -12,7 +12,7 @@ <script type="text/javascript"> <!-- -var jump_page = '{L_JUMP_PAGE}:'; +var jump_page = '{LA_JUMP_PAGE}:'; var on_page = '{ON_PAGE}'; var per_page = '{PER_PAGE}'; var base_url = '{BASE_URL}'; @@ -69,7 +69,7 @@ function marklist(id, name, state) <!-- IF S_INCLUDE_SWATCH --> function swatch() { - window.open('{U_SWATCH}', '_swatch', 'height=115, resizable=yes, scrollbars=no, width=636'); + window.open('{UA_SWATCH}', '_swatch', 'height=115, resizable=yes, scrollbars=no, width=636'); return false; } <!-- ENDIF --> |