- Dec 06, 2017
-
-
Olimpia Magliulo authored
-
- Dec 05, 2017
-
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-
- Nov 28, 2017
-
-
Olimpia Magliulo authored
- side-menu button moved to the right - update responsive menu for rtl languages. - menu-link span position needs to be adjusted. - footer should move like the rest of the page (js needed)
-
Olimpia Magliulo authored
- Large screens: will display the dropdownmenu - Medium & small screens will show a button (on the top right in the future) and a menu will push the content (to left) and showing the language options.
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-change copyright color according to updated stylesheet.
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
- copy-to clipboard buttons - textareas
-
Olimpia Magliulo authored
- most of the new color-theme palette. - Add logo in header
-
- Nov 24, 2017
-
-
Olimpia Magliulo authored
- Change input type=file: style it like a label and add js function. - Missing translations - Converted metadata needs to be updated as well.
-
- Nov 21, 2017
-
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
- 3 main elements: header, content and footer. - Header expects a logo on one corner and the language dropdown- menu on the other corner. - Footer sticks to the bottom of the page if there is no content, but is pushed to end of the page when content exceeds window height. - Default.css is reordered. - Changes are device-responsive and rtl-responsive.
-
- Nov 20, 2017
-
-
Olimpia Magliulo authored
- Add dependencies - Change link in script postload, base.twig - Add function in Script.js - Delete postload block in metadata-converter.twig and call clipboard function on button click.
-
- Nov 14, 2017
-
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
Adds rtl features for form elements used in loginuserpass.
-
Olimpia Magliulo authored
-
- Nov 10, 2017
-
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
As for loginuserpass, fixes a bug that didn't allow to change language after a login error was shown.
-
Olimpia Magliulo authored
The error is shown also if just one of the fields (user or password) is empty.
-
- Nov 09, 2017
-
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
add document.ready function to script.js where all the calls to selectize are made. update base.twig. Now script.js is the last script in the list.
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
Fixed footer at the bottom in fixed position. (+1 squashed commit) Squashed commits: [27ac007] footer
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
Changes default css to adapt the login form. Need fix: when the user can choose an organization, the layout breaks when opening the dropdown menu.
-
- Nov 07, 2017
-
-
Olimpia Magliulo authored
Each element is defined with an id. it has its own wrap and a "row".
-
Olimpia Magliulo authored
-
Olimpia Magliulo authored
Fix: Missing AuthState parameter when trying to retrieve the authentication state.
-
Olimpia Magliulo authored
Query parameters are passed to the template in order to change language also after an error is shown.
-
Olimpia Magliulo authored
Languagebar is changed to a dropdownmenu. Use selectize package to show the current language as the first option in the menu.
-
Olimpia Magliulo authored
Build from status.php uses twig to show the authentication status.
-
Olimpia Magliulo authored
the template can be used in different templates. It highlights rows differently if they're odd or even. It has 2 flexible blocks that can be used to override a column or add other content. Classes can be used to readapt it for a specific css framework.
-