You are here: Foswiki>Tasks Web>Item587 (28 Dec 2008, KennethLavrsen)Edit Attach

Item587: MAKETEXT for Copy Topic

pencil
Priority: Normal
Current State: Closed
Released In: 1.0.0
Target Release: patch
Applies To: Engine
Component: oopsmore.tmpl
Branches:
Reported By: Foswiki:Main.CarlinhosCecconi
Waiting For:
Last Change By: KennethLavrsen
For a correct L10N of oopsmore.tmpl the following line need to be changed:

oopsmore.tmpl (line 23 orig.):
%MAKETEXT{"Name of copy:"}% <input type="text" name="topic" class="foswikiInputField" value="%TOPIC%Copy" size="30"> <input type="submit" class="foswikiButton" value="Clone" /> <span class="foswikiGrayText">%MAKETEXT{"You will be able to review the copied topic before saving"}%</span>

oopsmore.tmpl (line 23 proposal):
%MAKETEXT{"Name of copy:"}% <input type="text" name="topic" class="foswikiInputField" value="%TOPIC%%MAKETEXT{Copy}%" size="30"> <input type="submit" class="foswikiButton" value="%MAKETEXT{Clone}%" /> <span class="foswikiGrayText">%MAKETEXT{"You will be able to review the copied topic before saving"}%</span>

-- Foswiki:Main.CarlinhosCecconi

For the texts I would say yes.

For the default filename I am nervous what happens with Japanese and Chinese translations of the person does not know the Copy in this case has to be latin letters to still work.

I suggest to only take part of the proposal but leave the Copy suffix which the person is supposed to change anyway.

I left the Copy suffix and instead of Clone I used a "Copy topic" text in button which is a known string.

ItemTemplate edit

Summary MAKETEXT for Copy Topic
ReportedBy Foswiki:Main.CarlinhosCecconi
Codebase 1.0.0 beta1
SVN Range TWiki-4.2.3, Wed, 06 Aug 2008, build 17396
AppliesTo Engine
Component oopsmore.tmpl
Priority Normal
CurrentState Closed
WaitingFor
Checkins distro:beab61c00add
TargetRelease patch
ReleasedIn 1.0.0
Topic revision: r2 - 28 Dec 2008, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy