- #567 add icon on button
- font-icon checkboxes
- #554 add tab
- #528 remove borders
- remove action "reset" which was actually "restore default settings" and was not really useful, so let's simplify
The oTable javascript variable is built with jQuery('#userList').dataTable(),
which returns a jQuery object, while jQuery(...).Datatable() would directly
return a DataTables API object. So now, to access the draw() function, we need
to get the api() first from the jQuery object.
https://datatables.net/manual/api#Accessing-the-API
Use the following syntax in HTML:
<label class="font-checkbox">
<span class="icon-dot-circled"></span>
<input type="radio" name="radio-name" value="my-value"{if template condition} checked="checked"{/if}>
A nice label
</label>
By default, we're in "view mode", with the showInfo icon on each tag. We can
switch to the "selection mode" and the showInfo icon is replaced by a
font-checkbox.
The actions are no longer displayed a individual submit buttons, but as a
select, like on other managers (users, photos, groups).
The edit/duplicate/merge forms are still displayed only after a first submit.
To be improved to be available right after the action selection.
When we display an action form edit/duplicate/merge, we don't show other
fieldsets on the page to focus on the important action.
* [header] replace the color switcher by a light/dark (sun/moon) action link
* [footer] add icons for piwigo.org doc & forum
* [footer] replace Piwigo logo with a clean SVG version, created by @mistic100
* [header/footer] remove "|" separators
* [header] limit title display to 50% of page width (with ellipsis on overflow)
* [header] media query to hide link labels below 800px
* [header] switch color of home icon on hover
* on clear theme, change header/footer background color to #333 (dark grey) like on current Piwigo.org
* add tab
* display the pending comments as a "message" (new blue box)
* remove anything related to environment #532
* display stats as big icon + big number + caption
* new stat "storage used"