aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/timezone_option.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14139] Add class of IDs to html tagsMichael Miday2015-09-141-1/+1
|
* [ticket/12858] Rename tz_ prefixed block variables to timezone_ prefixMarc Alexander2014-09-171-10/+10
| | | | PHPBB3-12858
* [ticket/12858] Remove hardcoded language entries from timezone selectsMarc Alexander2014-09-171-1/+1
| | | | PHPBB3-12858
* [ticket/12858] Generate timezone selects with template loopMarc Alexander2014-09-171-3/+11
| | | | PHPBB3-12858
* [feature/twig] INCLUDEJS behavior now supports local relative pathsNathaniel Guse2013-07-021-1/+1
| | | | | | | | | This was done because T_TEMPLATE_PATH is not always correct for js files (e.g. the inheriting style does not include these). Now we use the Twig Loader to find the correct file to link to (most specific file first, then parent styles). Also allows using @namespace convention PHPBB3-11598
* [feature/twig] Changing INCLUDEJS behavior slightlyNathaniel Guse2013-07-011-1/+1
| | | | | | | Automatically parsing inline variables the same way it is done for INCLUDE, INCLUDEPHP PHPBB3-11598
* [feature/twig] Changing INCLUDEJS behaviorNathan Guse2013-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | Was: <!-- INCLUDEJS template/foo.js --> Now: <!-- INCLUDEJS T_TEMPLATE_PATH ~ '/foo.js' --> Reasons for this: 1. INCLUDEJS is 3.1-dev only 2. INCLUDEJS has odd behavior to begin with (arbitrary setting root path to styles/name/ directory) 3. INCLUDEJS could not include files from outside directories or anywhere else 4. It was easier to change INCLUDEJS behavior to something more flexible and useful than hack around it to make it work as it was with Twig. PHPBB3-11598
* [ticket/11303] rename attribute to timezone-preselectDhruv2013-02-171-1/+1
| | | | PHPBB3-11303
* [ticket/11303] add S_TZ_PRESELECT template varDhruv2013-02-081-1/+1
| | | | | | | add a new template variable to check if timezone has already been selected by the user while registeration. PHPBB3-11303
* [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-101-1/+1
| | | | | | | Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
* [ticket/11004] Make suggestion button a real button and fix it's valueJoas Schilling2012-07-231-1/+1
| | | | PHPBB3-11004
* [feature/new-tz-handling] Fix size of suggestion button in chromeJoas Schilling2012-07-191-1/+1
| | | | PHPBB3-9558
* [feature/new-tz-handling] Fix javascript in prosilverJoas Schilling2012-06-191-1/+1
| | | | | | Use new coding guidelines, wrap code with (function($)) and use phpbb. prefix PHPBB3-9558
* [feature/new-tz-handling] Use js and data attributes to create the eventsJoas Schilling2012-06-181-5/+1
| | | | PHPBB3-9558
* [feature/new-tz-handling] Use jQuery and INCLUDEJS for javascriptJoas Schilling2012-06-181-3/+5
| | | | PHPBB3-9558
* [feature/new-tz-handling] Move timezone option into its own template fileJoas Schilling2012-06-181-0/+22
This should make it much easier for extensions to change the handling of the timezone selection PHPBB3-9558