aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install_header.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-53/+0
| | | | PHPBB3-14044
* [ticket/13702] Add initial-scale to viewport in page headercyberalien2015-03-141-1/+1
| | | | PHPBB3-13702
* [ticket/12648] Fix and modernize ACP header tabsPayBas2014-06-241-1/+1
| | | | PHPBB3-12648
* [ticket/12372] Move dE() function core.jsMarc Alexander2014-04-071-28/+0
| | | | PHPBB3-12372
* [ticket/12372] Unify definition of function dE() across all filesMarc Alexander2014-04-071-10/+12
| | | | PHPBB3-12372
* [ticket/11357] Correcting invalid markupgeetakshi2014-03-191-1/+1
| | | | PHPBB3-11357
* [ticket/11957] Append new line to install_headerVjacheslav Trushkin2013-10-281-1/+1
| | | | PHPBB3-11957
* [ticket/11957] Responsive ACP tabsVjacheslav Trushkin2013-10-261-1/+1
| | | | PHPBB3-11957
* [ticket/11957] Wrap content in double divVjacheslav Trushkin2013-10-261-0/+1
| | | | PHPBB3-11957
* [ticket/11957] Include admin.js in footerVjacheslav Trushkin2013-10-261-1/+1
| | | | | | Include admin.js in footer, swap .hasjs and .nojs PHPBB3-11957
* [ticket/11957] Responsive layout and menuVjacheslav Trushkin2013-10-261-0/+2
| | | | PHPBB3-11957
* [ticket/11957] Replace corner images with CSS3 cornersVjacheslav Trushkin2013-10-261-2/+0
| | | | PHPBB3-11957
* [ticket/11957] Viewport metaVjacheslav Trushkin2013-10-261-0/+1
| | | | PHPBB3-11957
* [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-3/+3
| | | | PHPBB3-11259
* [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-101-1/+1
| | | | | | Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780
* [ticket/10258] Add HTML5 meta charset tagIgor Wiedler2011-07-291-0/+1
| | | | | | | This allows knowing the charset when saving web pages to disk. Also, this is supported by all browsers. PHPBB3-10258
* [ticket/10258] Remove the meta charset tagIgor Wiedler2011-07-121-1/+0
| | | | | | | The charset tag is useless, because if a charset content-type header is present it takes precedence. And phpBB always sends such a header. PHPBB3-10258
* [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-101-2/+0
| | | | | | These meta tags are IE specific and do not validate as HTML5. PHPBB3-10258
* [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-091-6/+4
| | | | PHPBB3-10258
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+81
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* move files around :PMeik Sievertsen2009-01-161-81/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@9276 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed executable props [Bug #6464]Nils Adermann2008-06-041-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@8599 89ea8834-ac86-4346-8a33-228a782c2dd0
* new overview/support body with the help of marshalrusty and the suppor ↵Meik Sievertsen2007-11-141-1/+1
| | | | | | team/teams. git-svn-id: file:///svn/phpbb/trunk@8234 89ea8834-ac86-4346-8a33-228a782c2dd0
* automatic updater supporting batch-processing diffMeik Sievertsen2007-10-061-0/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@8152 89ea8834-ac86-4346-8a33-228a782c2dd0
* some beautifications as well as making sure manually deactivated accounts ↵Meik Sievertsen2007-04-011-4/+6
| | | | | | are properly handled git-svn-id: file:///svn/phpbb/trunk@7258 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7990Jonathan Stanley2007-03-051-2/+3
| | | | | | | ... yeah, that's it. git-svn-id: file:///svn/phpbb/trunk@7126 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7722 ... am sure I did this one, ho-hum.Jonathan Stanley2007-02-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7087 89ea8834-ac86-4346-8a33-228a782c2dd0
* Explicitly setting the (X)HTML content-language for the ACP so that Unicode ↵Jonathan Stanley2006-10-071-1/+2
| | | | | | | | | | | | | | font matching within browsers work correctly when Chinese/Korean/Japanese language packs are selected due to Han Unification which map different graphemes to the same codepoint. References: http://www.w3.org/International/tutorials/tutorial-lang/ http://en.wikipedia.org/wiki/Han_unification git-svn-id: file:///svn/phpbb/trunk@6451 89ea8834-ac86-4346-8a33-228a782c2dd0
* - finally making the age calculation work [Bug #3582]Nils Adermann2006-08-061-1/+1
| | | | | | | | | | - replacing all occurances of L_NONE with a more specific string [Bug #3494] - a few corrections to html id attributes in the installer - using correct permission in mcp_report [Bug #2471] - allow deleting the avatar, when no upload method is enabled and hide the delete button if no avatar is set git-svn-id: file:///svn/phpbb/trunk@6241 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to the language handling during the installGraham Eames2006-07-231-0/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@6200 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some slight alterations for another forthcoming feature.Graham Eames2006-03-151-0/+3
| | | | | | | Tom: If you want to clean up my CSS changes for this or change the colour for completed stages, feel free ;-) git-svn-id: file:///svn/phpbb/trunk@5635 89ea8834-ac86-4346-8a33-228a782c2dd0
* Building the foundations for some later changes to the installerGraham Eames2006-03-121-0/+41
This code doesn't actually do anything yet ;-) git-svn-id: file:///svn/phpbb/trunk@5620 89ea8834-ac86-4346-8a33-228a782c2dd0