Adding a Formats Tab on Edit photo page

* Add 3 new files for the tab creation (php, tpl and js)
* Creation of a new API method : pwg.images.formats.remove
* Adding translation in en_GB and fr_FR for the formats
* Minor change on the head-button css class
This commit is contained in:
Zacharie Guet
2022-07-29 15:56:53 +02:00
parent 4b8c033247
commit 5781810348
13 changed files with 371 additions and 3 deletions
@@ -39,6 +39,8 @@ or
.head-button-1:hover {
background: #ff7700;
text-decoration: none !important;
color: white;
}
.head-button-2 {
@@ -48,6 +50,8 @@ or
.head-button-2:hover {
background: #eee;
text-decoration: none !important;
color: inherit !important;
}
/* -------------