mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
/* -------------
|
||||
|
||||
Reference in New Issue
Block a user