aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/simple_footer.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14374] Update dynamic fallback jquery CDN script tagMatt Friedman2015-12-221-1/+1
| | | | PHPBB3-14374
* [ticket/12547] Rename jquery.js to jquery.min.js in assets directoryn-aleha2014-05-151-1/+1
| | | | | | phpBB uses the minified version of jQuery hence the rename. PHPBB3-12547
* [ticket/12513] Add asset include support to simple header/footer in ACPMatt Friedman2014-05-071-0/+1
| | | | PHPBB3-12513
* [ticket/12372] Move dE() function core.jsMarc Alexander2014-04-071-0/+2
| | | | PHPBB3-12372
* [ticket/11703] Make jQuery CDN switch more generic.Andreas Fischer2013-10-101-1/+1
| | | | | | | Config variable: load_jquery_cdn -> allow_cdn Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN PHPBB3-11703
* [feature/events] acp_simple_footer_end -> acp_simple_footer_afterDavid King2012-12-171-1/+1
| | | | PHPBB3-9550
* [feature/events] Adding acp prefix to acp event namesMichael Cullum2012-12-171-1/+1
| | | | PHPBB3-9550
* [feature/events] Adding simple_footer_end acp template eventMichael Cullum2012-12-171-0/+1
| | | | PHPBB3-9550
* [ticket/10783] Added assets_version to ACP and simple_*.html.Callum Macrae2012-04-111-1/+1
| | | | PHPBB3-10783
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-04-041-1/+1
|\ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10607] Added 'Powered by' translation string. Conflicts: phpBB/adm/index.php phpBB/language/en/common.php
| * [ticket/10607] Added 'Powered by' translation string.Fyorl2012-04-041-1/+1
| | | | | | | | | | | | | | Added POWERED_BY line to common.php and modified the templates to use it. PHPBB3-10607
* | [ticket/10390] Revert back to escaped script tags inside document.writeMatt Friedman2011-10-051-1/+1
| | | | | | | | | | | | | | Revert all script tags inside a document.write back to the escaped version so they won't trip up any XML parsers. PHPBB3-10390
* | [ticket/10390] Use simpler HTML5 compliant js for the jQuery fallbackMatt Friedman2011-09-271-1/+1
| | | | | | | | | | | | | | | | HTML5 styles (ACP / Prosilver) do not need to use escaped javascript wrapped in an unescape function, so we can simplify it! Only subsilver2 will use the escaped version of the fallback code, because it is still XHTML. PHPBB3-10390
* | [ticket/10390] Allow option for jQuery to be hosted by a remote CDNMatt Friedman2011-09-261-1/+2
| | | | | | | | | | | | | | Add an option to the ACP so admins can choose to host jQuery from the local version shipped with phpBB, or via a popular CDN. PHPBB3-10390
* | [ticket/10155] Move jQuery inclusion to footerIgor Wiedler2011-07-171-0/+2
|/ | | | PHPBB3-10155
* [ticket/9859] Changing all phpBB footers to match the new credit lineYuriy Rusko2011-07-061-1/+1
| | | | PHPBB3-9859
* [ticket/9859] Remove the credit line comment from all html files.Andreas Fischer2011-01-161-11/+0
| | | | PHPBB3-9859
* [ticket/9859] Remove years in credit line from some more files.Andreas Fischer2011-01-161-1/+1
| | | | | | | | | | | | | Standard HTML output now includes: Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group Print output now includes: Powered by phpBB &copy; phpBB Group<br />http://www.phpbb.com/ This also fixes an inconsistency where "phpBB Group" was linked instead of "phpBB". PHPBB3-9859
* fixing some bugsMeik Sievertsen2007-09-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8075 89ea8834-ac86-4346-8a33-228a782c2dd0
* small template fixMeik Sievertsen2007-07-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7896 89ea8834-ac86-4346-8a33-228a782c2dd0
* The Grand Copyright Year Unification... breakdown of years, of ↵Jonathan Stanley2007-05-171-1/+1
| | | | | | | | | | | | | | | | re-copyrighting due to major changes: 2000 - phpBB1.0.0 released 2002 - phpBB2.0.0 released & phpBB2.2.x commenced 2005 - phpBB2.2.x is canned with phpBB3.0.0 to succeed it, prosilver also starts development proper 2007 - phpBB3.0.x... Anyone that so much as whimpers "OMG copyright year is wrong!!!1~"... read: http://en.wikipedia.org/wiki/Copyright Considering copyright (from the year started) last for at least 50 years, and up to 70 years after the author's _death_, even phpBB1.x.x will remain copyrighted well into the 22nd century. git-svn-id: file:///svn/phpbb/trunk@7624 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmMeik Sievertsen2007-05-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7622 89ea8834-ac86-4346-8a33-228a782c2dd0
* ahhh, there are you. I can see a new haircut... looks good.Meik Sievertsen2007-04-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7263 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixes for the following bugs:Meik Sievertsen2006-11-151-1/+1
| | | | | | | | | | | | | | | | | | #5326 #5318 #5304 #5290 #5288 #5278 #5276 #5272 #5266 - also fixed the "Call-time pass-by-reference" bug #5252 - within this step changed the normalize calls to require references. - added captcha size variables to the class scope (suggestion was posted at area51) git-svn-id: file:///svn/phpbb/trunk@6584 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed some bugsMeik Sievertsen2006-09-131-1/+1
| | | | | | | | | | | - changed attachment handling a bit - tried to remove target tags out of the code - do not add session ids to urls for bots as well as not creating a new session on each page view for them I bet i introduced some bugs too. ;) git-svn-id: file:///svn/phpbb/trunk@6364 89ea8834-ac86-4346-8a33-228a782c2dd0
* - correctly display subcategoriesNils Adermann2006-06-201-0/+1
| | | | | | | | | | | - use L_TRANSLATION_INFO [Bug #2357] - always begin with ACL_UNSET in permission trace - allow copy permissions when editing a forum - default to parent forum for copying permissions - no duplication of the breadcrumps on registration [Bug #2307] git-svn-id: file:///svn/phpbb/trunk@6107 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-2/+2
| | | | | | | | | re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different apart from this, code cleanage, bug fixing, etc. git-svn-id: file:///svn/phpbb/trunk@6015 89ea8834-ac86-4346-8a33-228a782c2dd0
* - drop in the new administration panelMeik Sievertsen2005-12-191-0/+30
- not finished yet: some user related items, style admin, database admin and permissions - Graham: Please add your MCP schema data to the schema data file. ;) git-svn-id: file:///svn/phpbb/trunk@5357 89ea8834-ac86-4346-8a33-228a782c2dd0