mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
add icon on "save settings" button for configuration tabs
This commit is contained in:
parent
b0ae23e34d
commit
03c2d12991
5 changed files with 15 additions and 5 deletions
|
@ -247,7 +247,9 @@
|
|||
</div> <!-- configContent -->
|
||||
|
||||
<p class="formButtons">
|
||||
<input type="submit" name="submit" value="{'Save Settings'|translate}">
|
||||
<button name="submit" type="submit" class="buttonLike">
|
||||
<i class="icon-floppy"></i> {'Save Settings'|@translate}
|
||||
</button>
|
||||
</p>
|
||||
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue