aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_footer.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16083] Remove type=text/javascriptJakub Senko2019-10-041-3/+3
| | | | PHPBB3-16083
* [ticket/14374] Update dynamic fallback jquery CDN script tagMatt Friedman2015-12-221-1/+1
| | | | PHPBB3-14374
* [ticket/12553] Align alert text to the right.Cesar G2014-06-141-8/+10
| | | | PHPBB3-12553
* [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/12062] Fix to allow extensions to use INCLUDEJS in the ACPMatt Friedman2013-12-051-1/+1
| | | | PHPBB3-12062
* [ticket/11928] Replace AJAX loading popup with animation.Cesar G2013-10-291-1/+1
| | | | PHPBB3-11928
* [ticket/11957] Wrap content in double divVjacheslav Trushkin2013-10-261-3/+3
| | | | PHPBB3-11957
* [ticket/11957] Include admin.js in footerVjacheslav Trushkin2013-10-261-0/+1
| | | | | | Include admin.js in footer, swap .hasjs and .nojs PHPBB3-11957
* [ticket/11957] Replace corner images with CSS3 cornersVjacheslav Trushkin2013-10-261-3/+0
| | | | PHPBB3-11957
* [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
* [ticket/10999] Fix assets_version in ACPVjacheslav Trushkin2013-07-131-1/+1
| | | | PHPBB3-10999
* [ticket/11279] Clearer AJAX errorsVjacheslav Trushkin2013-05-201-1/+1
| | | | | | Display clearer AJAX errors rather than generic error PHPBB3-11279
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11166Joas Schilling2013-03-061-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'develop' of https://github.com/phpbb/phpbb3: (799 commits) [ticket/11402] Fix undefined index in post/topic_in_queue [ticket/11400] If email is disabled, disable it for notifications [ticket/11398] Correctly call permission_set method in permission tool [ticket/11394] Relax Migration Tools [ticket/11386] Fix missing ; [ticket/10714] Get log from container in install, update and download/file [feature/avatars] Update module_auth of ucp module and fix small issues [ticket/11396] Rename insert_migration to set_migration_state [ticket/11395] Prevent acp_modules::get_modules_info from reincluding files [ticket/11393] Give more information on database updater [ticket/11386] Send list of migrations instead of using load_migrations [feature/avatars] Add migrations data file for avatars [feature/avatars] Reduce module auth of ucp avatar settings [ticket/10714] Use $phpbb_adm_relative_path instead of hardcoded adm/ [ticket/10714] Logs are disabled for this page call only [ticket/6723] Show info that message has been deleted before delivery [ticket/11385] Fix issue with migration module tool not getting extension module info [ticket/11386] Fix failing tests from constructor changes [ticket/11386] Fix circular reference error & serialize error [ticket/11386] Remove tests that check if finder cache is working ... Conflicts: phpBB/assets/javascript/core.js
| * [feature/events] Change _end suffix to _after in acp_overall_footer_endDavid 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] Add overall_footer_end acp template eventMichael Cullum2012-12-171-0/+2
| | | | | | | | PHPBB3-9550
* | [ticket/11166] Add ajaxify support to normal ACP confirm_box()Joas Schilling2013-03-031-3/+1
|/ | | | | | Currently no custom template from the ACP uses AJAX support. PHPBB3-11166
* [ticket/10783] Added assets_version to ACP and simple_*.html.Callum Macrae2012-04-111-2/+2
| | | | 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/10665] Adding includejs to acp templatesVjacheslav Trushkin2012-04-011-1/+2
| | | | | | | | | | | | Adding includejs to acp overall_footer.html PHPBB3-10665
* | [ticket/10270] Changing close button for ajax popupsVjacheslav Trushkin2012-03-311-2/+2
| | | | | | | | | | | | Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css PHPBB3-10270
* | [feature/ajax] Generic error handling with a phpbb.alert boxIgor Wiedler2012-03-311-1/+1
| | | | | | | | PHPBB3-10270
* | [ticket/10270] Moved the AJAX error langyage entries to the footer.Callum Macrae2012-03-311-1/+1
| | | | | | | | PHPBB3-10270
* | [ticket/10270] Fixed JavaScript alerts in the ACP.Callum Macrae2012-03-311-2/+2
| | | | | | | | PHPBB3-10270
* | [ticket/10270] Replaced find by tag names with class names in the js.Callum Macrae2012-03-311-2/+2
| | | | | | | | | | | | | | What it was before (selecting by tag name) could have caused some problems for style authors. PHPBB3-10270
* | [ticket/10270] Added the alerts to the ACP footer.Callum Macrae2012-03-311-0/+11
| | | | | | | | | | | | I had forgotten to do it previously. PHPBB3-10270
* | [feature/ajax] Moved script.js into a few different files.Callum Macrae2012-03-311-1/+2
| | | | | | | | | | | | | | Seperated it into: assets/javascript/core.js, styles/prosilver/template/ajax.js and adm/style/ajax.js. PHPBB3-10270
* | [ticket/10270] Got rid of the temporary jQuery for the AJAX changes.Callum Macrae2012-03-311-4/+1
| | | | | | | | | | | | | | | | The jQuery library wasn't included before, so a temporary one was included. Now that igorws jQuery patch has been merged, the temporary library can be removed. PHPBB3-10270
* | [ticket/10270] Moved some HTML from the JavaScript to overall_footer.Callum Macrae2012-03-311-0/+5
| | | | | | | | PHPBB3-10270
* | [ticket/10281] AJAXified reordering forums in the ACP.Callum Macrae2012-03-311-0/+4
| | | | | | | | PHPBB3-10281
* | [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
* | Merge branch 'develop-olympus' into developNils Adermann2011-07-061-1/+1
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/9859] Changing all phpBB footers to match the new credit line [ticket/9859] New footer copyright line with registered symbol
| * [ticket/9859] Changing all phpBB footers to match the new credit lineYuriy Rusko2011-07-061-1/+1
| | | | | | | | PHPBB3-9859
* | Merge branch 'develop-olympus' into developNils Adermann2011-01-161-13/+2
|\ \ | |/ | | | | | | | | | | | | | | * develop-olympus: [ticket/9859] Remove the years from the copyright statements in docs files. [ticket/9859] Remove the year from the copyright meta tag in docs/*.html [ticket/9859] Remove the meta copyright tag as well. [ticket/9859] Remove the credit line comment from all html files. [ticket/9859] Remove years in credit line from some more files.
| * [ticket/9859] Remove the credit line comment from all html files.Andreas Fischer2011-01-161-12/+1
| | | | | | | | 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
| * Fix cosmetic ACP bug showing on hover elements in IE7 (Bug #16109 - Patch by ↵Meik Sievertsen2009-07-081-0/+1
| | | | | | | | | | | | prototech) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9736 89ea8834-ac86-4346-8a33-228a782c2dd0
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+35
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-34/+0
|/ | | | git-svn-id: file:///svn/phpbb/trunk@10210 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
* #7990Jonathan Stanley2007-03-051-0/+1
| | | | | | | ... yeah, that's it. git-svn-id: file:///svn/phpbb/trunk@7126 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