aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_groups_position.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14201] Add events.md descriptions, fix accidentally swapped eventsrxu2015-10-121-4/+4
| | | | PHPBB3-14201
* [ticket/14201] Add more template events to ACPrxu2015-09-261-0/+4
| | | | PHPBB3-14201
* [ticket/12351] Add loading indicator to links that are missing it.Varun Agrawal2014-04-121-4/+4
| | | | | | | | When you click on the link, the turning circle is missing, so you don't know whether it is actually doing something or not, until the response is served. PHPBB3-12351
* Merge pull request #1788 from VSEphpbb/ticket/11935Nathan Guse2013-11-041-2/+2
|\ | | | | [ticket/11935] Fix invalid HTML and Errors
| * [ticket/11935] Merge remote-tracking branch 'upstream/develop'Matt Friedman2013-10-291-2/+2
| |\ | | | | | | | | | PHPBB3-11935
| * | [ticket/11935] Replace obsolete table attributes in Admin with CSSMatt Friedman2013-10-191-2/+2
| | | | | | | | | | | | PHPBB3-11935
* | | [ticket/11977] Remove data and change code in acp_modulesVjacheslav Trushkin2013-11-031-2/+2
| | | | | | | | | | | | PHPBB3-11977
* | | [ticket/11977] Use CSS instead of JS to disable up/down iconsVjacheslav Trushkin2013-11-021-34/+8
| |/ |/| | | | | PHPBB3-11977
* | [ticket/11957] Responsive ACP groups tableVjacheslav Trushkin2013-10-271-2/+2
|/ | | | PHPBB3-11957
* [ticket/10411] Remove ajax delete, so the page is refreshedJoas Schilling2013-03-011-2/+2
| | | | | | Otherwise if you delete a group, you can not readd it to the page. PHPBB3-10411
* [ticket/10411] Add maxlength to category name input fieldJoas Schilling2013-02-261-1/+1
| | | | PHPBB3-10411
* [ticket/10411] Use template loops instead of defining the html in php filesJoas Schilling2013-02-251-6/+16
| | | | PHPBB3-10411
* [ticket/10411] Rename template variable CUR_ to CURRENT_Joas Schilling2012-12-061-1/+1
| | | | PHPBB3-10411
* [ticket/10411] Use new ajax callback name row_up/row_downJoas Schilling2012-11-151-8/+8
| | | | PHPBB3-10411
* [ticket/10411] Use AJAX to move items up/down and delete themJoas Schilling2012-11-141-20/+28
| | | | PHPBB3-10411
* [ticket/10411] Use new teampage and legend class in ACP and memberlistJoas Schilling2012-11-141-2/+22
| | | | PHPBB3-10411
* [ticket/10411] Remove duplicated ids from the templateJoas Schilling2012-11-131-7/+7
| | | | PHPBB3-10411
* [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-101-3/+3
| | | | | | Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780
* [ticket/10410] Add option to display users in their first teampage groupJoas Schilling2011-10-281-3/+4
| | | | PHPBB3-10410
* [ticket/10362] HTML5 Fix - Replace name attribute with id in anchorsMatt Friedman2011-09-111-1/+1
| | | | | | | When validating for HTML5, the name attribute is obsolete/deprecated when used in anchor tags. The ID tag should be used here instead. PHPBB3-10362
* [ticket/10070] Fixed line endings after ticket/9549.Oleg Pudeyev2011-03-011-158/+158
| | | | PHPBB3-10070
* [ticket/9549] Fix some minor issues with descriptions and coding-guidelines.Joas Schilling2011-02-161-1/+1
| | | | PHPBB3-9549
* [ticket/9549] Add the module and files for the ACP.Joas Schilling2011-02-161-0/+158
PHPBB3-9549