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:
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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()"});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user