aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/tooltip.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15492] Fix permission role combobox in RTLhubaishan2018-01-111-4/+11
| | | | | | | Varius fixes to css and js for correct displaying permission role combbox in RTL mode PHPBB3-15492
* [ticket/14736] Reset role dropdown when modifying permissionsMarc Alexander2016-12-011-0/+17
| | | | PHPBB3-14736
* [ticket/14315] Add functional tests for permission roles and fix non-jsMarc Alexander2016-02-171-0/+7
| | | | | | Without JS the settings were not applied due to duplicate input names. PHPBB3-14315
* [ticket/14315] Add back roles select for disable javascriptMarc Alexander2016-02-161-0/+4
| | | | | | | The javascript will hide the old select and show the version using the span and showing the tooltips. PHPBB3-14315
* [ticket/14315] Correctly set default values and reset valuesMarc Alexander2016-02-161-16/+16
| | | | | | | | The permissions tooltip javascript failed at correctly passing the default values to the page. The same applied to the display_mask() method in includes/acp/auth.php. PHPBB3-14315
* [ticket/6466] Support form reset and do not loose role upon resubmitMarc Alexander2015-05-301-4/+24
| | | | PHPBB3-6466
* [ticket/6466] Remove createElement function from tooltip.jsMarc Alexander2015-05-301-29/+32
| | | | PHPBB3-6466
* [ticket/6466] Minor documentation changesMarc Alexander2015-05-291-3/+3
| | | | PHPBB3-6466
* [ticket/6466] Rename variables and remove unused onesMarc Alexander2015-05-291-13/+13
| | | | PHPBB3-6466
* [ticket/6466] Improve code in tooltip.jsMarc Alexander2015-05-291-3/+1
| | | | PHPBB3-6466
* [ticket/6466] Rename functions and clean up codeMarc Alexander2015-05-291-29/+35
| | | | PHPBB3-6466
* [ticket/6466] Get rid of useless variables and functions in tooltip.jsMarc Alexander2015-05-291-27/+14
| | | | PHPBB3-6466
* [ticket/6466] Remove double semicolonMarc Alexander2015-05-291-1/+1
| | | | PHPBB3-6466
* [ticket/6466] Removed link tooltipMarc Alexander2015-05-291-56/+5
| | | | | | It wasn't being used anymore and didn't work anymore. PHPBB3-6466
* [ticket/6466] Improved code in tooltip.jsMarc Alexander2015-05-291-13/+24
| | | | PHPBB3-6466
* [ticket/6466] Improve behavior of select and properly save roleMarc Alexander2015-05-291-2/+15
| | | | PHPBB3-6466
* [ticket/6466] Use jQuery and custom dropdown for permission roles tooltipsMarc Alexander2015-05-291-62/+65
| | | | PHPBB3-6466
* [ticket/11314] Modify files to comply with coding standardsMarc Alexander2013-03-261-69/+33
| | | | PHPBB3-11314
* [ticket/11314] Fix issues mentioned in jshint reportMarc Alexander2013-03-261-8/+8
| | | | | | | Additionally, the editor.js files are now the same file in both subsilver2, prosilver, and the acp. PHPBB3-11314
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+251
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-251/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-35/+63
| | | | | | | | | 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
* say hello to role descriptions, role ordering and tooltips on role selectsMeik Sievertsen2006-04-171-0/+223
git-svn-id: file:///svn/phpbb/trunk@5791 89ea8834-ac86-4346-8a33-228a782c2dd0