aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/confirm_body.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11442] Do not suggest an option on ajax confirm boxJoas Schilling2013-05-081-1/+1
| | | | | | | Reverting commit cb13add269b78e1a9ac84a80c78557bb7695df09 Also fixing in prosilver and subsilver2 PHPBB3-11442
* [ticket/11442] Use correct button class for ajaxified confirm_boxmarc17062013-04-281-1/+1
| | | | | | | | | | | In commit 001572f the HTML code for the ajaxified confirm_box was moved from overall_footer.html to confirm_body.html. While copying, the CSS class of the "Yes" button was changed from button1 to button2. Due to the fact that the phpbb.confirm() method uses the class button1 to check if "Yes" was clicked, this broke the ajaxified confirm box in the ACP. With this small patch the confirm boxes in the ACP should work properly again. PHPBB3-11442
* [ticket/11166] Add ajaxify support to normal ACP confirm_box()Joas Schilling2013-03-031-1/+13
| | | | | | Currently no custom template from the ACP uses AJAX support. PHPBB3-11166
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-20/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* some language-specific adjustementsMeik Sievertsen2007-05-031-1/+1
| | | | | | | | fix prune users (adding the list of users to the confirmation page) tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element) git-svn-id: file:///svn/phpbb/trunk@7455 89ea8834-ac86-4346-8a33-228a782c2dd0
* - drop in the new administration panelMeik Sievertsen2005-12-191-0/+20
- 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