FCLT#86343 de knop "Registreer een melding" (op 3 plekken) gebruikte de hint-tekst ipv een button-tekst ([noun+]verb), extra lcl voor gemaakt en toegepast. Ook de toverstaf aangepast, dat was intussen door FA tot een lullig stokje gemaakt.

svn path=/Website/trunk/; revision=67130
This commit is contained in:
Peter Feij
2024-11-21 09:52:56 +00:00
parent 8c823db3d5
commit c8b7204cda
3 changed files with 3 additions and 3 deletions

View File

@@ -682,7 +682,7 @@ if (!catclose && ins_key_arr.length == 1)
}
if (canMelding)
buttons.push({title: L("lcl_do_amelding_hint"), action: "ins_melding()", icon: "fa-magic" });
buttons.push({title: L("lcl_do_amelding"), tooltip: L("lcl_do_amelding_hint"), action: "ins_melding()", icon: "fa-wand-magic-sparkles" });
buttons.push({title: L("lcl_cancel"), icon: "fa-fclt-cancel", action: "ins_cancel()"});
var titletext;

View File

@@ -405,7 +405,7 @@ oRs.Close();
buttons.push({ title: L("lcl_change"), action: "ins_change()", icon: "fa-fclt-edit" });
if (canMelding)
buttons.push({ title: L("lcl_do_amelding_hint"), action: "ins_melding()", icon: "fa-magic" });
buttons.push({ title: L("lcl_do_amelding"), tooltip: L("lcl_do_amelding_hint"), action: "ins_melding()", icon: "fa-wand-magic-sparkles" });
// Alleen historie kunnen tonen als het een verbruiksmeter betreft.
if (this_ins.verbruiksmeter)

View File

@@ -230,7 +230,7 @@ user.auth_required_or_abort(this_ins.canInspShow);
if (canFastFinish)
buttons.push({title: L("lcl_ins_finish"), action: "ins_finish()", icon: "fa-flag-checkered" });
if (canMelding)
buttons.push({title: L("lcl_do_amelding_hint"), action: "ins_melding()", icon: "fa-magic" });
buttons.push({title: L("lcl_do_amelding"), tooltip: L("lcl_do_amelding_hint"), action: "ins_melding()", icon: "fa-wand-magic-sparkles" });
//buttons.push({title: L("lcl_cancel"), icon: "fa-fclt-cancel", action: "ins_cancel()"});