Ticket #149 (closed defect: duplicate)

Opened 7 years ago

Last modified 7 years ago

make the formatblock selectbox language depending

Reported by: gocher / udo.schmal@… Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords: language
Cc:

Description

this.formatblock = {};
	this.formatblock[HTMLArea._lc("— format —")] = "";
	this.formatblock[HTMLArea._lc("Heading 1")] = "h1";
	this.formatblock[HTMLArea._lc("Heading 2")] = "h2";
	this.formatblock[HTMLArea._lc("Heading 3")] = "h3";
	this.formatblock[HTMLArea._lc("Heading 4")] = "h4";
	this.formatblock[HTMLArea._lc("Heading 5")] = "h5";
	this.formatblock[HTMLArea._lc("Heading 6")] = "h6";
	this.formatblock[HTMLArea._lc("Normal")]    = "p";
	this.formatblock[HTMLArea._lc("Address")]   = "address";
	this.formatblock[HTMLArea._lc("Formatted")] = "pre";

Change History

Changed 7 years ago by niko

  • status changed from new to closed
  • resolution set to duplicate

i did that allready yesterday :D

see changeset:76 htmlarea.js line 705

Note: See TracTickets for help on using tickets.