aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/timezone_option.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12858] Rename tz_ prefixed block variables to timezone_ prefixMarc Alexander2014-09-171-10/+10
| | | | PHPBB3-12858
* [ticket/12858] Fix timezone select display in subsilver2Marc 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] use S_TZ_PRESELECT in subsilverDhruv2013-02-121-1/+1
| | | | 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] Use asset in acp and subsilver2 and remove duplicatesJoas Schilling2012-06-191-5/+1
| | | | PHPBB3-9558
* [feature/new-tz-handling] Use js and data attributes to create the eventsJoas Schilling2012-06-181-1/+1
| | | | PHPBB3-9558
* [feature/new-tz-handling] Use jQuery and INCLUDEJS for javascriptJoas Schilling2012-06-181-3/+5
| | | | PHPBB3-9558
* [feature/new-tz-handling] Fix timezone selection in subsilver2Joas Schilling2012-06-181-0/+22
PHPBB3-9558