mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
Öh Beitragsverwaltung: changed save icon
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.fa-check {
|
||||
.glyphicon-floppy-disk {
|
||||
cursor: pointer;
|
||||
font-size: 1.4em;
|
||||
font-size: 1.6em;
|
||||
top: 0.3em;
|
||||
}
|
||||
|
||||
@@ -403,7 +403,7 @@ var Oehbeitrag = {
|
||||
}
|
||||
|
||||
if (singleUpdate === true)
|
||||
inputHtml += " <i class='fa fa-check text-success' id='confirm_"+fieldname+"_"+oehbeitrag_id+"' ></i>";
|
||||
inputHtml += " <div class='glyphicon glyphicon-floppy-disk text-success' id='confirm_"+fieldname+"_"+oehbeitrag_id+"' title='"+FHC_PhrasesLib.t('ui', 'speichern')+"'></div>";
|
||||
|
||||
initElement.html(inputHtml);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user